Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bc238ea35f | |||
| 69409a9484 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 4 00:35:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Insist on anyio >= 4, to drop out anyio3 from the choices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 13:25:11 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-httpx
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -46,7 +46,7 @@ BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-anyio
|
||||
Requires: python-anyio >= 4
|
||||
Requires: python-certifi
|
||||
Requires: python-httpcore >= 0.18.0
|
||||
Requires: python-idna >= 2.0
|
||||
|
||||
Reference in New Issue
Block a user