From f32109330ea732f2b5a2b8ef3e008d556df23c1a Mon Sep 17 00:00:00 2001 From: adil Date: Wed, 10 Jun 2026 22:35:15 +0530 Subject: [PATCH] python3-urllib3: update to 2.7.0. --- .../allow_using_setuptools_scm_10.patch | 23 ------------------- srcpkgs/python3-urllib3/template | 4 ++-- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/python3-urllib3/patches/allow_using_setuptools_scm_10.patch diff --git a/srcpkgs/python3-urllib3/patches/allow_using_setuptools_scm_10.patch b/srcpkgs/python3-urllib3/patches/allow_using_setuptools_scm_10.patch deleted file mode 100644 index dbc7200d00b4d3..00000000000000 --- a/srcpkgs/python3-urllib3/patches/allow_using_setuptools_scm_10.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 166f66faa5ef23e255f654e8c6b66ad8590fe630 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= -Date: Wed, 1 Apr 2026 19:09:22 +0200 -Subject: [PATCH] Allow using setuptools_scm 10 (#4954) - -It works in Fedora, so I hope it will work upstream as well. ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 88c6afd85d..f084e9c1cc 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] diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template index eac916331bc887..2a5b88f584ea48 100644 --- a/srcpkgs/python3-urllib3/template +++ b/srcpkgs/python3-urllib3/template @@ -1,6 +1,6 @@ # Template file for 'python3-urllib3' pkgname=python3-urllib3 -version=2.6.3 +version=2.7.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs python3-setuptools_scm" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="MIT" homepage="https://urllib3.readthedocs.io/" distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz" -checksum=1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed +checksum=231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c make_check=no # quart_trio unpackaged post_install() {