File python3-urllib3.changes of Package python3-urllib3
-------------------------------------------------------------------
Sun Jun 19 01:28:02 UTC 2016 - arun@gmx.de
- update to version 1.16:
* Disable IPv6 DNS when IPv6 connections are not possible. (Issue
#840)
* Provide "key_fn_by_scheme" pool keying mechanism that can be
overridden. (Issue #830)
* Normalize scheme and host to lowercase for pool keys, and include
"source_address". (Issue #830)
* Cleaner exception chain in Python 3 for "_make_request". (Issue
#861)
* Fixed installing "urllib3[socks]" extra. (Issue #864)
* Fixed signature of "ConnectionPool.close" so it can actually
safely be called by subclasses. (Issue #873)
* Retain "release_conn" state across retries. (Issues #651, #866)
* Add customizable "HTTPConnectionPool.ResponseCls", which defaults
to "HTTPResponse" but can be replaced with a subclass. (Issue
#879)
-------------------------------------------------------------------
Mon Jun 13 19:14:41 UTC 2016 - toddrme2178@gmail.com
- Remove unneeded test dependencies.
-------------------------------------------------------------------
Sun May 8 07:13:57 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Tue Apr 12 04:41:38 UTC 2016 - arun@gmx.de
- update to version 1.15.1:
* Fix packaging to include backports module. (Issue #841)
-------------------------------------------------------------------
Sat Apr 9 16:04:40 UTC 2016 - arun@gmx.de
- specfile:
* add setuptools
- update to version 1.15:
* Added Retry(raise_on_status=False). (Issue #720)
* Always use setuptools, no more distutils fallback. (Issue #785)
* Dropped support for Python 3.2. (Issue #786)
* Chunked transfer encoding when requesting with "chunked=True".
(Issue #790)
* Fixed regression with IPv6 port parsing. (Issue #801)
* Append SNIMissingWarning messages to allow users to specify it in
the PYTHONWARNINGS environment variable. (Issue #816)
* Handle unicode headers in Py2. (Issue #818)
* Log certificate when there is a hostname mismatch. (Issue #820)
* Preserve order of request/response headers. (Issue #821)
-------------------------------------------------------------------
Tue Apr 5 09:19:12 UTC 2016 - hpj@urpla.net
- don't apply urllib3-test-ssl-drop-sslv3.patch for openSUSE 13.1
and below: PROTOCOL_TLSv1_2 is not available there
-------------------------------------------------------------------
Wed Mar 2 17:10:00 UTC 2016 - jmatejek@suse.com
- synchronize spec file and patches with python2 version:
* enable most tests
* urllib3-ssl-default-context.patch: use ssl's default context
for native ssl the same way it is used for pyopenssl
* urllib3-test-ssl-drop-sslv3.patch: do not use SSLv3 protocol
* drop unneeded 0001-Don-t-pin-dependency-to-exact-version.patch
- not adding optional dependencies of the pyopenssl module, because
ndg-httpsclient doesn't exist yet, so the pyopenssl module is unusable
-------------------------------------------------------------------
Thu Dec 31 19:57:42 UTC 2015 - arun@gmx.de
- update to version 1.14:
* contrib: SOCKS proxy support! (Issue #762)
* Fixed AppEngine handling of transfer-encoding header and bug
in Timeout defaults checking. (Issue #763)
-------------------------------------------------------------------
Sun Dec 20 01:23:41 UTC 2015 - arun@gmx.de
- update to version 1.13.1:
* Fixed regression in IPv6 + SSL for match_hostname. (Issue #761)
-------------------------------------------------------------------
Tue Dec 15 03:20:22 UTC 2015 - arun@gmx.de
- specfile:
* updated no-coverage patch
- update to version 1.13:
* Fixed "pip install urllib3[secure]" on modern pip. (Issue #706)
* pyopenssl: Fixed SSL3_WRITE_PENDING error. (Issue #717)
* pyopenssl: Support for TLSv1.1 and TLSv1.2. (Issue #696)
* Close connections more defensively on exception. (Issue #734)
* Adjusted "read_chunked" to handle gzipped, chunk-encoded bodies without
repeatedly flushing the decoder, to function better on Jython. (Issue #743)
* Accept "ca_cert_dir" for SSL-related PoolManager configuration. (Issue #758)
-------------------------------------------------------------------
Fri Sep 25 11:10:12 UTC 2015 - p.drouand@gmail.com
- Initial release (version 1.12)
- Add patches
* 0001-Don-t-pin-dependency-to-exact-version.patch
* urllib3-test-no-coverage.patch