[Python-modules-commits] [python-pex] 01/03: Bump the wheel package requirement versions to match what's in the archive, so pex won't try to download the package from PyPI.

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 14 22:57:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-pex.

commit bf7414e6aec67f28a078b731320d3c67e6ffa63f
Author: Barry Warsaw <barry at debian.org>
Date:   Wed Oct 14 17:03:39 2015 -0400

    Bump the wheel package requirement versions to match what's in the archive, so
    pex won't try to download the package from PyPI.
    
    Patch-Name: bump-wheel-requirement-version.patch
---
 pex/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pex/version.py b/pex/version.py
index 6e7ac2d..7b2da09 100644
--- a/pex/version.py
+++ b/pex/version.py
@@ -4,4 +4,4 @@
 __version__ = '1.1.0'
 
 SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<19'
-WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.25.0'
+WHEEL_REQUIREMENT = 'wheel>=0.26.0,<0.27.0'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git



More information about the Python-modules-commits mailing list