[Python-modules-commits] [python-pex] 03/07: 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
Mon Feb 22 20:58:38 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 6730486a38582d35aece0fc172064e43e0982707
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..9dc1223 100644
--- a/pex.egg-info/requires.txt
+++ b/pex.egg-info/requires.txt
@@ -1 +1 @@
-setuptools>=2.2,<20
+setuptools>=2.2,<20.2
diff --git a/pex/version.py b/pex/version.py
index 51862fa..15579f1 100644
--- a/pex/version.py
+++ b/pex/version.py
@@ -3,5 +3,5 @@
 
 __version__ = '1.1.2'
 
-SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20'
-WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.27.0'
+SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20.2'
+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