[Python-modules-commits] [python-pex] 03/04: d/patches/update-dependencies.patch: Remove ceiling dependency versions since we have (or may eventually have) newer versions which are still compatible. This prevents trying to hit PyPI for setuptools and wheel dependencies we still satisfy. (Closes: #838559)

Barry Warsaw barry at moszumanska.debian.org
Thu Sep 22 15:53:27 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 60cc4e1ab8073300556b3b5ffa3623ab0461af35
Author: Barry Warsaw <barry at python.org>
Date:   Thu Sep 22 11:43:20 2016 -0400

    d/patches/update-dependencies.patch: Remove ceiling dependency versions since we have (or may eventually have) newer versions which are still compatible.  This prevents trying to hit PyPI for setuptools and wheel dependencies we still satisfy.   (Closes: #838559)
    
    * d/patches/update-dependencies.patch: Remove ceiling dependency
      versions since we have (or may eventually have) newer versions
      which are still compatible.  This prevents trying to hit PyPI for
      setuptools and wheel dependencies we still satisfy.
      (Closes: #838559)
    * d/control: pex works better with requests, so add python3-requests
      to Depends.
---
 debian/changelog | 12 ++++++++++++
 debian/control   |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a28d834..b6c7b05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-pex (1.1.14-2) UNRELEASED; urgency=medium
+
+  * d/patches/update-dependencies.patch: Remove ceiling dependency
+    versions since we have (or may eventually have) newer versions
+    which are still compatible.  This prevents trying to hit PyPI for
+    setuptools and wheel dependencies we still satisfy.  
+    (Closes: #838559)
+  * d/control: pex works better with requests, so add python3-requests
+    to Depends.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 22 Sep 2016 11:08:08 -0400
+
 python-pex (1.1.14-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 75bf425..a97d63c 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,7 @@ Architecture: all
 Depends: python3,
          python3-pex,
          python3-pkg-resources,
+         python3-requests,
          python3-setuptools,
          python3-wheel,
          ${misc:Depends},

-- 
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