public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-urllib3] f45: More generally loosen build dep. version upper bounds
Date: Sat, 19 Sep 2026 07:27:33 GMT	[thread overview]
Message-ID: <178980285399.1.15002161274861994873.rpms-python-urllib3-53487373119e@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-19  7:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178980285399.1.15002161274861994873.rpms-python-urllib3-53487373119e@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox