[Python-modules-commits] r8384 - in packages/python-whoosh/trunk/debian/patches (1 file)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Thu May 7 16:15:00 UTC 2009


    Date: Thursday, May 7, 2009 @ 16:14:59
  Author: odd_bloke-guest
Revision: 8384

Update patch for 0.1.19.

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

Modified: packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff
===================================================================
--- packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff	2009-05-07 16:14:54 UTC (rev 8383)
+++ packages/python-whoosh/trunk/debian/patches/01-remove-pyparsing.diff	2009-05-07 16:14:59 UTC (rev 8384)
@@ -4,18 +4,19 @@
 ## so we remove the unnecessary copy here, and fix references to it
 ## that we break.
 
-Index: Whoosh-0.1.13/src/whoosh/qparser.py
+Index: python-whoosh-0.1.19/src/whoosh/qparser.py
 ===================================================================
---- Whoosh-0.1.13.orig/src/whoosh/qparser.py	2009-04-07 14:54:31.000000000 +0100
-+++ Whoosh-0.1.13/src/whoosh/qparser.py	2009-04-07 14:55:03.000000000 +0100
-@@ -1,8 +1,7 @@
+--- python-whoosh-0.1.19.orig/src/whoosh/qparser.py	2009-04-30 04:08:28.000000000 +0100
++++ python-whoosh-0.1.19/src/whoosh/qparser.py	2009-05-07 16:56:25.000000000 +0100
+@@ -1,8 +1,8 @@
  import re
  
--from whoosh.support.pyparsing import alphanums, \
+-from whoosh.support.pyparsing import alphanums, printables, \
 -CharsNotIn, Literal, Group, Combine, Suppress, Regex, OneOrMore, Forward, Word, Keyword, \
 -Empty, StringEnd, ParserElement
-+from pyparsing import alphanums, CharsNotIn, Literal, Group, Combine, Suppress,\
-+       Regex, OneOrMore, Forward, Word, Keyword, Empty, StringEnd, ParserElement
++from pyparsing import alphanums, printables, CharsNotIn, Literal, Group, \
++        Combine, Suppress, Regex, OneOrMore, Forward, Word, Keyword, Empty, \
++        StringEnd, ParserElement
  from whoosh import analysis, query
  
  """




More information about the Python-modules-commits mailing list