[Python-modules-commits] r33626 - in packages/python-mock/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Tue Aug 4 08:03:37 UTC 2015


    Date: Tuesday, August 4, 2015 @ 08:03:36
  Author: zigo
Revision: 33626

  * Team upload.
  * Add patch to requirements.txt to avoid funky results not supported by
    pkg_resources in the generated egg-info (Closes: #794461).

Added:
  packages/python-mock/trunk/debian/patches/return-to-a-standard-requirements-def.patch
Modified:
  packages/python-mock/trunk/debian/changelog
  packages/python-mock/trunk/debian/patches/series

Modified: packages/python-mock/trunk/debian/changelog
===================================================================
--- packages/python-mock/trunk/debian/changelog	2015-08-04 07:50:25 UTC (rev 33625)
+++ packages/python-mock/trunk/debian/changelog	2015-08-04 08:03:36 UTC (rev 33626)
@@ -1,3 +1,11 @@
+python-mock (1.3.0-2.1) unstable; urgency=medium
+
+  * Team upload.
+  * Add patch to requirements.txt to avoid funky results not supported by
+    pkg_resources in the generated egg-info (Closes: #794461).
+
+ -- Thomas Goirand <zigo at debian.org>  Tue, 04 Aug 2015 07:55:30 +0000
+
 python-mock (1.3.0-2) unstable; urgency=medium
 
   * Lower Build-Depends on python-pbr to (>= 0.11) to allow it to build

Added: packages/python-mock/trunk/debian/patches/return-to-a-standard-requirements-def.patch
===================================================================
--- packages/python-mock/trunk/debian/patches/return-to-a-standard-requirements-def.patch	                        (rev 0)
+++ packages/python-mock/trunk/debian/patches/return-to-a-standard-requirements-def.patch	2015-08-04 08:03:36 UTC (rev 33626)
@@ -0,0 +1,16 @@
+Description: Returns to a standard requirements definition
+ Add patch to requirements.txt to avoid funky results not supported by
+    pkg_resources in the generated egg-info (Closes: #794461).   
+Author: Thomas Goirand <zigo at debian.org>
+Bug-Debian: https://bugs.debian.org/794461
+Forwarded: not-needed
+Last-Update: 2015-08-04
+
+--- python-mock-1.3.0.orig/requirements.txt
++++ python-mock-1.3.0/requirements.txt
+@@ -1,4 +1,4 @@
+-funcsigs;python_version<"3.3"
++funcsigs
+ # For runtime needs this is correct. For setup_requires needs, 1.2.0 is needed
+ # but setuptools can't cope with conflicts in setup_requires, so thats
+ # unversioned.

Modified: packages/python-mock/trunk/debian/patches/series
===================================================================
--- packages/python-mock/trunk/debian/patches/series	2015-08-04 07:50:25 UTC (rev 33625)
+++ packages/python-mock/trunk/debian/patches/series	2015-08-04 08:03:36 UTC (rev 33626)
@@ -1 +1,2 @@
 pbr.patch
+return-to-a-standard-requirements-def.patch




More information about the Python-modules-commits mailing list