Accepting request 1110250 from home:Simmphonie:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/1110250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=20
This commit is contained in:
Matej Cepl 2023-09-11 10:17:29 +00:00 committed by Git OBS Bridge
parent d9707f32ff
commit 0ac79f02c6
4 changed files with 20 additions and 6 deletions

BIN
httpx-0.24.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
httpx-0.24.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f46b06b4da9c3356cae3bb57833cbb58673d025ac424a2790cc8bd8a0b1e85a0
size 2168238

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Sep 9 23:10:43 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
- 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 <dmueller@suse.com>

View File

@ -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