[Python-modules-commits] [python-pip] branch upstream updated (030df74 -> 53621e6)
Barry Warsaw
barry at moszumanska.debian.org
Mon Nov 28 22:47:13 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 030df74 Import python-pip_8.1.2.orig.tar.gz
new 53621e6 Import python-pip_9.0.1.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 | 41 +
CHANGES.txt | 145 +-
PKG-INFO | 10 +-
README.rst | 5 +-
docs/conf.py | 2 +-
docs/development.rst | 32 +-
docs/installing.rst | 14 +-
docs/quickstart.rst | 9 +
docs/reference/pip.rst | 2 +
docs/reference/pip_download.rst | 91 +-
docs/reference/pip_freeze.rst | 24 +-
docs/reference/pip_install.rst | 112 +-
docs/reference/pip_list.rst | 82 +-
docs/reference/pip_search.rst | 10 +-
docs/reference/pip_show.rst | 65 +-
docs/reference/pip_uninstall.rst | 2 +-
docs/reference/pip_wheel.rst | 10 +-
docs/user_guide.rst | 18 +-
pip.egg-info/PKG-INFO | 10 +-
pip.egg-info/SOURCES.txt | 45 +-
pip/__init__.py | 18 +-
pip/_vendor/README.rst | 4 +-
pip/_vendor/__init__.py | 1 +
pip/_vendor/appdirs.py | 552 ++++
pip/_vendor/cachecontrol/__init__.py | 2 +-
pip/_vendor/cachecontrol/adapter.py | 18 +-
pip/_vendor/cachecontrol/controller.py | 2 +-
pip/_vendor/cachecontrol/filewrapper.py | 33 +-
pip/_vendor/cachecontrol/serialize.py | 6 +
pip/_vendor/distlib/__init__.py | 2 +-
pip/_vendor/distlib/_backport/shutil.py | 6 +-
pip/_vendor/distlib/_backport/sysconfig.py | 2 +-
pip/_vendor/distlib/_backport/tarfile.py | 2 +-
pip/_vendor/distlib/compat.py | 17 +-
pip/_vendor/distlib/database.py | 2 +-
pip/_vendor/distlib/index.py | 8 +-
pip/_vendor/distlib/locators.py | 41 +-
pip/_vendor/distlib/manifest.py | 38 +-
pip/_vendor/distlib/metadata.py | 14 +-
pip/_vendor/distlib/resources.py | 11 +-
pip/_vendor/distlib/scripts.py | 2 +-
pip/_vendor/distlib/t32.exe | Bin 89088 -> 89088 bytes
pip/_vendor/distlib/t64.exe | Bin 97792 -> 97792 bytes
pip/_vendor/distlib/util.py | 268 +-
pip/_vendor/distlib/version.py | 6 +-
pip/_vendor/distlib/w32.exe | Bin 85504 -> 85504 bytes
pip/_vendor/distlib/w64.exe | Bin 94208 -> 94208 bytes
pip/_vendor/distro.py | 1081 +++++++
pip/_vendor/html5lib/__init__.py | 2 +-
pip/_vendor/html5lib/{ihatexml.py => _ihatexml.py} | 13 +-
.../html5lib/{inputstream.py => _inputstream.py} | 220 +-
.../html5lib/{tokenizer.py => _tokenizer.py} | 36 +-
pip/_vendor/html5lib/{trie => _trie}/__init__.py | 2 +
pip/_vendor/html5lib/{trie => _trie}/_base.py | 3 +-
pip/_vendor/html5lib/{trie => _trie}/datrie.py | 0
pip/_vendor/html5lib/{trie => _trie}/py.py | 0
pip/_vendor/html5lib/{utils.py => _utils.py} | 44 +-
pip/_vendor/html5lib/constants.py | 303 +-
.../html5lib/filters/alphabeticalattributes.py | 6 +-
pip/_vendor/html5lib/filters/{_base.py => base.py} | 0
.../html5lib/filters/inject_meta_charset.py | 8 +-
pip/_vendor/html5lib/filters/lint.py | 111 +-
pip/_vendor/html5lib/filters/optionaltags.py | 11 +-
pip/_vendor/html5lib/filters/sanitizer.py | 861 +++++-
pip/_vendor/html5lib/filters/whitespace.py | 6 +-
pip/_vendor/html5lib/html5parser.py | 555 ++--
pip/_vendor/html5lib/sanitizer.py | 300 --
.../htmlserializer.py => serializer.py} | 179 +-
pip/_vendor/html5lib/serializer/__init__.py | 16 -
pip/_vendor/html5lib/treeadapters/__init__.py | 12 +
pip/_vendor/html5lib/treeadapters/genshi.py | 47 +
pip/_vendor/html5lib/treebuilders/__init__.py | 2 +-
.../html5lib/treebuilders/{_base.py => base.py} | 14 +-
pip/_vendor/html5lib/treebuilders/dom.py | 49 +-
pip/_vendor/html5lib/treebuilders/etree.py | 21 +-
pip/_vendor/html5lib/treebuilders/etree_lxml.py | 42 +-
pip/_vendor/html5lib/treewalkers/__init__.py | 50 +-
.../html5lib/treewalkers/{_base.py => base.py} | 88 +-
pip/_vendor/html5lib/treewalkers/dom.py | 16 +-
pip/_vendor/html5lib/treewalkers/etree.py | 21 +-
.../treewalkers/{lxmletree.py => etree_lxml.py} | 58 +-
.../treewalkers/{genshistream.py => genshi.py} | 12 +-
pip/_vendor/html5lib/treewalkers/pulldom.py | 63 -
pip/_vendor/ipaddress.py | 32 +-
pip/{compat => _vendor}/ordereddict.py | 2 -
pip/_vendor/packaging/__about__.py | 2 +-
pip/_vendor/packaging/markers.py | 24 +-
pip/_vendor/pkg_resources/__init__.py | 344 ++-
pip/_vendor/pyparsing.py | 3209 ++++++++++++++++----
pip/_vendor/requests/__init__.py | 19 +-
pip/_vendor/requests/adapters.py | 22 +-
pip/_vendor/requests/api.py | 1 -
pip/_vendor/requests/auth.py | 12 +-
pip/_vendor/requests/certs.py | 4 +-
pip/_vendor/requests/compat.py | 20 +-
pip/_vendor/requests/cookies.py | 103 +-
pip/_vendor/requests/exceptions.py | 18 +-
pip/_vendor/requests/hooks.py | 2 +-
pip/_vendor/requests/models.py | 54 +-
pip/_vendor/requests/packages/urllib3/__init__.py | 2 +-
.../requests/packages/urllib3/connectionpool.py | 37 +-
.../requests/packages/urllib3/contrib/appengine.py | 2 +-
.../requests/packages/urllib3/contrib/socks.py | 2 +-
.../requests/packages/urllib3/packages/six.py | 635 +++-
.../requests/packages/urllib3/poolmanager.py | 93 +-
pip/_vendor/requests/packages/urllib3/response.py | 4 +
.../requests/packages/urllib3/util/connection.py | 47 +-
.../requests/packages/urllib3/util/retry.py | 14 +-
pip/_vendor/requests/packages/urllib3/util/ssl_.py | 4 +-
pip/_vendor/requests/sessions.py | 71 +-
pip/_vendor/requests/status_codes.py | 2 +-
pip/_vendor/requests/structures.py | 7 +-
pip/_vendor/requests/utils.py | 133 +-
pip/_vendor/vendor.txt | 18 +-
pip/_vendor/webencodings/__init__.py | 342 +++
pip/_vendor/webencodings/labels.py | 231 ++
pip/_vendor/webencodings/mklabels.py | 59 +
pip/_vendor/webencodings/tests.py | 153 +
pip/_vendor/webencodings/x_user_defined.py | 325 ++
pip/basecommand.py | 10 +-
pip/baseparser.py | 3 +-
pip/cmdoptions.py | 25 +-
pip/commands/__init__.py | 3 +
pip/commands/check.py | 39 +
pip/commands/completion.py | 16 +-
pip/commands/download.py | 80 +-
pip/commands/freeze.py | 11 +-
pip/commands/install.py | 123 +-
pip/commands/list.py | 226 +-
pip/commands/search.py | 24 +-
pip/commands/show.py | 76 +-
pip/commands/wheel.py | 8 +-
pip/compat/__init__.py | 4 +-
pip/download.py | 35 +-
pip/exceptions.py | 5 +
pip/index.py | 90 +-
pip/locations.py | 4 +-
pip/operations/check.py | 49 +
pip/operations/freeze.py | 128 +-
pip/pep425tags.py | 79 +-
pip/req/req_file.py | 2 +-
pip/req/req_install.py | 149 +-
pip/req/req_set.py | 80 +-
pip/utils/__init__.py | 26 +-
pip/utils/appdirs.py | 36 +-
pip/utils/deprecation.py | 8 +-
pip/utils/glibc.py | 81 +
pip/utils/packaging.py | 63 +
pip/utils/setuptools_build.py | 6 +-
pip/vcs/__init__.py | 9 +-
pip/vcs/git.py | 29 +-
pip/vcs/subversion.py | 20 +
pip/wheel.py | 16 +-
setup.py | 1 +
154 files changed, 10411 insertions(+), 3238 deletions(-)
create mode 100644 pip/_vendor/appdirs.py
create mode 100644 pip/_vendor/distro.py
rename pip/_vendor/html5lib/{ihatexml.py => _ihatexml.py} (97%)
rename pip/_vendor/html5lib/{inputstream.py => _inputstream.py} (83%)
rename pip/_vendor/html5lib/{tokenizer.py => _tokenizer.py} (98%)
rename pip/_vendor/html5lib/{trie => _trie}/__init__.py (73%)
rename pip/_vendor/html5lib/{trie => _trie}/_base.py (91%)
rename pip/_vendor/html5lib/{trie => _trie}/datrie.py (100%)
rename pip/_vendor/html5lib/{trie => _trie}/py.py (100%)
rename pip/_vendor/html5lib/{utils.py => _utils.py} (71%)
rename pip/_vendor/html5lib/filters/{_base.py => base.py} (100%)
delete mode 100644 pip/_vendor/html5lib/sanitizer.py
rename pip/_vendor/html5lib/{serializer/htmlserializer.py => serializer.py} (68%)
delete mode 100644 pip/_vendor/html5lib/serializer/__init__.py
create mode 100644 pip/_vendor/html5lib/treeadapters/genshi.py
rename pip/_vendor/html5lib/treebuilders/{_base.py => base.py} (97%)
rename pip/_vendor/html5lib/treewalkers/{_base.py => base.py} (58%)
rename pip/_vendor/html5lib/treewalkers/{lxmletree.py => etree_lxml.py} (77%)
rename pip/_vendor/html5lib/treewalkers/{genshistream.py => genshi.py} (90%)
delete mode 100644 pip/_vendor/html5lib/treewalkers/pulldom.py
rename pip/{compat => _vendor}/ordereddict.py (99%)
create mode 100644 pip/_vendor/webencodings/__init__.py
create mode 100644 pip/_vendor/webencodings/labels.py
create mode 100644 pip/_vendor/webencodings/mklabels.py
create mode 100644 pip/_vendor/webencodings/tests.py
create mode 100644 pip/_vendor/webencodings/x_user_defined.py
create mode 100644 pip/commands/check.py
create mode 100644 pip/operations/check.py
create mode 100644 pip/utils/glibc.py
create mode 100644 pip/utils/packaging.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