public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-hpack] f44: Use latest available setuptools and wheel packages
@ 2026-09-21 14:14 Rafael Jeffman
0 siblings, 0 replies; only message in thread
From: Rafael Jeffman @ 2026-09-21 14:14 UTC (permalink / raw)
To: git-commits
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]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 14:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 14:14 [rpms/python-hpack] f44: Use latest available setuptools and wheel packages Rafael Jeffman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox