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

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sat Feb 26 21:45:47 UTC 2011


    Date: Saturday, February 26, 2011 @ 21:45:45
  Author: aelmahmoudy-guest
Revision: 15880

New upstream (1.7.6) uses Nose.
* debian/control: added python-nose to B-D-I
* Added use_nose.diff patch from upstream to switch setuptools "test_suite" key
  to use Nose integration.

Added:
  packages/python-whoosh/trunk/debian/patches/use_nose.diff
Modified:
  packages/python-whoosh/trunk/debian/control
  packages/python-whoosh/trunk/debian/patches/series

Modified: packages/python-whoosh/trunk/debian/control
===================================================================
--- packages/python-whoosh/trunk/debian/control	2011-02-26 21:13:05 UTC (rev 15879)
+++ packages/python-whoosh/trunk/debian/control	2011-02-26 21:45:45 UTC (rev 15880)
@@ -4,7 +4,7 @@
 Uploaders: Daniel Watkins <daniel.watkins at credativ.co.uk>, أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8), python-setuptools
-Build-Depends-Indep: python-sphinx, python-all (>= 2.6.6-2)
+Build-Depends-Indep: python-sphinx, python-all (>= 2.6.6-2), python-nose
 Standards-Version: 3.9.1
 Homepage: http://whoosh.ca/
 XS-Python-Version: >= 2.5

Modified: packages/python-whoosh/trunk/debian/patches/series
===================================================================
--- packages/python-whoosh/trunk/debian/patches/series	2011-02-26 21:13:05 UTC (rev 15879)
+++ packages/python-whoosh/trunk/debian/patches/series	2011-02-26 21:45:45 UTC (rev 15880)
@@ -1 +1,2 @@
 shm_check.diff
+use_nose.diff

Added: packages/python-whoosh/trunk/debian/patches/use_nose.diff
===================================================================
--- packages/python-whoosh/trunk/debian/patches/use_nose.diff	                        (rev 0)
+++ packages/python-whoosh/trunk/debian/patches/use_nose.diff	2011-02-26 21:45:45 UTC (rev 15880)
@@ -0,0 +1,16 @@
+Description: Switched setuptools "test_suite" key to use Nose integration. See issue #117.
+Bug: https://bitbucket.org/mchaput/whoosh/issue/117/something-went-wrongs-with-tests
+Origin: https://bitbucket.org/mchaput/whoosh/changeset/a3c84363b5a3
+Author: Matt Chaput <matt at whoosh.ca>
+
+--- a/setup.py
++++ b/setup.py
+@@ -23,7 +23,7 @@ setup(
+ 	url = "http://bitbucket.org/mchaput/whoosh",
+ 	
+ 	zip_safe = True,
+-	test_suite = "tests",
++	test_suite = "nose.collector",
+ 	
+ 	classifiers = [
+ 	"Development Status :: 5 - Production/Stable",




More information about the Python-modules-commits mailing list