diff --git a/python-urllib3.changes b/python-urllib3.changes index 59abead..22b910a 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 14 22:46:12 UTC 2023 - Dirk Müller + +- update to 1.26.15: + * Fix socket timeout value when ``HTTPConnection`` is reused + * Remove "!" character from the unreserved characters in IPv6 + Zone ID parsing + * Fix IDNA handling of '<80>' byte + ------------------------------------------------------------------- Sat Jan 21 09:59:43 UTC 2023 - Dirk Müller diff --git a/python-urllib3.spec b/python-urllib3.spec index e03bc5b..95af9ab 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.26.14 +Version: 1.26.15 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT diff --git a/urllib3-1.26.14.tar.gz b/urllib3-1.26.14.tar.gz deleted file mode 100644 index 210c6bb..0000000 --- a/urllib3-1.26.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72 -size 300665 diff --git a/urllib3-1.26.15.tar.gz b/urllib3-1.26.15.tar.gz new file mode 100644 index 0000000..119f6dd --- /dev/null +++ b/urllib3-1.26.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305 +size 301444