[Python-apps-commits] r10516 - in packages/cython/trunk/debian (4 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Thu Feb 13 12:43:03 UTC 2014


    Date: Thursday, February 13, 2014 @ 12:43:02
  Author: yoh
Revision: 10516

includes all the .patch'es (dropping from debian/patches)

Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/patches/series
Deleted:
  packages/cython/trunk/debian/patches/fix-skip-tests.patch
  packages/cython/trunk/debian/patches/signed-char.patch

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2014-02-13 12:42:55 UTC (rev 10515)
+++ packages/cython/trunk/debian/changelog	2014-02-13 12:43:02 UTC (rev 10516)
@@ -1,6 +1,7 @@
 cython (0.20.1-1) unstable; urgency=low
 
   * Fresh upstream bugfix release
+    - includes all the .patch'es (dropping from debian/patches)
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 12 Feb 2014 13:20:05 -0500
 

Deleted: packages/cython/trunk/debian/patches/fix-skip-tests.patch
===================================================================
--- packages/cython/trunk/debian/patches/fix-skip-tests.patch	2014-02-13 12:42:55 UTC (rev 10515)
+++ packages/cython/trunk/debian/patches/fix-skip-tests.patch	2014-02-13 12:43:02 UTC (rev 10516)
@@ -1,15 +0,0 @@
-Description: stop python3.4 from running a disabled test
-Bug: https://mail.python.org/pipermail/cython-devel/2014-January/003939.html
-Origin: https://github.com/cython/cython/commit/f7172efd729a6261c03502d0032ac1ac40dd3572
-
---- a/tests/memoryview/numpy_memoryview.pyx
-+++ b/tests/memoryview/numpy_memoryview.pyx
-@@ -406,7 +406,7 @@ cdef class DeallocateMe(object):
- # Disabled! References cycles don't seem to be supported by NumPy
- # @testcase
- def acquire_release_cycle(obj):
--    """
-+    DISABLED_DOCSTRING = """
-     >>> a = np.arange(20, dtype=np.object)
-     >>> a[10] = DeallocateMe()
-     >>> acquire_release_cycle(a)

Modified: packages/cython/trunk/debian/patches/series
===================================================================
--- packages/cython/trunk/debian/patches/series	2014-02-13 12:42:55 UTC (rev 10515)
+++ packages/cython/trunk/debian/patches/series	2014-02-13 12:43:02 UTC (rev 10516)
@@ -1,3 +0,0 @@
-signed-char.patch
-fix-skip-tests.patch
-

Deleted: packages/cython/trunk/debian/patches/signed-char.patch
===================================================================
--- packages/cython/trunk/debian/patches/signed-char.patch	2014-02-13 12:42:55 UTC (rev 10515)
+++ packages/cython/trunk/debian/patches/signed-char.patch	2014-02-13 12:43:02 UTC (rev 10516)
@@ -1,15 +0,0 @@
-Description: fix char signess
- the tests pass negative values so it must be signed for -funsigned-char arches
-Bug: https://mail.python.org/pipermail/cython-devel/2014-January/003945.html
---- cython-0.20.orig/tests/run/bytearraymethods.pyx     2014-01-22 01:15:03.664974383 +0000
-+++ cython-0.20/tests/run/bytearraymethods.pyx  2014-01-22 01:15:26.305012661 +0000
-@@ -199,7 +199,7 @@
-         return bytearray.decode(s[start:stop], 'utf8')
- 
- 
--def bytearray_append(bytearray b, char c, int i, object o):
-+def bytearray_append(bytearray b, signed char c, int i, object o):
-     """
-     >>> b = bytearray(b'abc')
-     >>> b = bytearray_append(b, ord('x'), ord('y'), ord('z'))
-




More information about the Python-apps-commits mailing list