From bcf4081ea6bc090e091ecb3aa58f1892bfaa2779 Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Mon, 15 Sep 2025 15:25:56 +0200 Subject: [PATCH] package/python-flask-cors: fix PKG_SITE 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 [Julien: add "Fixes" in commit log, from Yegor Yefremov comment] Signed-off-by: Julien Olivain (cherry picked from commit cbc3cb2c8deebd362399cc7867dda94709d552e7) Signed-off-by: Thomas Perale --- 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