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

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Mon Feb 15 10:04:52 UTC 2010


    Date: Monday, February 15, 2010 @ 10:04:45
  Author: aelmahmoudy-guest
Revision: 11722

* Refresh patch for new upstream release.
* Add a blank line at the end of NEWS entry
* Release 0.3.16-1

Modified:
  packages/python-whoosh/trunk/debian/NEWS
  packages/python-whoosh/trunk/debian/changelog
  packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff

Modified: packages/python-whoosh/trunk/debian/NEWS
===================================================================
--- packages/python-whoosh/trunk/debian/NEWS	2010-02-15 09:09:05 UTC (rev 11721)
+++ packages/python-whoosh/trunk/debian/NEWS	2010-02-15 10:04:45 UTC (rev 11722)
@@ -5,3 +5,4 @@
   happen is application-specific.
 
  -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Sat, 06 Jun 2009 13:35:15 +0100
+

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2010-02-15 09:09:05 UTC (rev 11721)
+++ packages/python-whoosh/trunk/debian/changelog	2010-02-15 10:04:45 UTC (rev 11722)
@@ -1,3 +1,9 @@
+python-whoosh (0.3.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>  Mon, 15 Feb 2010 11:51:28 +0200
+
 python-whoosh (0.3.15-1) unstable; urgency=low
 
   [ أحمد المحمودي (Ahmed El-Mahmoudy) ]

Modified: packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff
===================================================================
--- packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff	2010-02-15 09:09:05 UTC (rev 11721)
+++ packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff	2010-02-15 10:04:45 UTC (rev 11722)
@@ -6,20 +6,20 @@
 
 --- a/src/whoosh/qparser/default.py
 +++ b/src/whoosh/qparser/default.py
-@@ -53,11 +53,11 @@
+@@ -54,11 +54,11 @@
  # - Rudolph Froger
  # - Paul McGuire
  
 -from whoosh.support.pyparsing import (printables, alphanums, OneOrMore,
--                                      Group, Combine, Suppress, Optional, FollowedBy,
--                                      Literal, CharsNotIn, Word, Keyword,
--                                      Empty, White, Forward, QuotedString,
--                                      StringEnd)
+-                                      Group, Combine, Suppress, Optional,
+-                                      FollowedBy, Literal, CharsNotIn, Word,
+-                                      Keyword, Empty, White, Forward,
+-                                      QuotedString, StringEnd)
 +from pyparsing import (printables, alphanums, OneOrMore,
-+                       Group, Combine, Suppress, Optional, FollowedBy,
-+                       Literal, CharsNotIn, Word, Keyword,
-+                       Empty, White, Forward, QuotedString,
-+                       StringEnd)
++                       Group, Combine, Suppress, Optional,
++                       FollowedBy, Literal, CharsNotIn, Word,
++                       Keyword, Empty, White, Forward,
++                       QuotedString, StringEnd)
  from whoosh.query import *
  
  




More information about the Python-modules-commits mailing list