diff --git a/python-urllib3.changes b/python-urllib3.changes index 98189c6..681ab3f 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 24 19:16:21 UTC 2019 - Tomáš Chvátal + +- Update to 1.25.3: + * Change HTTPSConnection to load system CA certificates when ca_certs, ca_cert_dir, and ssl_context are unspecified. (Pull #1608, Issue #1603) + * Upgrade bundled rfc3986 to v1.3.2. (Pull #1609, Issue #1605) + ------------------------------------------------------------------- Mon May 6 11:18:36 UTC 2019 - Tomáš Chvátal diff --git a/python-urllib3.spec b/python-urllib3.spec index 195e883..de77ab2 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.25.2 +Version: 1.25.3 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT @@ -113,15 +113,8 @@ 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";; esac -rm -rf build -# pretend to be TRAVIS (this triggers timing tolerance) export PYTHONDONTWRITEBYTECODE=1 -%{python_expand PYTHONPATH="%{$python_sitelib}" py.test-%{$python_bin_suffix} -v \ - --ignore=test/appengine \ - --ignore=test/with_dummyserver/test_proxy_poolmanager.py \ - --ignore=test/with_dummyserver/test_poolmanager.py \ - -k "${skiplist}" \ - src/urllib3 test} +%pytest -k "${skiplist}" %endif %if ! %{with test} diff --git a/urllib3-1.25.2.tar.gz b/urllib3-1.25.2.tar.gz deleted file mode 100644 index 5f3512f..0000000 --- a/urllib3-1.25.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db -size 261479 diff --git a/urllib3-1.25.3.tar.gz b/urllib3-1.25.3.tar.gz new file mode 100644 index 0000000..57066aa --- /dev/null +++ b/urllib3-1.25.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232 +size 262150