From a260bd01aceca8b22f9f62814df67ef5d0cc3031 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 24 Feb 2026 13:43:45 +0200 Subject: [PATCH] python3-flask-cors: Upgrade 5.0.0 -> 6.0.2 Upgrade to release 6.0.2: - Update license pyproject.toml From 6.0.1: - Invert regex sorting to make it correctly match the intent (sorting by specificity descending) - Fix README file extension in pyproject.toml From 6.0.0: - [CVE-2024-6839] Sort Paths by Regex Specificity - [CVE-2024-6844] Replace use of (urllib) unquote_plus with unquote - [CVE-2024-6866] Case Sensitive Request Path Matching License-Update: Use line 6 from PKG-INFO Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...hon3-flask-cors_5.0.0.bb => python3-flask-cors_6.0.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-cors_5.0.0.bb => python3-flask-cors_6.0.2.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-flask-cors_5.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-flask-cors_5.0.0.bb rename to meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb index 1fead4f8d1..6134b5ba10 100644 --- a/meta-python/recipes-devtools/python/python3-flask-cors_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-cors_6.0.2.bb @@ -5,14 +5,14 @@ DESCRIPTION = "\ " SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=134f1026f0de92fd30e71976590a2868" PYPI_PACKAGE = "flask_cors" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" CVE_PRODUCT = "flask-cors" -inherit pypi setuptools3 -SRC_URI[sha256sum] = "5aadb4b950c4e93745034594d9f3ea6591f734bb3662e16e255ffbf5e89c88ef" +inherit pypi python_setuptools_build_meta +SRC_URI[sha256sum] = "6e118f3698249ae33e429760db98ce032a8bf9913638d085ca0f4c5534ad2423" RDEPENDS:${PN} += "python3-flask"