From 42309fe0fc95ffad89c1a9153eea981de006074b137487851a51e7105891bab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Jul 2021 11:12:32 +0000 Subject: [PATCH] Accepting request 906097 from home:mcalabkova:branches:devel:languages:python - update to 1.26.6 * Deprecated the urllib3.contrib.ntlmpool module. * Changed HTTPConnection.request_chunked() to not erroneously emit multiple Transfer-Encoding headers in the case that one is already specified. * Fixed typo in deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODS. OBS-URL: https://build.opensuse.org/request/show/906097 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=125 --- python-urllib3.changes | 9 +++++++++ python-urllib3.spec | 6 +++--- urllib3-1.26.5.tar.gz | 3 --- urllib3-1.26.6.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 urllib3-1.26.5.tar.gz create mode 100644 urllib3-1.26.6.tar.gz diff --git a/python-urllib3.changes b/python-urllib3.changes index ca10c8b..b360dd6 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 13 10:53:07 UTC 2021 - Markéta Machová + +- update to 1.26.6 + * Deprecated the urllib3.contrib.ntlmpool module. + * Changed HTTPConnection.request_chunked() to not erroneously emit multiple + Transfer-Encoding headers in the case that one is already specified. + * Fixed typo in deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODS. + ------------------------------------------------------------------- Sun Jun 6 12:02:24 UTC 2021 - Dirk Müller diff --git a/python-urllib3.spec b/python-urllib3.spec index fb05c85..a0380af 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,5 +1,5 @@ # -# spec file for package python-urllib3-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.26.5 +Version: 1.26.6 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT @@ -147,7 +147,7 @@ skiplist+=" or test_recent_date" %if ! %{with test} %files %{python_files} %license LICENSE.txt -%doc CHANGES.rst CONTRIBUTORS.txt README.rst +%doc CHANGES.rst README.rst %{python_sitelib}/urllib3 %{python_sitelib}/urllib3-%{version}-py*.egg-info %endif diff --git a/urllib3-1.26.5.tar.gz b/urllib3-1.26.5.tar.gz deleted file mode 100644 index d078d03..0000000 --- a/urllib3-1.26.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098 -size 292865 diff --git a/urllib3-1.26.6.tar.gz b/urllib3-1.26.6.tar.gz new file mode 100644 index 0000000..fd4a29b --- /dev/null +++ b/urllib3-1.26.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f +size 289927