From c85fad841575769438bf5c48d7ce5bbe1d4297113cc865392eb188f81adcc400 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Apr 2025 15:07:48 +0000 Subject: [PATCH] - 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