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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal 2019-05-29 07:57:50 +00:00 committed by Git OBS Bridge
parent e397a5c391
commit b0e8647f51
4 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 24 19:16:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db
size 261479

3
urllib3-1.25.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232
size 262150