[Python-modules-commits] [python-urllib3] branch upstream updated (e683867 -> 2b3d330)
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sun Oct 11 00:25:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a change to branch upstream
in repository python-urllib3.
from e683867 Imported Upstream version 1.11
adds 2b3d330 Import python-urllib3_1.12.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
CHANGES.rst | 28 +-
PKG-INFO | 30 +-
dev-requirements.txt | 12 +-
.../certs/{cacert.pem => ca_path_test/98a2772e.0} | 0
.../certs/{cacert.pem => ca_path_test/b6b9ccf9.0} | 0
dummyserver/certs/{ => ca_path_test}/cacert.pem | 0
dummyserver/handlers.py | 2 +
dummyserver/server.py | 1 +
dummyserver/testcase.py | 31 ++
test/__init__.py | 11 +
test/test_util.py | 10 +-
test/with_dummyserver/test_connectionpool.py | 325 +++++++++++----------
test/with_dummyserver/test_https.py | 26 +-
test/with_dummyserver/test_proxy_poolmanager.py | 4 +-
test/with_dummyserver/test_socketlevel.py | 36 +--
urllib3.egg-info/PKG-INFO | 30 +-
urllib3.egg-info/SOURCES.txt | 4 +
urllib3.egg-info/pbr.json | 1 +
urllib3/__init__.py | 2 +-
urllib3/connection.py | 19 +-
urllib3/connectionpool.py | 20 +-
urllib3/contrib/pyopenssl.py | 6 +-
urllib3/exceptions.py | 3 +
urllib3/response.py | 5 +-
urllib3/util/connection.py | 8 +-
urllib3/util/response.py | 5 +-
urllib3/util/ssl_.py | 23 +-
27 files changed, 383 insertions(+), 259 deletions(-)
copy dummyserver/certs/{cacert.pem => ca_path_test/98a2772e.0} (100%)
copy dummyserver/certs/{cacert.pem => ca_path_test/b6b9ccf9.0} (100%)
copy dummyserver/certs/{ => ca_path_test}/cacert.pem (100%)
create mode 100644 urllib3.egg-info/pbr.json
--
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