From 4f4196161176943a02dcabc215806e2c55f7220102722c5622d97c0a2ad52e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 9 Feb 2020 10:12:39 +0000 Subject: [PATCH] Accepting request 772134 from home:mcalabkova:branches:devel:languages:python - update to 1.25.8 * Drop support for EOL Python 3.4 * Optimize _encode_invalid_chars * Preserve chunked parameter on retries * Allow unset SERVER_SOFTWARE in App Engine * Fix issue where URL fragment was sent within the request target. * Fix issue where an empty query section in a URL would fail to parse. * Remove TLS 1.3 support in SecureTransport due to Apple removing support. OBS-URL: https://build.opensuse.org/request/show/772134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=92 --- python-urllib3.changes | 12 ++++++++++++ python-urllib3.spec | 5 +++-- urllib3-1.25.6.tar.gz | 3 --- urllib3-1.25.8.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 urllib3-1.25.6.tar.gz create mode 100644 urllib3-1.25.8.tar.gz diff --git a/python-urllib3.changes b/python-urllib3.changes index cb5a7fb..4c37636 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 7 15:24:03 UTC 2020 - Marketa Calabkova + +- update to 1.25.8 + * Drop support for EOL Python 3.4 + * Optimize _encode_invalid_chars + * Preserve chunked parameter on retries + * Allow unset SERVER_SOFTWARE in App Engine + * Fix issue where URL fragment was sent within the request target. + * Fix issue where an empty query section in a URL would fail to parse. + * Remove TLS 1.3 support in SecureTransport due to Apple removing support. + ------------------------------------------------------------------- Tue Oct 15 10:53:45 UTC 2019 - Ralf Haferkamp diff --git a/python-urllib3.spec b/python-urllib3.spec index ed31d7e..75f5f51 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,7 +1,7 @@ # # spec file for package python-urllib3 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-urllib3%{psuffix} -Version: 1.25.6 +Version: 1.25.8 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT @@ -71,6 +71,7 @@ BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six >= 1.12.0} BuildRequires: %{python_module tornado < 6} +BuildRequires: %{python_module trustme >= 0.5.3} BuildRequires: %{python_module urllib3 >= %{version}} %endif %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 diff --git a/urllib3-1.25.6.tar.gz b/urllib3-1.25.6.tar.gz deleted file mode 100644 index 04fe823..0000000 --- a/urllib3-1.25.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86 -size 248292 diff --git a/urllib3-1.25.8.tar.gz b/urllib3-1.25.8.tar.gz new file mode 100644 index 0000000..b69f048 --- /dev/null +++ b/urllib3-1.25.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc +size 261077