From c5f2851f3afd04d0b516ef0442b3dacb5f40e9e9cfb98a98a8cd637ba76ae63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 25 Apr 2025 11:44:21 +0000 Subject: [PATCH 1/3] Accepting request 1272665 from home:mcalabkova:branches:devel:languages:python believe it or not, they dropped the upper bound - Update to 1.0.9 * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008) OBS-URL: https://build.opensuse.org/request/show/1272665 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=41 --- httpcore-1.0.8.tar.gz | 3 --- httpcore-1.0.9.tar.gz | 3 +++ python-httpcore.changes | 7 +++++++ python-httpcore.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 httpcore-1.0.8.tar.gz create mode 100644 httpcore-1.0.9.tar.gz diff --git a/httpcore-1.0.8.tar.gz b/httpcore-1.0.8.tar.gz deleted file mode 100644 index 0bba746..0000000 --- a/httpcore-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f5d4682325020efd4a5140028d37f40d01f1c961dbb8de6a46d2236cc5d7d3b -size 99995 diff --git a/httpcore-1.0.9.tar.gz b/httpcore-1.0.9.tar.gz new file mode 100644 index 0000000..a7d01de --- /dev/null +++ b/httpcore-1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb542a99b37a2d6307dcbbd8b3da3b798ef9c20e82ce2e976d8ec7444cd0472c +size 100038 diff --git a/python-httpcore.changes b/python-httpcore.changes index a10480d..8f14f61 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 25 11:36:42 UTC 2025 - Markéta Machová + +- Update to 1.0.9 + * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 + dependency update. (#1008) + ------------------------------------------------------------------- Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier diff --git a/python-httpcore.spec b/python-httpcore.spec index 936d81a..427e187 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpcore%{psuffix} -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Minimal low-level Python HTTP client License: BSD-3-Clause @@ -43,8 +43,8 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-certifi +Requires: python-h11 >= 0.16 Requires: (python-anyio >= 3 with python-anyio < 5) -Requires: (python-h11 >= 0.13.0 with python-h11 < 0.15) Requires: (python-sniffio >= 1.0 with python-sniffio < 2) Recommends: python-h2 >= 3.0 Recommends: python-socksio >= 1.0 From c85fad841575769438bf5c48d7ce5bbe1d4297113cc865392eb188f81adcc400 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Apr 2025 15:07:48 +0000 Subject: [PATCH 2/3] - Don't limit Requires from higher versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=42 --- python-httpcore.changes | 5 +++++ python-httpcore.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-httpcore.changes b/python-httpcore.changes index 8f14f61..5a5c704 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -5,6 +5,11 @@ Fri Apr 25 11:36:42 UTC 2025 - Markéta Machová * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008) +------------------------------------------------------------------- +Fri Apr 25 09:23:43 UTC 2025 - Matej Cepl + +- Don't limit Requires from higher versions. + ------------------------------------------------------------------- Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier diff --git a/python-httpcore.spec b/python-httpcore.spec index 427e187..83daa95 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -42,10 +42,10 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-anyio >= 3 Requires: python-certifi Requires: python-h11 >= 0.16 -Requires: (python-anyio >= 3 with python-anyio < 5) -Requires: (python-sniffio >= 1.0 with python-sniffio < 2) +Requires: python-sniffio >= 1.0 Recommends: python-h2 >= 3.0 Recommends: python-socksio >= 1.0 BuildArch: noarch From c8f1b5e553a0833cb6e4ebc9d4ef69e6a4b4949ccb18c94fa925fc66b31dbe9d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Apr 2025 15:08:17 +0000 Subject: [PATCH 3/3] Accepting request 1272748 from devel:languages:python revert OBS-URL: https://build.opensuse.org/request/show/1272748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=43 --- python-httpcore.changes | 5 ----- python-httpcore.spec | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/python-httpcore.changes b/python-httpcore.changes index 5a5c704..8f14f61 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -5,11 +5,6 @@ Fri Apr 25 11:36:42 UTC 2025 - Markéta Machová * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008) -------------------------------------------------------------------- -Fri Apr 25 09:23:43 UTC 2025 - Matej Cepl - -- Don't limit Requires from higher versions. - ------------------------------------------------------------------- Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier diff --git a/python-httpcore.spec b/python-httpcore.spec index 83daa95..427e187 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -42,10 +42,10 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-anyio >= 3 Requires: python-certifi Requires: python-h11 >= 0.16 -Requires: python-sniffio >= 1.0 +Requires: (python-anyio >= 3 with python-anyio < 5) +Requires: (python-sniffio >= 1.0 with python-sniffio < 2) Recommends: python-h2 >= 3.0 Recommends: python-socksio >= 1.0 BuildArch: noarch