[Python-modules-commits] [python-pip] branch upstream updated (cb67896 -> 030df74)

Barry Warsaw barry at moszumanska.debian.org
Wed May 11 13:54:44 UTC 2016


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

barry pushed a change to branch upstream
in repository python-pip.

      from  cb67896   Import python-pip_8.1.1.orig.tar.gz
       new  030df74   Import python-pip_8.1.2.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:
 AUTHORS.txt                                        |   6 +
 CHANGES.txt                                        |  19 +
 PKG-INFO                                           |   2 +-
 pip.egg-info/PKG-INFO                              |   2 +-
 pip.egg-info/SOURCES.txt                           |   3 +-
 pip/__init__.py                                    |   8 +-
 pip/_vendor/README.rst                             |  11 +-
 pip/_vendor/_markerlib/__init__.py                 |  16 -
 pip/_vendor/_markerlib/markers.py                  | 119 ------
 pip/_vendor/colorama/__init__.py                   |   2 +-
 pip/_vendor/colorama/ansitowin32.py                |  10 +-
 pip/_vendor/colorama/initialise.py                 |   3 +-
 pip/_vendor/distlib/__init__.py                    |   2 +-
 pip/_vendor/distlib/util.py                        |  16 +-
 pip/_vendor/distlib/wheel.py                       |   6 +-
 pip/_vendor/packaging/__about__.py                 |   2 +-
 pip/_vendor/packaging/markers.py                   |  16 +-
 pip/_vendor/pkg_resources/__init__.py              | 461 ++++++---------------
 pip/_vendor/pyparsing.py                           |  76 ++--
 pip/_vendor/requests/__init__.py                   |  16 +-
 pip/_vendor/requests/adapters.py                   |  52 ++-
 pip/_vendor/requests/api.py                        |   6 +-
 pip/_vendor/requests/auth.py                       |  19 +
 pip/_vendor/requests/cookies.py                    |   6 +
 pip/_vendor/requests/models.py                     |  10 +-
 pip/_vendor/requests/packages/urllib3/__init__.py  |  11 +-
 .../requests/packages/urllib3/_collections.py      |   2 +-
 .../requests/packages/urllib3/connection.py        |  64 ++-
 .../requests/packages/urllib3/connectionpool.py    |  93 +++--
 .../requests/packages/urllib3/contrib/appengine.py |  12 +-
 .../requests/packages/urllib3/contrib/ntlmpool.py  |  20 +-
 .../requests/packages/urllib3/contrib/pyopenssl.py |  64 ++-
 .../requests/packages/urllib3/contrib/socks.py     | 172 ++++++++
 .../requests/packages/urllib3/exceptions.py        |   8 +
 pip/_vendor/requests/packages/urllib3/fields.py    |   4 +-
 .../requests/packages/urllib3/poolmanager.py       |  17 +-
 pip/_vendor/requests/packages/urllib3/response.py  |  38 +-
 .../requests/packages/urllib3/util/__init__.py     |   2 +
 .../requests/packages/urllib3/util/response.py     |   2 +-
 .../requests/packages/urllib3/util/retry.py        |  14 +-
 pip/_vendor/requests/packages/urllib3/util/ssl_.py |  11 +-
 pip/_vendor/requests/sessions.py                   |  65 +--
 pip/_vendor/requests/status_codes.py               |   1 +
 pip/_vendor/requests/structures.py                 |   4 +-
 pip/_vendor/requests/utils.py                      |  39 +-
 pip/_vendor/vendor.txt                             |  24 +-
 pip/basecommand.py                                 |   8 +-
 pip/commands/search.py                             |  11 +-
 pip/index.py                                       |   4 +-
 pip/pep425tags.py                                  |  25 +-
 pip/req/req_install.py                             |  48 +--
 pip/req/req_set.py                                 |  14 +-
 pip/wheel.py                                       |  10 +-
 setup.cfg                                          |   4 +-
 54 files changed, 927 insertions(+), 753 deletions(-)
 delete mode 100644 pip/_vendor/_markerlib/__init__.py
 delete mode 100644 pip/_vendor/_markerlib/markers.py
 create mode 100644 pip/_vendor/requests/packages/urllib3/contrib/socks.py

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



More information about the Python-modules-commits mailing list