[Python-modules-commits] [python-urllib3] branch master updated (512475e -> b765bc3)
Ondrej Novy
onovy at debian.org
Mon Dec 11 22:11:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a change to branch master
in repository python-urllib3.
from 512475e Remove trailing whitespace
new 13bb3a6 record new upstream branch created by importing python-urllib3_1.22.orig.tar.gz
new f42e59e Import python-urllib3_1.22.orig.tar.gz
new c70d98d Do not use embedded copy of python-six.
new 593b158 require SSL certificate validation by default by using
new 9eb3d36 Do not use logging-clear-handlers to see all logging output and
new 6e900a4 Do not use embedded copy of ssl.match_hostname, when possible
new 1331071 merge patched into master
new 904bf48 New upstream release
new ad6b329 Add python{3,}-pytest to B-D
new 48b3633 Do not use embedded copy of python-six.
new 31b6ac1 require SSL certificate validation by default by using
new 5404fb1 Do not use logging-clear-handlers to see all logging output and
new f1dca75 Do not use embedded copy of ssl.match_hostname, when possible
new 26876aa merge patched into master
new b765bc3 Use pytest for unit tests (same as upstream) and skip timing tests
The 15 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 | 17 +
CONTRIBUTORS.txt | 3 +
PKG-INFO | 27 +-
debian/.git-dpm | 14 +-
debian/changelog | 5 +-
debian/control | 2 +
.../01_do-not-use-embedded-python-six.patch | 72 ++-
debian/patches/02_require-cert-verification.patch | 8 +-
debian/patches/04_relax_nosetests_options.patch | 4 +-
.../05_avoid-embedded-ssl-match-hostname.patch | 2 +-
debian/rules | 15 +-
dev-requirements.txt | 3 +
docs/requirements.txt | 1 +
dummyserver/handlers.py | 3 +
setup.cfg | 2 +-
setup.py | 9 +
test/appengine/__init__.py | 71 ---
test/appengine/app.yaml | 11 -
test/appengine/conftest.py | 72 +++
test/appengine/nose.cfg | 4 -
test/appengine/requirements.txt | 1 -
test/{contrib => appengine}/test_gae_manager.py | 97 ++--
test/appengine/test_urlfetch.py | 54 +-
test/contrib/test_socks.py | 3 +
test/test_collections.py | 348 ++++++------
test/test_compatibility.py | 25 +-
test/test_connection.py | 26 +-
test/test_connectionpool.py | 452 ++++++++-------
test/test_exceptions.py | 67 +--
test/test_fields.py | 42 +-
test/test_filepost.py | 90 ++-
test/test_proxymanager.py | 68 +--
test/test_queue_monkeypatch.py | 24 +-
test/test_response.py | 311 ++++++-----
test/test_retry.py | 171 +++---
test/test_util.py | 604 ++++++++++-----------
test/with_dummyserver/test_connectionpool.py | 58 ++
test/with_dummyserver/test_https.py | 61 ++-
test/with_dummyserver/test_poolmanager.py | 1 +
test/with_dummyserver/test_proxy_poolmanager.py | 17 +-
test/with_dummyserver/test_socketlevel.py | 140 ++++-
urllib3/__init__.py | 2 +-
urllib3/_collections.py | 9 +-
urllib3/connectionpool.py | 58 +-
urllib3/contrib/_securetransport/bindings.py | 3 +
urllib3/contrib/pyopenssl.py | 11 +-
urllib3/contrib/securetransport.py | 3 +
urllib3/response.py | 4 +
urllib3/util/ssl_.py | 6 +-
49 files changed, 1643 insertions(+), 1458 deletions(-)
delete mode 100644 test/appengine/app.yaml
create mode 100644 test/appengine/conftest.py
delete mode 100644 test/appengine/nose.cfg
delete mode 100644 test/appengine/requirements.txt
rename test/{contrib => appengine}/test_gae_manager.py (69%)
--
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