From: Yash Shinde <[email protected]> https://github.com/urllib3/urllib3/releases/tag/2.7.0 https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0
Drop merged patches: - 001-pyproject.toml-remove-setuptools-scm-upper-limit.patch Signed-off-by: Yash Shinde <[email protected]> --- ...ml-remove-setuptools-scm-upper-limit.patch | 30 ------------------- ...lib3_2.6.3.bb => python3-urllib3_2.7.0.bb} | 6 +--- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch rename meta/recipes-devtools/python/{python3-urllib3_2.6.3.bb => python3-urllib3_2.7.0.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch b/meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch deleted file mode 100644 index 62c7e3d68d..0000000000 --- a/meta/recipes-devtools/python/python3-urllib3/0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 7a4a7fddff72413bac190ad14bca8fca2d1461e3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <[email protected]> -Date: Wed, 1 Apr 2026 19:09:22 +0200 -Subject: [PATCH] Allow using setuptools_scm 10 (#4954) - -Upstream-Status: Backport [https://github.com/urllib3/urllib3/commit/166f66faa5ef23e255f654e8c6b66ad8590fe630] - -It works in Fedora, so I hope it will work upstream as well. - -Signed-off-by: Trevor Gamblin <[email protected]> ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 45538a6e..d2607c78 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,7 +1,7 @@ - # This file is protected via CODEOWNERS - - [build-system] --requires = ["hatchling>=1.27.0,<2", "hatch-vcs>=0.4.0,<0.6.0", "setuptools-scm>=8,<10"] -+requires = ["hatchling>=1.27.0,<2", "hatch-vcs>=0.4.0,<0.6.0", "setuptools-scm>=8,<11"] - build-backend = "hatchling.build" - - [project] --- -2.53.0 - diff --git a/meta/recipes-devtools/python/python3-urllib3_2.6.3.bb b/meta/recipes-devtools/python/python3-urllib3_2.7.0.bb similarity index 83% rename from meta/recipes-devtools/python/python3-urllib3_2.6.3.bb rename to meta/recipes-devtools/python/python3-urllib3_2.7.0.bb index b8028efece..9e73a49bca 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.6.3.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.7.0.bb @@ -3,11 +3,7 @@ HOMEPAGE = "https://github.com/urllib3/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" -SRC_URI[sha256sum] = "1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed" - -SRC_URI += "\ - file://0001-pyproject.toml-remove-setuptools-scm-upper-limit.patch \ -" +SRC_URI[sha256sum] = "231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c" inherit pypi python_hatchling
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237343): https://lists.openembedded.org/g/openembedded-core/message/237343 Mute This Topic: https://lists.openembedded.org/mt/119394731/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
