[Python-modules-commits] [requests] branch master updated (272b0d2 -> ca28279)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Thu Sep 8 22:32:07 UTC 2016


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

eriol-guest pushed a change to branch master
in repository requests.

      from  272b0d2   Upload to unstable
       new  e19165c   New upstream release
       new  cc2d917   record new upstream branch created by importing requests_2.11.1.orig.tar.gz
       new  18d81e2   Import requests_2.11.1.orig.tar.gz
       new  79f5f28   Use the bundle provided by ca-certificates instead of
       new  9b1a5ef   Export IncompleteRead from requests.compat since it's
       new  eb19148   Populate install_requires for unbundled packages
       new  3259bc6   Use the same unbundling strategy implemented by pip
       new  fde2282   merge patched into master
       new  d3721e0   Populate install_requires for unbundled packages
       new  83ce45b   Use the same unbundling strategy implemented by pip
       new  98b0dcf   merge patched into master
       new  554a5b1   Bump python{,3}-urllib3 to (>= 1.16) (<< 1.16.1)
       new  ca28279   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:
 HISTORY.rst                                        |  44 +-
 PKG-INFO                                           |  51 +-
 README.rst                                         |   5 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   8 +-
 debian/patches/01_use-system-ca-certificates.patch |   4 +-
 debian/patches/02_populate-install_requires.patch  |   6 +-
 debian/patches/03_export-IncompleteRead.patch      |   8 +-
 debian/patches/use-pip-unbundling.patch            |   2 +-
 requests/__init__.py                               |   7 +-
 requests/adapters.py                               |  22 +-
 requests/api.py                                    |   1 -
 requests/auth.py                                   |  12 +-
 requests/certs.py                                  |   4 +-
 requests/compat.py                                 |   6 +-
 requests/cookies.py                                | 103 +++-
 requests/exceptions.py                             |  18 +-
 requests/hooks.py                                  |   2 +-
 requests/models.py                                 |  54 +-
 requests/packages/urllib3/__init__.py              |   2 +-
 requests/packages/urllib3/connectionpool.py        |  37 +-
 requests/packages/urllib3/contrib/appengine.py     |   2 +-
 requests/packages/urllib3/contrib/socks.py         |   2 +-
 requests/packages/urllib3/packages/six.py          | 635 ++++++++++++++++++---
 requests/packages/urllib3/poolmanager.py           |  93 ++-
 requests/packages/urllib3/response.py              |   4 +
 requests/packages/urllib3/util/connection.py       |  47 +-
 requests/packages/urllib3/util/retry.py            |  14 +-
 requests/packages/urllib3/util/ssl_.py             |   4 +-
 requests/sessions.py                               |  71 ++-
 requests/status_codes.py                           |   2 +-
 requests/structures.py                             |   7 +-
 requests/utils.py                                  | 131 ++++-
 requirements.txt                                   |   1 +
 setup.py                                           |   2 +-
 36 files changed, 1181 insertions(+), 254 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/requests.git



More information about the Python-modules-commits mailing list