[Python-modules-commits] [python-urllib3] branch master updated (4f9400b -> ad710f2)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 4 00:01:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a change to branch master
in repository python-urllib3.

      from  4f9400b   s/UNRELEASED/unstable/
       new  d481502   New upstream release
       new  3049b75   record new upstream branch created by importing python-urllib3_1.16.orig.tar.gz
       new  a7f3c70   Import python-urllib3_1.16.orig.tar.gz
       new  7a66629   Do not use embedded copy of python-six.
       new  560678e   require SSL certificate validation by default by using
       new  2671c5c   Do not use logging-clear-handlers to see all logging output and
       new  a01056b   Do not use embedded copy of ssl.match_hostname, when possible
       new  ad710f2   merge patched into master

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |  29 +-
 CONTRIBUTORS.txt                                   |  11 +-
 PKG-INFO                                           |  39 +-
 README.rst                                         |   6 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 .../01_do-not-use-embedded-python-six.patch        |  12 +-
 debian/patches/02_require-cert-verification.patch  |   8 +-
 debian/patches/04_relax_nosetests_options.patch    |   4 +-
 .../05_avoid-embedded-ssl-match-hostname.patch     |   2 +-
 dev-requirements.txt                               |   1 +
 docs/managers.rst                                  |  44 ++
 docs/security.rst                                  |   2 +-
 setup.cfg                                          |   5 +-
 setup.py                                           |   2 +-
 test/test_connectionpool.py                        |  77 +++
 test/test_poolmanager.py                           | 230 +++++++-
 test/test_retry.py                                 |  15 +
 test/test_util.py                                  |  32 +-
 test/with_dummyserver/test_socketlevel.py          |  62 +-
 urllib3/__init__.py                                |   2 +-
 urllib3/connectionpool.py                          |  37 +-
 urllib3/contrib/appengine.py                       |   2 +-
 urllib3/contrib/socks.py                           |   2 +-
 urllib3/packages/six.py                            | 635 ++++++++++++++++++---
 urllib3/poolmanager.py                             |  93 ++-
 urllib3/response.py                                |   4 +
 urllib3/util/connection.py                         |  47 +-
 urllib3/util/retry.py                              |  14 +-
 urllib3/util/ssl_.py                               |   4 +-
 30 files changed, 1298 insertions(+), 143 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git



More information about the Python-modules-commits mailing list