[Python-modules-commits] [python-urllib3] branch master updated (ec8f2ef -> d9e1674)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue May 10 01:03:59 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  ec8f2ef   s/UNRELEASED/unstable/
       new  302a698   New upstream release
       new  e79047a   record new upstream branch created by importing python-urllib3_1.15.1.orig.tar.gz
       new  9105037   Import python-urllib3_1.15.1.orig.tar.gz
       new  dc9a92d   Do not use embedded copy of python-six.
       new  957013d   require SSL certificate validation by default by using
       new  6aeba4f   Do not use logging-clear-handlers to see all logging output and
       new  206cc5a   Do not use embedded copy of ssl.match_hostname, when possible
       new  9404530   merge patched into master
       new  bf778ed   Add python{,3}-socks to Suggests
       new  92713b2   Exclude socks tests
       new  4ae2f18   Bump Standards-Version to 3.9.8 (no changes needed)
       new  8ea68a9   Update copyright years
       new  d9e1674   Update changelog

The 13 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                                        | 107 ++--
 CONTRIBUTORS.txt                                   |  13 +
 LICENSE.txt                                        |   2 +-
 PKG-INFO                                           | 127 +++--
 README.rst                                         |  18 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  15 +
 debian/control                                     |  10 +-
 debian/copyright                                   |   2 +-
 .../01_do-not-use-embedded-python-six.patch        |  38 +-
 debian/patches/02_require-cert-verification.patch  |   8 +-
 debian/patches/03_force_setuptools.patch           |  25 -
 debian/patches/04_relax_nosetests_options.patch    |   4 +-
 .../05_avoid-embedded-ssl-match-hostname.patch     |   2 +-
 debian/patches/series                              |   1 -
 debian/rules                                       |   3 +-
 dev-requirements.txt                               |   1 +
 docs/contrib.rst                                   |  56 +-
 docs/index.rst                                     |  68 ++-
 docs/recipes.rst                                   |  41 ++
 docs/security.rst                                  |  10 +-
 dummyserver/certs/client.pem                       |  31 +-
 dummyserver/certs/server.crt                       |  31 +-
 dummyserver/handlers.py                            |   5 +
 dummyserver/server.py                              |   4 +-
 dummyserver/testcase.py                            |  15 +
 setup.cfg                                          |   2 +-
 setup.py                                           |  17 +-
 test/__init__.py                                   |  14 +-
 test/contrib/test_pyopenssl.py                     |   3 -
 test/contrib/test_socks.py                         | 599 +++++++++++++++++++++
 test/test_connection.py                            |  48 ++
 test/test_connectionpool.py                        |  76 +++
 test/test_fields.py                                |   9 +-
 test/with_dummyserver/test_chunked_transfer.py     |  76 +++
 test/with_dummyserver/test_https.py                |  39 +-
 test/with_dummyserver/test_poolmanager.py          |  28 +
 test/with_dummyserver/test_socketlevel.py          | 151 +++++-
 urllib3/__init__.py                                |  11 +-
 urllib3/_collections.py                            |   2 +-
 urllib3/connection.py                              |  64 ++-
 urllib3/connectionpool.py                          |  93 ++--
 urllib3/contrib/appengine.py                       |  12 +-
 urllib3/contrib/ntlmpool.py                        |  20 +-
 urllib3/contrib/pyopenssl.py                       |  64 ++-
 urllib3/contrib/socks.py                           | 172 ++++++
 urllib3/exceptions.py                              |   8 +
 urllib3/fields.py                                  |   4 +-
 .../packages/backports}/__init__.py                |   0
 urllib3/packages/backports/makefile.py             |  53 ++
 urllib3/poolmanager.py                             |  17 +-
 urllib3/response.py                                |  38 +-
 urllib3/util/__init__.py                           |   2 +
 urllib3/util/response.py                           |   2 +-
 urllib3/util/retry.py                              |  14 +-
 urllib3/util/ssl_.py                               |  11 +-
 56 files changed, 1963 insertions(+), 337 deletions(-)
 delete mode 100644 debian/patches/03_force_setuptools.patch
 create mode 100644 docs/recipes.rst
 create mode 100644 test/contrib/test_socks.py
 create mode 100644 test/test_connection.py
 create mode 100644 test/with_dummyserver/test_chunked_transfer.py
 create mode 100644 urllib3/contrib/socks.py
 copy {dummyserver => urllib3/packages/backports}/__init__.py (100%)
 create mode 100644 urllib3/packages/backports/makefile.py

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