public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-h2] f44: Update to version 4.4.1
@ 2026-09-23 19:51 Rafael Guterres Jeffman
  0 siblings, 0 replies; only message in thread
From: Rafael Guterres Jeffman @ 2026-09-23 19:51 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-h2
            Branch : f44
            Commit : 2e592b34b784d6c2cf82c565be943386fe846e17
            Author : Rafael Guterres Jeffman <rjeffman@redhat.com>
            Date   : 2026-09-23T16:50:40-03:00
            Stats  : +20/-6 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-h2/c/2e592b34b784d6c2cf82c565be943386fe846e17?branch=f44

            Log:
            Update to version 4.4.1

Resolves: rhbz#2506577

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

---
diff --git a/.gitignore b/.gitignore
index 54b5fb6..15c7574 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /h2-4.1.0.tar.gz
 /h2-4.2.0.tar.gz
 /h2-4.3.0.tar.gz
+/v4.4.1.tar.gz

diff --git a/0001-Fedora-tox-adjustments.patch b/0001-Fedora-tox-adjustments.patch
index 8e8fed6..bbc2367 100644
--- a/0001-Fedora-tox-adjustments.patch
+++ b/0001-Fedora-tox-adjustments.patch
@@ -4,13 +4,13 @@ diff -Naur h2-4.2.0-orig/pyproject.toml h2-4.2.0/pyproject.toml
 @@ -58,8 +58,6 @@
 
  testing = [
-   "pytest>=8.3.3,<9",
+   "pytest>=8.3.3,<10",
 -  "pytest-cov>=6.0.0,<7",
 -  "pytest-xdist>=3.6.1,<4",
    "hypothesis>=6.119.4,<7",
  ]
 
-@@ -188,7 +186,7 @@
+@@ -185,7 +185,7 @@
  [tool.tox.env_run_base]
  dependency_groups = ["testing"]
  commands = [
@@ -18,4 +18,4 @@ diff -Naur h2-4.2.0-orig/pyproject.toml h2-4.2.0/pyproject.toml
 +  ["python", "-bb", "-m", "pytest", { replace = "posargs", extend = true }]
  ]
 
- [tool.tox.env.pypy3]
+ [tool.tox.env.lint]

diff --git a/python-h2.spec b/python-h2.spec
index 5a2dbe5..b1143a8 100644
--- a/python-h2.spec
+++ b/python-h2.spec
@@ -7,16 +7,17 @@ be embeddable in whatever program you choose to use, ensuring that you can
 speak HTTP/2 regardless of your programming paradigm.}
 
 Name:           python-h2
-Version:        4.3.0
+Version:        4.4.1
 Release:        %autorelease
 Summary:        HTTP/2 State-Machine based protocol implementation
 
 License:        MIT
 URL:            https://hyper-h2.readthedocs.io
 VCS:            https://github.com/python-hyper/h2
-Source0:        %vcs/archive/v%{version}/%{srcname}-%{version}.tar.gz
+Source0:        %vcs/archive/refs/tags/v%{version}.tar.gz
 # downstream only patch
 Patch0:         0001-Fedora-tox-adjustments.patch
+Patch1:         use-latest-available-wheel.patch
 
 BuildArch:      noarch
 BuildRequires:  make

diff --git a/sources b/sources
index 9de449d..5c9e803 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (h2-4.3.0.tar.gz) = 85cb75d10d6eae2cb678def1bf63bf11a3e43d43b753a1fa374bbdb371925e29674c34b5504de1e12a987108dd497350b0ce1c9d7de0f494d1158a4d61396f5c
+SHA512 (v4.4.1.tar.gz) = 6203ddefc458af11d3901f6c1fb0c5facb5fd1fc24ba944b808c4b7787dd6df9fe58d4b5fd6bf3f168b8e825ee0b8d2c9280e92d60ca203e6e8777595079734a

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-23 19:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 19:51 [rpms/python-h2] f44: Update to version 4.4.1 Rafael Guterres Jeffman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox