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

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sat Mar 19 08:17:34 UTC 2011


    Date: Saturday, March 19, 2011 @ 08:17:25
  Author: aelmahmoudy-guest
Revision: 16158

* New upstream release.
* Removed use_nose.diff & shm_check.diff as they are applied upstream.
* Added fix_test_combine.diff patch from upstream to fix test_combine test.

Added:
  packages/python-whoosh/trunk/debian/patches/
  packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff
  packages/python-whoosh/trunk/debian/patches/series
Modified:
  packages/python-whoosh/trunk/debian/changelog
Deleted:
  packages/python-whoosh/trunk/debian/patches/

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2011-03-18 22:08:23 UTC (rev 16157)
+++ packages/python-whoosh/trunk/debian/changelog	2011-03-19 08:17:25 UTC (rev 16158)
@@ -1,3 +1,11 @@
+python-whoosh (1.7.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed use_nose.diff & shm_check.diff as they are applied upstream.
+  * Added fix_test_combine.diff patch from upstream to fix test_combine test.
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Sat, 19 Mar 2011 10:15:14 +0200
+
 python-whoosh (1.7.6-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff
===================================================================
--- packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff	                        (rev 0)
+++ packages/python-whoosh/trunk/debian/patches/fix_test_combine.diff	2011-03-19 08:17:25 UTC (rev 16158)
@@ -0,0 +1,19 @@
+Description: Unit tests had the wrong meaning of "filter".
+Origin: https://bitbucket.org/mchaput/whoosh/overview
+Author: Matt Chaput <matt at whoosh.ca>
+
+--- a/tests/test_results.py
++++ b/tests/test_results.py
+@@ -94,9 +94,9 @@
+         
+         assert_equal(idsof(rfor(u"foxtrot")), "345")
+         check(rfor(u"foxtrot"), "extend", rfor("charlie"), "345812")
+-        check(rfor(u"foxtrot"), "filter", rfor("juliet"), "34")
+-        check(rfor(u"foxtrot"), "filter", rfor("alfa"), "345")
+-        check(rfor(u"all"), "filter", rfor("foxtrot"), "12678")
++        check(rfor(u"foxtrot"), "filter", rfor("juliet"), "5")
++        check(rfor(u"charlie"), "filter", rfor("foxtrot"), "3")
++        check(rfor(u"all"), "filter", rfor("foxtrot"), "345")
+         check(rfor(u"all"), "upgrade", rfor("india"), "45612378")
+         check(rfor(u"charlie"), "upgrade_and_extend", rfor("echo"), "23814")
+ 

Added: packages/python-whoosh/trunk/debian/patches/series
===================================================================
--- packages/python-whoosh/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-whoosh/trunk/debian/patches/series	2011-03-19 08:17:25 UTC (rev 16158)
@@ -0,0 +1 @@
+fix_test_combine.diff




More information about the Python-modules-commits mailing list