2 Commits

2 changed files with 7 additions and 2 deletions

View File

@@ -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> Wed Jan 15 13:25:11 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-httpx # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -46,7 +46,7 @@ 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 Requires: python-anyio >= 4
Requires: python-certifi Requires: python-certifi
Requires: python-httpcore >= 0.18.0 Requires: python-httpcore >= 0.18.0
Requires: python-idna >= 2.0 Requires: python-idna >= 2.0