14
0

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