public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-urllib3] f45: More generally loosen build dep. version upper bounds
@ 2026-09-19 7:27 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-19 7:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-urllib3
Branch : f45
Commit : 53487373119e3642de64f48d3a660f71711d69c8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-17T20:27:26+01:00
Stats : +3/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-urllib3/c/53487373119e3642de64f48d3a660f71711d69c8?branch=f45
Log:
More generally loosen build dep. version upper bounds
[skip changelog]
---
diff --git a/python-urllib3.spec b/python-urllib3.spec
index 00f7c23..3cdc79a 100644
--- a/python-urllib3.spec
+++ b/python-urllib3.spec
@@ -93,10 +93,9 @@ Recommends: python3-urllib3+socks
%autosetup -p1 -n urllib3-%{version}
%setup -q -n urllib3-%{version} -T -D -b 1
-# Allow setuptools-scm 10+
-# Upstream PR pins to <11: https://github.com/urllib3/urllib3/pull/4954
-# We don't pin if we don't have to -- the build should fail if it doesn't work with future versions.
-sed --in-place 's/setuptools-scm>=8,<10/setuptools-scm>=8/' pyproject.toml
+# Remove build dep. upper bounds that would have to be adjusted frequently
+%pyproject_patch_dependency hatch-vcs:drop_upper
+%pyproject_patch_dependency setuptools-scm:drop_upper
# Make sure that the RECENT_DATE value doesn't get too far behind what the current date is.
# RECENT_DATE must not be older that 2 years from the build time, or else test_recent_date
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-19 7:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19 7:27 [rpms/python-urllib3] f45: More generally loosen build dep. version upper bounds Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox