[Python-apps-commits] r13900 - in packages/cython/trunk/debian (3 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Tue Jan 24 20:19:43 UTC 2017


    Date: Tuesday, January 24, 2017 @ 20:19:43
  Author: yoh
Revision: 13900

debian/patches - debup_verify_resolution_GH1533 as a workaround for https://github.com/cython/cython/issues/158

Added:
  packages/cython/trunk/debian/patches/debup_workaround_verify_resolution_GH1533
Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/patches/series

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2017-01-24 20:19:38 UTC (rev 13899)
+++ packages/cython/trunk/debian/changelog	2017-01-24 20:19:43 UTC (rev 13900)
@@ -7,6 +7,9 @@
   * debian/rules
     - skip for now numpy_test test leading to FTBFS (Closes: #848753)
       reported upstream: https://github.com/cython/cython/issues/1589
+  * debian/patches
+    - debup_verify_resolution_GH1533 as a workaround for 
+      https://github.com/cython/cython/issues/158
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 23 Jan 2017 17:04:46 -0500
 

Added: packages/cython/trunk/debian/patches/debup_workaround_verify_resolution_GH1533
===================================================================
--- packages/cython/trunk/debian/patches/debup_workaround_verify_resolution_GH1533	                        (rev 0)
+++ packages/cython/trunk/debian/patches/debup_workaround_verify_resolution_GH1533	2017-01-24 20:19:43 UTC (rev 13900)
@@ -0,0 +1,11 @@
+--- a/tests/run/cpdef_enums.pyx
++++ b/tests/run/cpdef_enums.pyx
+@@ -89,7 +89,7 @@ verify_pure_c()
+ 
+ def verify_resolution_GH1533():
+     """
+-    >>> verify_resolution_GH1533()
++    >>> int(verify_resolution_GH1533())
+     3
+     """
+     THREE = 100

Modified: packages/cython/trunk/debian/patches/series
===================================================================
--- packages/cython/trunk/debian/patches/series	2017-01-24 20:19:38 UTC (rev 13899)
+++ packages/cython/trunk/debian/patches/series	2017-01-24 20:19:43 UTC (rev 13900)
@@ -1,3 +1,4 @@
 deb_nopngmath
 deb_disable_googleanalytics
 honour_SOURCE_DATE_EPOCH_for_copyright_year
+debup_workaround_verify_resolution_GH1533




More information about the Python-apps-commits mailing list