[Python-modules-commits] [python-pip] branch upstream updated (cf2f0c7 -> 97afa06)
Barry Warsaw
barry at moszumanska.debian.org
Mon Mar 7 16:25:59 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 cf2f0c7 Import python-pip_8.0.3.orig.tar.gz
new 97afa06 Import python-pip_8.1.0.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 | 25 +++
CHANGES.txt | 53 +++++-
MANIFEST.in | 1 +
PKG-INFO | 6 +-
README.rst | 4 +-
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 +-
38 files changed, 926 insertions(+), 358 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