[Buildroot] [git commit] package/python-flask-restx: bump version to 1.3.2
Julien Olivain
ju.o at free.fr
Sun Oct 5 17:38:15 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=2ecb2d2847701795d384ee9e4eaeb0669dcc2bef
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
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] https://github.com/python-restx/flask-restx/commit/dbd6f0dc3459b2b0526228a445af31590f0aafdd
[3] https://github.com/python-restx/flask-restx/commit/0f4f53498129696c85ea150d10becb97a579de6a
Signed-off-by: Daniel Crowe <daniel.crowe at maxmine.com.au>
[Julien: add details in commit log]
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-flask-restx/Config.in | 3 +--
package/python-flask-restx/python-flask-restx.hash | 4 ++--
package/python-flask-restx/python-flask-restx.mk | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-flask-restx/Config.in b/package/python-flask-restx/Config.in
index ec5b3283bd..c98dd74d5b 100644
--- a/package/python-flask-restx/Config.in
+++ b/package/python-flask-restx/Config.in
@@ -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
diff --git a/package/python-flask-restx/python-flask-restx.hash b/package/python-flask-restx/python-flask-restx.hash
index f90601cdc1..5bbe0dfa93 100644
--- a/package/python-flask-restx/python-flask-restx.hash
+++ b/package/python-flask-restx/python-flask-restx.hash
@@ -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
diff --git a/package/python-flask-restx/python-flask-restx.mk b/package/python-flask-restx/python-flask-restx.mk
index 23596f23d4..f8e8ef133a 100644
--- a/package/python-flask-restx/python-flask-restx.mk
+++ b/package/python-flask-restx/python-flask-restx.mk
@@ -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
More information about the buildroot
mailing list