[Python-modules-commits] [python-pip] branch master updated (a43a99c -> c49caa8)

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


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

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

      from  a43a99c   Release
       new  9669f95   record new upstream branch created by importing python-pip_8.1.2.orig.tar.gz
       new  030df74   Import python-pip_8.1.2.orig.tar.gz
       new  f9a388d   Prevent pip from removing system packages.
       new  fd88a3d   Devendorize wheels and use system built wheels.
       new  78dc4c1   Debian already unbundles things from requests.
       new  289237d   Default to --user in non-virtual environments.
       new  61168d3   merge patched into master
       new  c49caa8   Close #823358

The 8 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  15 +
 debian/control                                     |   8 +-
 debian/patches/debundle.patch                      |   2 +-
 debian/patches/handle-unbundled-requests.patch     |   2 +-
 debian/patches/hands-off-system-packages.patch     |   2 +-
 debian/patches/set_user_default.patch              |   2 +-
 debian/rules                                       |   1 +
 debian/tests/control                               |   3 +
 debian/tests/pip3-editable.sh                      |  20 +
 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 +-
 64 files changed, 982 insertions(+), 767 deletions(-)
 create mode 100644 debian/tests/pip3-editable.sh
 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