[Python-modules-commits] [python-pip] branch master updated (8b9aa5f -> ca0c222)

Barry Warsaw barry at moszumanska.debian.org
Thu Feb 25 22:09:47 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  8b9aa5f   * Update Vcs-Git field to use https: URL. * Bump Standards-Version to 3.9.7 with no other changes needed. * Release.
       new  981a53d   record new upstream branch created by importing python-pip_8.0.3.orig.tar.gz
       new  cf2f0c7   Import python-pip_8.0.3.orig.tar.gz
       new  11a461c   Prevent pip from removing system packages.
       new  35065c8   Devendorize wheels and use system built wheels.
       new  dba4d74   Debian already unbundles things from requests.
       new  d72211a   Default to --user in non-virtual environments.
       new  6f4adbb   merge patched into master
       new  ca0c222   New upstream release.

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:
 CHANGES.txt                                    | 19 +++++++++
 PKG-INFO                                       |  2 +-
 debian/.git-dpm                                | 14 +++----
 debian/changelog                               |  6 +++
 debian/patches/debundle.patch                  |  2 +-
 debian/patches/handle-unbundled-requests.patch |  2 +-
 debian/patches/hands-off-system-packages.patch |  4 +-
 debian/patches/set_user_default.patch          |  2 +-
 pip.egg-info/PKG-INFO                          |  2 +-
 pip.egg-info/requires.txt                      |  1 +
 pip/__init__.py                                |  6 +--
 pip/_vendor/distlib/__init__.py                |  4 +-
 pip/_vendor/distlib/compat.py                  |  2 +-
 pip/_vendor/distlib/database.py                | 21 ++++++----
 pip/_vendor/distlib/locators.py                | 16 ++++----
 pip/_vendor/distlib/metadata.py                | 16 ++++++--
 pip/_vendor/distlib/resources.py               |  2 +-
 pip/_vendor/distlib/scripts.py                 | 55 +++++++++++++++++---------
 pip/_vendor/distlib/util.py                    | 40 +++++++++++++------
 pip/_vendor/distlib/version.py                 |  6 +--
 pip/_vendor/distlib/wheel.py                   |  2 +-
 pip/_vendor/vendor.txt                         |  2 +-
 pip/index.py                                   |  4 +-
 pip/req/req_install.py                         |  6 ++-
 pip/utils/__init__.py                          | 55 ++++++++++++++++++++------
 pip/utils/deprecation.py                       | 32 +++++++--------
 pip/utils/ui.py                                |  5 +++
 pip/wheel.py                                   |  2 +-
 setup.cfg                                      |  4 +-
 setup.py                                       |  3 +-
 30 files changed, 223 insertions(+), 114 deletions(-)

-- 
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