[Python-modules-commits] [python-urllib3] branch master updated (0af610d -> 8265b57)
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sat Oct 10 01:03:36 UTC 2015
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 0af610d Update Vcs fields for git migration
new ebc01af record new upstream branch created by importing python-urllib3_1.12.orig.tar.gz
new 2b3d330 Import python-urllib3_1.12.orig.tar.gz
new 3a7deaa Do not use embedded copy of python-six.
new f27a60b require SSL certificate validation by default by using
new a89ef67 Use setuptools.setup() so that the bdist_wheel
new 966d734 Do not use logging-clear-handlers to see all logging output and
new 797a609 Do not use embedded copy of ssl.match_hostname, when possible
new 7db0aa9 Rely on six to import httplib or http.client.
new cd2a401 merge patched into master
new 7bb9df1 New upstream release
new 8265b57 Update Vcs fields for git migration
The 11 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 | 28 +-
PKG-INFO | 30 +-
debian/.git-dpm | 14 +-
debian/changelog | 8 +
.../01_do-not-use-embedded-python-six.patch | 28 +-
debian/patches/02_require-cert-verification.patch | 16 +-
debian/patches/03_force_setuptools.patch | 2 +-
debian/patches/04_relax_nosetests_options.patch | 2 +-
.../05_avoid-embedded-ssl-match-hostname.patch | 2 +-
...y-on-six-to-import-httplib-or-http.client.patch | 36 +--
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/util/connection.py | 8 +-
urllib3/util/ssl_.py | 23 +-
33 files changed, 428 insertions(+), 312 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