From 2ac700f523a9a7c8192d9363100062631c86eab65ce47e300756718b8511b34a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 22:47:38 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20update=20to=201.26.15:=20=20=20*=20Fix?= =?UTF-8?q?=20socket=20timeout=20value=20when=20``HTTPConnection``=20is=20?= =?UTF-8?q?reused=20=20=20*=20Remove=20"!"=20character=20from=20the=20unre?= =?UTF-8?q?served=20characters=20in=20IPv6=20=20=20=20=20Zone=20ID=20parsi?= =?UTF-8?q?ng=20=20=20*=20Fix=20IDNA=20handling=20of=20'=C2=80'=20byte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=147 --- python-urllib3.changes | 9 +++++++++ python-urllib3.spec | 2 +- urllib3-1.26.14.tar.gz | 3 --- urllib3-1.26.15.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 urllib3-1.26.14.tar.gz create mode 100644 urllib3-1.26.15.tar.gz diff --git a/python-urllib3.changes b/python-urllib3.changes index 59abead..d26a56e 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 '€' 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 From 9fdf0983208af94130763003757c4a520412fe65c366505405f282f0ce05534b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 15 Mar 2023 20:47:25 +0000 Subject: [PATCH 2/2] * Fix IDNA handling of '<80>' byte OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=148 --- python-urllib3.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-urllib3.changes b/python-urllib3.changes index d26a56e..22b910a 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -5,7 +5,7 @@ Tue Mar 14 22:46:12 UTC 2023 - Dirk Müller * Fix socket timeout value when ``HTTPConnection`` is reused * Remove "!" character from the unreserved characters in IPv6 Zone ID parsing - * Fix IDNA handling of '€' byte + * Fix IDNA handling of '<80>' byte ------------------------------------------------------------------- Sat Jan 21 09:59:43 UTC 2023 - Dirk Müller