[Python-apps-commits] r11409 - in packages/cython/trunk/debian/patches (2 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sun Oct 12 20:22:51 UTC 2014


    Date: Sunday, October 12, 2014 @ 20:22:50
  Author: yoh
Revision: 11409

added patch changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff to "cherry-pick" 1e7d57294a595e634e56ea8087d264bb90e1ecde (restrict Jedi tests to Jedi 0.8.1 and later)

Added:
  packages/cython/trunk/debian/patches/changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff
Modified:
  packages/cython/trunk/debian/patches/series

Added: packages/cython/trunk/debian/patches/changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff
===================================================================
--- packages/cython/trunk/debian/patches/changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff	                        (rev 0)
+++ packages/cython/trunk/debian/patches/changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff	2014-10-12 20:22:50 UTC (rev 11409)
@@ -0,0 +1,14 @@
+From: Stefan Behnel <stefan_ml at behnel.de>
+Subject: restrict Jedi tests to Jedi 0.8.1 and later
+
+--- a/runtests.py
++++ b/runtests.py
+@@ -1951,6 +1951,8 @@ def runtests(options, cmd_args, coverage
+ 
+     try:
+         import jedi
++        if list(map(int, re.findall('[0-9]+', jedi.__version__))) < [0, 8, 1]:
++            raise ImportError
+     except ImportError:
+         exclude_selectors.append(RegExSelector('Jedi'))
+ 

Modified: packages/cython/trunk/debian/patches/series
===================================================================
--- packages/cython/trunk/debian/patches/series	2014-10-12 20:22:44 UTC (rev 11408)
+++ packages/cython/trunk/debian/patches/series	2014-10-12 20:22:50 UTC (rev 11409)
@@ -1 +1,2 @@
+changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff
 deb_disable_googleanalytics




More information about the Python-apps-commits mailing list