[Python-modules-commits] [python-pex] 07/10: Bump setuptools maximum requirement to coincide with what's available in Debian, otherwise the manpage won't build.
Barry Warsaw
barry at moszumanska.debian.org
Tue Mar 22 17:19:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pex.
commit d201ac8b0344d51a2e76ae295e6fe57faaa438ca
Author: Barry Warsaw <barry at debian.org>
Date: Thu Aug 13 17:53:22 2015 -0400
Bump setuptools maximum requirement to coincide with what's available in
Debian, otherwise the manpage won't build.
Patch-Name: bump-setuptools-max-version.patch
---
pex.egg-info/requires.txt | 2 +-
pex/version.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pex.egg-info/requires.txt b/pex.egg-info/requires.txt
index 4ea40c9..e351c78 100644
--- a/pex.egg-info/requires.txt
+++ b/pex.egg-info/requires.txt
@@ -1 +1 @@
-setuptools>=2.2,<20
+setuptools>=2.2,<20.4
diff --git a/pex/version.py b/pex/version.py
index 1366236..66dc44e 100644
--- a/pex/version.py
+++ b/pex/version.py
@@ -3,5 +3,5 @@
__version__ = '1.1.4'
-SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20'
-WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.27.0'
+SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20.4'
+WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.30.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