14
0

- update to 2.0.4:

* Added support for union operators to ``HTTPHeaderDict``
  * Added ``BaseHTTPResponse`` to ``urllib3.__all__`` (`#3078
  * Fixed ``urllib3.connection.HTTPConnection`` to raise the
    ``http.client.connect`` audit event to have the same behavior
    as the standard library HTTP client
  * Relied on the standard library for checking hostnames in
    supported PyPy releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=162
This commit is contained in:
2023-07-25 18:37:53 +00:00
committed by Git OBS Bridge
parent ebc06a4521
commit c7e95ee43b
4 changed files with 16 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-urllib3%{psuffix}
Version: 2.0.3
Version: 2.0.4
Release: 0
Summary: HTTP library with thread-safe connection pooling, file post, and more
License: MIT