[Python-modules-commits] r33408 - in packages/python-docker/trunk/debian (2 files)

tianon-guest at users.alioth.debian.org tianon-guest at users.alioth.debian.org
Mon Jul 20 18:05:28 UTC 2015


    Date: Monday, July 20, 2015 @ 18:05:27
  Author: tianon-guest
Revision: 33408

Update 01_requirements.patch to reflect that the requirements are actually stored in no less than three separate files (Closes: #793024)

Modified:
  packages/python-docker/trunk/debian/changelog
  packages/python-docker/trunk/debian/patches/01_requirements.patch

Modified: packages/python-docker/trunk/debian/changelog
===================================================================
--- packages/python-docker/trunk/debian/changelog	2015-07-20 18:05:18 UTC (rev 33407)
+++ packages/python-docker/trunk/debian/changelog	2015-07-20 18:05:27 UTC (rev 33408)
@@ -1,3 +1,10 @@
+python-docker (1.3.0-2) UNRELEASED; urgency=medium
+
+  * Update 01_requirements.patch to reflect that the requirements are actually
+    stored in no less than three separate files (Closes: #793024).
+
+ -- Tianon Gravi <admwiggin at gmail.com>  Mon, 20 Jul 2015 18:03:45 +0000
+
 python-docker (1.3.0-1) unstable; urgency=medium
 
   * Update to 1.3.0 upstream release.

Modified: packages/python-docker/trunk/debian/patches/01_requirements.patch
===================================================================
--- packages/python-docker/trunk/debian/patches/01_requirements.patch	2015-07-20 18:05:18 UTC (rev 33407)
+++ packages/python-docker/trunk/debian/patches/01_requirements.patch	2015-07-20 18:05:27 UTC (rev 33408)
@@ -21,3 +21,30 @@
 -coverage==3.7.1
 +mock>=1.0.1
 +coverage>=3.7.1
+Index: python-docker/docker_py.egg-info/requires.txt
+===================================================================
+--- python-docker.orig/docker_py.egg-info/requires.txt
++++ python-docker/docker_py.egg-info/requires.txt
+@@ -1,3 +1,3 @@
+-requests >= 2.5.2
++requests >= 2.4.3
+ six >= 1.3.0
+-websocket-client >= 0.32.0
+\ No newline at end of file
++websocket-client >= 0.18.0
+Index: python-docker/setup.py
+===================================================================
+--- python-docker.orig/setup.py
++++ python-docker/setup.py
+@@ -7,9 +7,9 @@ ROOT_DIR = os.path.dirname(__file__)
+ SOURCE_DIR = os.path.join(ROOT_DIR)
+ 
+ requirements = [
+-    'requests >= 2.5.2',
++    'requests >= 2.4.3',
+     'six >= 1.3.0',
+-    'websocket-client >= 0.32.0',
++    'websocket-client >= 0.18.0',
+ ]
+ 
+ exec(open('docker/version.py').read())




More information about the Python-modules-commits mailing list