- update to 1.26.9:
* Changed ``urllib3[brotli]`` extra to favor installing Brotli libraries that are still receiving updates like ``brotli`` and ``brotlicffi`` instead of ``brotlipy``. This change does not impact behavior of urllib3, only which dependencies are installed. * Fixed a socket leaking when ``HTTPSConnection.connect()`` raises an exception. * Fixed ``server_hostname`` being forwarded from ``PoolManager`` to ``HTTPConnectionPool`` when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=130
This commit is contained in:
parent
c62e35a204
commit
51cc811858
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 11:48:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.26.9:
|
||||
* Changed ``urllib3[brotli]`` extra to favor installing Brotli libraries that are still
|
||||
receiving updates like ``brotli`` and ``brotlicffi`` instead of ``brotlipy``.
|
||||
This change does not impact behavior of urllib3, only which dependencies are installed.
|
||||
* Fixed a socket leaking when ``HTTPSConnection.connect()`` raises an exception.
|
||||
* Fixed ``server_hostname`` being forwarded from ``PoolManager`` to ``HTTPConnectionPool``
|
||||
when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 22:41:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-urllib3%{psuffix}
|
||||
Version: 1.26.8
|
||||
Version: 1.26.9
|
||||
Release: 0
|
||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c
|
||||
size 294280
|
3
urllib3-1.26.9.tar.gz
Normal file
3
urllib3-1.26.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
|
||||
size 295258
|
Loading…
x
Reference in New Issue
Block a user