[Buildroot] [git commit branch/2025.05.x] package/python-flask-cors: fix PKG_SITE
Arnout Vandecappelle
arnout at rnout.be
Thu Sep 25 19:57:33 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=a4f6e6c5f0414b2aef26d111aebd40588deabbb1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.05.x
python-flask-cors was security bumped in commit 04cd135b26 [1], however this
commit did not update the _SITE url; which changes with each new release on
pypi. Therefore, downloading python-flask-cors would always fail.
Fixes:
https://autobuild.buildroot.org/results/eeadcb2e416cddaa5d059b31ea5dcc9f766a3cff
[1] https://gitlab.com/buildroot.org/buildroot/-/commit/04cd135b26406dcc31cb66af1480d53fffe81e59
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
[Julien: add "Fixes" in commit log, from Yegor Yefremov comment]
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit cbc3cb2c8deebd362399cc7867dda94709d552e7)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/python-flask-cors/python-flask-cors.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-flask-cors/python-flask-cors.mk b/package/python-flask-cors/python-flask-cors.mk
index d0923d665b..26198e6fb4 100644
--- a/package/python-flask-cors/python-flask-cors.mk
+++ b/package/python-flask-cors/python-flask-cors.mk
@@ -6,7 +6,7 @@
PYTHON_FLASK_CORS_VERSION = 6.0.1
PYTHON_FLASK_CORS_SOURCE = flask_cors-$(PYTHON_FLASK_CORS_VERSION).tar.gz
-PYTHON_FLASK_CORS_SITE = https://files.pythonhosted.org/packages/4f/d0/d9e52b154e603b0faccc0b7c2ad36a764d8755ef4036acbf1582a67fb86b
+PYTHON_FLASK_CORS_SITE = https://files.pythonhosted.org/packages/76/37/bcfa6c7d5eec777c4c7cf45ce6b27631cebe5230caf88d85eadd63edd37a
PYTHON_FLASK_CORS_SETUP_TYPE = setuptools
PYTHON_FLASK_CORS_LICENSE = MIT
PYTHON_FLASK_CORS_LICENSE_FILES = LICENSE
More information about the buildroot
mailing list