[Python-modules-commits] [python-urllib3] branch upstream updated (6dde9b0 -> f42e59e)

Ondrej Novy onovy at debian.org
Mon Dec 11 22:11:44 UTC 2017


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

onovy pushed a change to branch upstream
in repository python-urllib3.

      from  6dde9b0   Import python-urllib3_1.21.1.orig.tar.gz
       new  f42e59e   Import python-urllib3_1.22.orig.tar.gz

The 1 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 +-
 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.egg-info/PKG-INFO                       |  27 +-
 urllib3.egg-info/SOURCES.txt                    |   6 +-
 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 +-
 43 files changed, 1600 insertions(+), 1412 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