From 15cce79949589b2770da1a216214a23508387922c863f25b24ceed12621c6572 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Oct 2023 12:37:08 +0000 Subject: [PATCH] - Requires higher version of httpcore. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=23 --- python-httpx.changes | 1 + python-httpx.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python-httpx.changes b/python-httpx.changes index ea9418f..e1551b2 100644 --- a/python-httpx.changes +++ b/python-httpx.changes @@ -17,6 +17,7 @@ Fri Oct 20 21:52:56 UTC 2023 - Matej Cepl - Always encode forward slashes as %2F in query parameters - Use Mozilla documentation instead of httpstatuses.com for HTTP error reference +- Requires higher version of httpcore. ------------------------------------------------------------------- Sat Sep 9 23:10:43 UTC 2023 - Torsten Gruner diff --git a/python-httpx.spec b/python-httpx.spec index a523c8a..3ac5acf 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -43,7 +43,7 @@ BuildRequires: python-rpm-macros Requires: python-certifi Requires: python-idna >= 2.0 Requires: python-sniffio -Requires: (python-httpcore >= 0.17.2 with python-httpcore < 0.18.0) +Requires: (python-httpcore >= 0.18.0 with python-httpcore < 0.19.0) Recommends: python-Brotli Recommends: python-Pygments >= 2 Recommends: python-click >= 8