package/python-flask-restx: bump version to 1.3.2
For release notes, see [1]. This commit removes the runtime dependency to pytz, as it was replace with the python standard zoneinfo. See [2]. It also adds the python referencing runtime dependency. See [3]. [1] https://github.com/python-restx/flask-restx/releases/tag/1.3.2 [2]dbd6f0dc34[3]0f4f534981Signed-off-by: Daniel Crowe <daniel.crowe@maxmine.com.au> [Julien: add details in commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
e1d608e0c8
commit
2ecb2d2847
@@ -1,10 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_FLASK_RESTX
|
||||
bool "python-flask-restx"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema
|
||||
select BR2_PACKAGE_PYTHON_ANISO8601 # runtime
|
||||
select BR2_PACKAGE_PYTHON_FLASK # runtime
|
||||
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
||||
select BR2_PACKAGE_PYTHON_REFERENCING # runtime
|
||||
select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
|
||||
help
|
||||
Fully featured framework for fast, easy and documented API
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/flask-restx/json
|
||||
md5 262984a0c902db0b6f4afb86a69ea40e flask-restx-1.3.0.tar.gz
|
||||
sha256 4f3d3fa7b6191fcc715b18c201a12cd875176f92ba4acc61626ccfd571ee1728 flask-restx-1.3.0.tar.gz
|
||||
md5 3fe0cd948ae1a0ebcbca569daf069586 flask-restx-1.3.2.tar.gz
|
||||
sha256 0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5 flask-restx-1.3.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d736fc20d979831ab5c380973d01542de97857d975b60a4cf03efbd9e4e38997 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLASK_RESTX_VERSION = 1.3.0
|
||||
PYTHON_FLASK_RESTX_VERSION = 1.3.2
|
||||
PYTHON_FLASK_RESTX_SOURCE = flask-restx-$(PYTHON_FLASK_RESTX_VERSION).tar.gz
|
||||
PYTHON_FLASK_RESTX_SITE = https://files.pythonhosted.org/packages/45/4c/2e7d84e2b406b47cf3bf730f521efe474977b404ee170d8ea68dc37e6733
|
||||
PYTHON_FLASK_RESTX_SITE = https://files.pythonhosted.org/packages/43/89/9b9ca58cbb8e9ec46f4a510ba93878e0c88d518bf03c350e3b1b7ad85cbe
|
||||
PYTHON_FLASK_RESTX_SETUP_TYPE = setuptools
|
||||
PYTHON_FLASK_RESTX_LICENSE = BSD-3-Clause
|
||||
PYTHON_FLASK_RESTX_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user