14
0

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
This commit is contained in:
2025-04-25 15:08:17 +00:00
committed by Git OBS Bridge
parent c85fad8415
commit c8f1b5e553
2 changed files with 2 additions and 7 deletions

View File

@@ -5,11 +5,6 @@ Fri Apr 25 11:36:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
* Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 * Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11
dependency update. (#1008) dependency update. (#1008)
-------------------------------------------------------------------
Fri Apr 25 09:23:43 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Don't limit Requires from higher versions.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com> Wed Apr 16 14:22:23 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>

View File

@@ -42,10 +42,10 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-anyio >= 3
Requires: python-certifi Requires: python-certifi
Requires: python-h11 >= 0.16 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-h2 >= 3.0
Recommends: python-socksio >= 1.0 Recommends: python-socksio >= 1.0
BuildArch: noarch BuildArch: noarch