[Python-modules-commits] [python-pip] branch release-1.5.6 updated (a3420fc -> 98077b9)
Barry Warsaw
barry at moszumanska.debian.org
Tue Aug 18 15:36:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch release-1.5.6
in repository python-pip.
from a3420fc Quiet some lintian warnings.
new 6cddeda When calling `pip list` where some system packages are installed with non-PEP 440 compliant version numbers, this assertion gets tripped. E.g. python-apt's 1.0.0~beta3.1ubuntu1. In those cases, the package's requirements use the PEP 440 '===' arbitrary equality operator, which isn't supported in pip 1.5.6. This allows the assertion to pass in those cases, without any known side effects. Thanks to upstream developer Donald Stufft for assistance.
new 9557a04 merge patched-release-1.5.6 into release-1.5.6
new 98077b9 d/patches/pep-440-arbitrary-equality-operator.patch: Don't fail an assertion test when confronted with PEP 440 style arbitrary equality operators. This patch will not be necessary after upgrading to upstream pip >= 6.
The 3 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 | 11 +++++++-
.../pep-440-arbitrary-equality-operator.patch | 33 ++++++++++++++++++++++
debian/patches/series | 1 +
pip/__init__.py | 2 +-
5 files changed, 47 insertions(+), 4 deletions(-)
create mode 100644 debian/patches/pep-440-arbitrary-equality-operator.patch
--
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