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