Hello community, here is the log from the commit of package python3-urllib3 for openSUSE:Factory checked in at 2015-12-23 09:57:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-urllib3 (Old) and /work/SRC/openSUSE:Factory/.python3-urllib3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-urllib3" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-urllib3/python3-urllib3.changes 2015-10-24 10:22:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-urllib3.new/python3-urllib3.changes 2015-12-23 09:57:08.000000000 +0100 @@ -1,0 +2,21 @@ +Sun Dec 20 01:23:41 UTC 2015 - [email protected] + +- update to version 1.13.1: + * Fixed regression in IPv6 + SSL for match_hostname. (Issue #761) + +------------------------------------------------------------------- +Tue Dec 15 03:20:22 UTC 2015 - [email protected] + +- 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) + +------------------------------------------------------------------- Old: ---- urllib3-1.12.tar.gz New: ---- urllib3-1.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-urllib3.spec ++++++ --- /var/tmp/diff_new_pack.VOuXPx/_old 2015-12-23 09:57:09.000000000 +0100 +++ /var/tmp/diff_new_pack.VOuXPx/_new 2015-12-23 09:57:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-urllib3 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-urllib3 -Version: 1.12 +Version: 1.13.1 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT ++++++ urllib3-1.12.tar.gz -> urllib3-1.13.1.tar.gz ++++++ ++++ 1977 lines of diff (skipped) ++++++ urllib3-test-no-coverage.patch ++++++ --- /var/tmp/diff_new_pack.VOuXPx/_old 2015-12-23 09:57:09.000000000 +0100 +++ /var/tmp/diff_new_pack.VOuXPx/_new 2015-12-23 09:57:09.000000000 +0100 @@ -10,4 +10,4 @@ -cover-erase = true [flake8] - max-line-length = 99 + exclude = ./docs/conf.py,./test/*,./urllib3/packages/*
