Hello community, here is the log from the commit of package python-urllib3 for openSUSE:Factory checked in at 2020-06-05 20:01:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-urllib3 (Old) and /work/SRC/openSUSE:Factory/.python-urllib3.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-urllib3" Fri Jun 5 20:01:45 2020 rev:39 rq:811626 version:1.25.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-urllib3/python-urllib3.changes 2020-04-25 20:16:22.988544699 +0200 +++ /work/SRC/openSUSE:Factory/.python-urllib3.new.3606/python-urllib3.changes 2020-06-05 20:01:54.712274728 +0200 @@ -1,0 +2,15 @@ +Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.25.9: + * Added ``InvalidProxyConfigurationWarning`` which is raised when + erroneously specifying an HTTPS proxy URL. urllib3 doesn't currently + support connecting to HTTPS proxies but will soon be able to + and we would like users to migrate properly without much breakage. + * Drain connection after ``PoolManager`` redirect (Pull #1817) + * Ensure ``load_verify_locations`` raises ``SSLError`` for all backends (Pull #1812) + * Rename ``VerifiedHTTPSConnection`` to ``HTTPSConnection`` (Pull #1805) + * Allow the CA certificate data to be passed as a string (Pull #1804) + * Raise ``ValueError`` if method contains control characters (Pull #1800) + * Add ``__repr__`` to ``Timeout`` (Pull #1795) + +------------------------------------------------------------------- Old: ---- urllib3-1.25.8.tar.gz New: ---- urllib3-1.25.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-urllib3.spec ++++++ --- /var/tmp/diff_new_pack.J7yk3f/_old 2020-06-05 20:01:58.708287835 +0200 +++ /var/tmp/diff_new_pack.J7yk3f/_new 2020-06-05 20:01:58.708287835 +0200 @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.25.8 +Version: 1.25.9 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT @@ -128,7 +128,7 @@ %if %{with test} %check -skiplist='not test_select_interrupt_exception and not test_selector_error and not timeout and not test_request_host_header_ignores_fqdn_dot and not test_dotted_fqdn and not TestImportWithoutSSL' +skiplist='not test_select_interrupt_exception and not test_selector_error and not timeout and not test_request_host_header_ignores_fqdn_dot and not test_dotted_fqdn and not TestImportWithoutSSL and not test_ssl_failed_fingerprint_verification' case $(uname -m) in ppc*) skiplist="$skiplist and not test_select_timing and not test_select_multiple_interrupts_with_event and not test_interrupt_wait_for_read_with_event and not test_select_interrupt_with_event";; ++++++ urllib3-1.25.8.tar.gz -> urllib3-1.25.9.tar.gz ++++++ ++++ 2222 lines of diff (skipped)
