diff --git a/python-urllib3.changes b/python-urllib3.changes index 5419ce4..4384af9 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 25 18:33:23 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Wed Jul 5 11:42:20 UTC 2023 - Daniel Garcia diff --git a/python-urllib3.spec b/python-urllib3.spec index cf1aad4..5327540 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -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 diff --git a/urllib3-2.0.3.tar.gz b/urllib3-2.0.3.tar.gz deleted file mode 100644 index f489768..0000000 --- a/urllib3-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825 -size 280489 diff --git a/urllib3-2.0.4.tar.gz b/urllib3-2.0.4.tar.gz new file mode 100644 index 0000000..240b0a9 --- /dev/null +++ b/urllib3-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11 +size 281517