14
0

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
This commit is contained in:
2021-07-13 11:12:32 +00:00
committed by Git OBS Bridge
parent 7857238dd7
commit 42309fe0fc
4 changed files with 15 additions and 6 deletions

View File

@@ -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