diff --git a/httpx-0.24.0.tar.gz b/httpx-0.24.0.tar.gz deleted file mode 100644 index 327f076..0000000 --- a/httpx-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21a4061ed649279bdc6188ec2c3549ac9c06d06ad3f0aa79043469475e28f346 -size 2167376 diff --git a/httpx-0.24.1.tar.gz b/httpx-0.24.1.tar.gz new file mode 100644 index 0000000..c311157 --- /dev/null +++ b/httpx-0.24.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46b06b4da9c3356cae3bb57833cbb58673d025ac424a2790cc8bd8a0b1e85a0 +size 2168238 diff --git a/python-httpx.changes b/python-httpx.changes index 5c8f7ed..b49fd65 100644 --- a/python-httpx.changes +++ b/python-httpx.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Sep 9 23:10:43 UTC 2023 - Torsten Gruner + +- update to 0.24.1 + * Provide additional context in some InvalidURL exceptions. (#2675) + * Fix optional percent-encoding behaviour. (#2671) + * More robust checking for opening upload files in binary mode. (#2630) + * Properly support IP addresses in NO_PROXY environment variable. (#2659) + * Set default file for NetRCAuth() to None to use the stdlib default. (#2667) + * Set logging request lines to INFO level for async requests, in line + with sync requests. (#2656) + * Fix which gen-delims need to be escaped for path/query/fragment + components in URL. (#2701) + ------------------------------------------------------------------- Wed May 3 08:47:43 UTC 2023 - Dirk Müller diff --git a/python-httpx.spec b/python-httpx.spec index 216a05d..d142555 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpx%{psuffix} -Version: 0.24.0 +Version: 0.24.1 Release: 0 Summary: Python HTTP client with async support License: BSD-3-Clause @@ -41,9 +41,9 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-certifi -Requires: python-httpcore >= 0.15.0 Requires: python-idna >= 2.0 Requires: python-sniffio +Requires: (python-httpcore >= 0.17.2 with python-httpcore < 0.18.0) Recommends: python-Brotli Recommends: python-Pygments >= 2 Recommends: python-click >= 8 @@ -78,7 +78,7 @@ Python HTTP client with async support. %prep %autosetup -p1 -n httpx-%{version} # remove turning pytest warnings into error -sed -i '/tool.pytest/,$ {/error/d}' setup.cfg +#sed -i '/tool.pytest/,$ {/error/d}' setup.cfg %build %pyproject_wheel