Subject: CVS commit: pkgsrc/www/py-urllib3
From: Adam Ciarcinski
Date: 2019-04-23 11:51:33
Message id: 20190423095133.AF95FFB16@cvs.NetBSD.org

Log Message:
py-urllib3: updated to 1.25

1.25:
* 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.
* 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.

Files:
RevisionActionfile
1.13modifypkgsrc/www/py-urllib3/Makefile
1.8modifypkgsrc/www/py-urllib3/PLIST
1.12modifypkgsrc/www/py-urllib3/distinfo