Go to file
Thomas Bechtold 3c7026ea2d - update to 1.25 (bsc#1132663, CVE-2019-11236):
* Require and validate certificates by default when using HTTPS
  * Upgraded ``urllib3.utils.parse_url()`` to be RFC 3986 compliant.
  * Added support for ``key_password`` for ``HTTPSConnectionPool`` to use
    encrypted ``key_file`` without creating your own ``SSLContext`` object.
  * Add TLSv1.3 support to CPython, pyOpenSSL, and SecureTransport ``SSLContext``
    implementations. (Pull #1496)
  * Switched the default multipart header encoder from RFC 2231 to HTML 5 working draft.
  * Fixed issue where OpenSSL would block if an encrypted client private key was
    given and no password was given. Instead an ``SSLError`` is raised.
  * Added support for Brotli content encoding. It is enabled automatically if
  ``brotlipy`` package is installed which can be requested with
  ``urllib3[brotli]`` extra.
  * Drop ciphers using DSS key exchange from default TLS cipher suites.
    Improve default ciphers when using SecureTransport.
  * Implemented a more efficient ``HTTPResponse.__iter__()`` method.
- Drop urllib3-test-ssl-drop-sslv3.patch . No longer needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=59
2019-04-23 04:14:26 +00:00
_multibuild Accepting request 634935 from home:mcepl:work 2018-09-11 13:45:03 +00:00
.gitattributes - Initial package (1.6) for openSUSE. 2013-07-14 04:53:22 +00:00
.gitignore - Initial package (1.6) for openSUSE. 2013-07-14 04:53:22 +00:00
python-urllib3-recent-date.patch - Update to 1.24.1: 2018-12-30 17:24:43 +00:00
python-urllib3.changes - update to 1.25 (bsc#1132663, CVE-2019-11236): 2019-04-23 04:14:26 +00:00
python-urllib3.spec - update to 1.25 (bsc#1132663, CVE-2019-11236): 2019-04-23 04:14:26 +00:00
urllib3-1.25.tar.gz - update to 1.25 (bsc#1132663, CVE-2019-11236): 2019-04-23 04:14:26 +00:00
urllib3-ssl-default-context.patch - update to 1.25 (bsc#1132663, CVE-2019-11236): 2019-04-23 04:14:26 +00:00