Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).

This commit is contained in:
PartialVolume
2023-07-05 19:35:21 +01:00
parent 654cfca2bf
commit 2ad6760d0f
8544 changed files with 208276 additions and 109881 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_APISPEC
bool "python-apispec"
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
help
A pluggable API specification generator. Currently supports
the OpenAPI Specification (f.k.a. the Swagger
specification).
https://github.com/marshmallow-code/apispec

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/apispec/json
md5 d6cc7586754cf1c653ffb7ee83955d3a apispec-6.3.0.tar.gz
sha256 6cb08d92ce73ff0b3bf46cb2ea5c00d57289b0f279fb0256a3df468182ba5344 apispec-6.3.0.tar.gz
# Locally computed sha256 checksums
sha256 a452afcef750956a8396f7e7a6f913a117d28ef99a13170c29dc74c3b7a95f29 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-apispec
#
################################################################################
PYTHON_APISPEC_VERSION = 6.3.0
PYTHON_APISPEC_SOURCE = apispec-$(PYTHON_APISPEC_VERSION).tar.gz
PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/3f/1e/207c3e61c805eef214d7e5c58106312f9af4733b07f470224e4e309dc65e
PYTHON_APISPEC_SETUP_TYPE = setuptools
PYTHON_APISPEC_LICENSE = MIT
PYTHON_APISPEC_LICENSE_FILES = LICENSE
$(eval $(python-package))