public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rafael Jeffman <rjeffman@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-hpack] f44: Use latest available setuptools and wheel packages
Date: Mon, 21 Sep 2026 14:14:34 GMT	[thread overview]
Message-ID: <179000007499.1.5744652561747691209.rpms-python-hpack-1ee6576fb332@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-hpack
            Branch : f44
            Commit : 1ee6576fb332c6ee8ed1058800f68c04435af8ef
            Author : Rafael Jeffman <rjeffman@redhat.com>
            Date   : 2026-09-21T11:13:59-03:00
            Stats  : +14/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-hpack/c/1ee6576fb332c6ee8ed1058800f68c04435af8ef?branch=f44

            Log:
            Use latest available setuptools and wheel packages

Signed-off-by: Rafael Jeffman <rjeffman@redhat.com>

---
diff --git a/python-hpack.spec b/python-hpack.spec
index f6407fe..5867da0 100644
--- a/python-hpack.spec
+++ b/python-hpack.spec
@@ -16,6 +16,8 @@ URL:            http://hyper.rtfd.org
 VCS:            https://github.com/python-hyper/hpack
 Source0:        %vcs/archive/v%{version}/%{srcname}-%{version}.tar.gz
 
+Patch0001:      use-latest-available-wheel.patch
+
 BuildArch:      noarch
 BuildRequires:  make
 BuildRequires:  python3-devel

diff --git a/use-latest-available-wheel.patch b/use-latest-available-wheel.patch
new file mode 100644
index 0000000..2ce68ca
--- /dev/null
+++ b/use-latest-available-wheel.patch
@@ -0,0 +1,12 @@
+diff -Naur hpack-4.2.0/pyproject.toml hpack-4.2.0-mod/pyproject.toml
+--- hpack-4.2.0/pyproject.toml	2026-06-23 15:34:23.000000000 -0300
++++ hpack-4.2.0-mod/pyproject.toml	2026-09-21 11:09:32.559473008 -0300
+@@ -2,7 +2,7 @@
+ # https://packaging.python.org/en/latest/specifications/pyproject-toml/
+ 
+ [build-system]
+-requires = ["setuptools>=82", "wheel>=0.46.3"]
++requires = ["setuptools", "wheel"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]

                 reply	other threads:[~2026-09-21 14:14 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=179000007499.1.5744652561747691209.rpms-python-hpack-1ee6576fb332@fedoraproject.org \
    --to=rjeffman@redhat.com \
    --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