[Python-modules-commits] [python-pip] branch master updated (75d05d1 -> 5d5ff28)
Barry Warsaw
barry at moszumanska.debian.org
Mon Mar 7 16:25:40 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 75d05d1 Reduce build verbosity.
new 43a85fa record new upstream branch created by importing python-pip_8.1.0.orig.tar.gz
new 97afa06 Import python-pip_8.1.0.orig.tar.gz
new 65f51c3 Prevent pip from removing system packages.
new 66b8475 Devendorize wheels and use system built wheels.
new 771121a Debian already unbundles things from requests.
new e738220 Default to --user in non-virtual environments.
new 7f4112f merge patched into master
new 5d5ff28 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:
AUTHORS.txt | 25 ++
CHANGES.txt | 53 +++-
MANIFEST.in | 1 +
PKG-INFO | 6 +-
README.rst | 4 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/patches/debundle.patch | 4 +-
debian/patches/handle-unbundled-requests.patch | 6 +-
debian/patches/hands-off-system-packages.patch | 6 +-
debian/patches/set_user_default.patch | 6 +-
docs/installing.rst | 2 +-
docs/reference/pip_install.rst | 14 +-
docs/user_guide.rst | 13 +-
pip.egg-info/PKG-INFO | 6 +-
pip.egg-info/SOURCES.txt | 4 +
pip/__init__.py | 2 +-
pip/_vendor/__init__.py | 30 ++-
pip/_vendor/packaging/__about__.py | 2 +-
pip/_vendor/packaging/requirements.py | 129 ++++++++++
pip/_vendor/packaging/specifiers.py | 32 ++-
pip/_vendor/packaging/utils.py | 14 +
pip/_vendor/pyparsing.py | 342 ++++++++++++++-----------
pip/_vendor/vendor.txt | 4 +-
pip/commands/__init__.py | 6 +-
pip/commands/completion.py | 3 +-
pip/commands/freeze.py | 17 +-
pip/commands/search.py | 11 +-
pip/commands/show.py | 23 ++
pip/compat/__init__.py | 12 +-
pip/compat/ordereddict.py | 129 ++++++++++
pip/download.py | 21 +-
pip/exceptions.py | 17 +-
pip/index.py | 19 +-
pip/operations/freeze.py | 20 +-
pip/pep425tags.py | 158 ++++++++++--
pip/req/req_file.py | 4 +
pip/req/req_install.py | 106 +++-----
pip/req/req_set.py | 3 +-
pip/utils/__init__.py | 13 +-
pip/utils/encoding.py | 23 ++
pip/vcs/git.py | 7 +-
pip/wheel.py | 7 +-
setup.cfg | 2 +-
44 files changed, 950 insertions(+), 376 deletions(-)
create mode 100644 pip/_vendor/packaging/requirements.py
create mode 100644 pip/_vendor/packaging/utils.py
create mode 100644 pip/compat/ordereddict.py
create mode 100644 pip/utils/encoding.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