15
0
forked from pool/python-httpx

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

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>