[Python-modules-commits] [python-pip] branch master updated (b872486 -> 4681688)

Barry Warsaw barry at moszumanska.debian.org
Wed Feb 10 21:03:14 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  b872486   Restore Built-Using headers.
       new  afeb0bd   Update Built-Using versions.
       new  005bc25   Default to --user in non-virtual environments.
       new  7eed6cf   merge patched into master
       new  4681688   d/patches/set_user_default.patch: Port from Ubuntu.

The 4 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:
 debian/.git-dpm                       |  4 +-
 debian/changelog                      |  8 +++
 debian/control                        | 10 ++--
 debian/patches/series                 |  1 +
 debian/patches/set_user_default.patch | 93 +++++++++++++++++++++++++++++++++++
 debian/tests/control                  |  8 ++-
 debian/tests/pip2-root.sh             |  7 +++
 debian/tests/pip2-user.sh             |  9 ++++
 debian/tests/pip2.sh                  |  6 ---
 debian/tests/pip3-root.sh             |  7 +++
 debian/tests/pip3-user.sh             |  9 ++++
 debian/tests/pip3.sh                  |  6 ---
 docs/user_guide.rst                   |  6 ++-
 pip/commands/install.py               | 20 +++++++-
 14 files changed, 170 insertions(+), 24 deletions(-)
 create mode 100644 debian/patches/set_user_default.patch
 create mode 100644 debian/tests/pip2-root.sh
 create mode 100644 debian/tests/pip2-user.sh
 delete mode 100644 debian/tests/pip2.sh
 create mode 100644 debian/tests/pip3-root.sh
 create mode 100644 debian/tests/pip3-user.sh
 delete mode 100644 debian/tests/pip3.sh

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