[Python-modules-commits] [python-pex] 03/05: 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
Thu Aug 13 22:14:17 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 e497a82aa8ffdbd3e1fd5dfb2c976b37d97d9c05
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            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pex.egg-info/requires.txt b/pex.egg-info/requires.txt
index 00e3615..646aa98 100644
--- a/pex.egg-info/requires.txt
+++ b/pex.egg-info/requires.txt
@@ -1 +1 @@
-setuptools>=2.2,<16
+setuptools>=2.2,<19
diff --git a/pex/version.py b/pex/version.py
index c7d1aea..7e9a8a3 100644
--- a/pex/version.py
+++ b/pex/version.py
@@ -3,5 +3,5 @@
 
 __version__ = '1.0.3'
 
-SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<16'
+SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<19'
 WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.25.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