[Python-apps-commits] r1352 - in packages/phenny/trunk/debian (2 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Sat May 24 17:40:19 UTC 2008


    Date: Saturday, May 24, 2008 @ 17:40:17
  Author: nslater-guest
Revision: 1352

new upstream version

Modified:
  packages/phenny/trunk/debian/changelog
  packages/phenny/trunk/debian/patches/module-import.patch

Modified: packages/phenny/trunk/debian/changelog
===================================================================
--- packages/phenny/trunk/debian/changelog	2008-05-24 15:30:09 UTC (rev 1351)
+++ packages/phenny/trunk/debian/changelog	2008-05-24 17:40:17 UTC (rev 1352)
@@ -1,3 +1,9 @@
+phenny (2~hg16-1) unstable; urgency=low
+
+  * New upstream version, updated translation module.
+
+ -- Noah Slater <nslater at bytesexual.org>  Sat, 24 May 2008 18:21:36 +0100
+
 phenny (2~hg15-1) unstable; urgency=low
 
   * New upstream version, updated translation module.

Modified: packages/phenny/trunk/debian/patches/module-import.patch
===================================================================
--- packages/phenny/trunk/debian/patches/module-import.patch	2008-05-24 15:30:09 UTC (rev 1351)
+++ packages/phenny/trunk/debian/patches/module-import.patch	2008-05-24 17:40:17 UTC (rev 1352)
@@ -1,6 +1,6 @@
-diff -Nur phenny-2~hg4.orig/modules/calc.py phenny-2~hg4.orig.new/modules/calc.py
---- phenny-2~hg4.orig/modules/calc.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/calc.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/calc.py phenny-2~hg16.orig.new/modules/calc.py
+--- phenny-2~hg16.orig/modules/calc.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/calc.py	2008-05-24 18:36:57.000000000 +0100
 @@ -9,7 +9,7 @@
  """
  
@@ -10,9 +10,9 @@
  
  r_result = re.compile(r'(?i)<A NAME=results>(.*?)</A>')
  r_tag = re.compile(r'<\S+.*?>')
-diff -Nur phenny-2~hg4.orig/modules/clock.py phenny-2~hg4.orig.new/modules/clock.py
---- phenny-2~hg4.orig/modules/clock.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/clock.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/clock.py phenny-2~hg16.orig.new/modules/clock.py
+--- phenny-2~hg16.orig/modules/clock.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/clock.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,7 +8,7 @@
  """
  
@@ -22,9 +22,9 @@
  
  TimeZones = {'KST': 9, 'CADT': 10.5, 'EETDST': 3, 'MESZ': 2, 'WADT': 9, 
               'EET': 2, 'MST': -7, 'WAST': 8, 'IST': 5.5, 'B': 2, 
-diff -Nur phenny-2~hg4.orig/modules/dict.py phenny-2~hg4.orig.new/modules/dict.py
---- phenny-2~hg4.orig/modules/dict.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/dict.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/dict.py phenny-2~hg16.orig.new/modules/dict.py
+--- phenny-2~hg16.orig/modules/dict.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/dict.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,8 +8,8 @@
  """
  
@@ -36,9 +36,9 @@
  
  formuri = 'http://wordnet.princeton.edu/perl/webwn?s='
  
-diff -Nur phenny-2~hg4.orig/modules/etymology.py phenny-2~hg4.orig.new/modules/etymology.py
---- phenny-2~hg4.orig/modules/etymology.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/etymology.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/etymology.py phenny-2~hg16.orig.new/modules/etymology.py
+--- phenny-2~hg16.orig/modules/etymology.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/etymology.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,8 +8,8 @@
  """
  
@@ -50,9 +50,9 @@
  
  etyuri = 'http://etymonline.com/?term=%s'
  etysearch = 'http://etymonline.com/?search=%s'
-diff -Nur phenny-2~hg4.orig/modules/head.py phenny-2~hg4.orig.new/modules/head.py
---- phenny-2~hg4.orig/modules/head.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/head.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/head.py phenny-2~hg16.orig.new/modules/head.py
+--- phenny-2~hg16.orig/modules/head.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/head.py	2008-05-24 18:36:57.000000000 +0100
 @@ -9,8 +9,8 @@
  
  import re, urllib, urlparse, time
@@ -64,9 +64,9 @@
  
  def head(phenny, input): 
     """Provide HTTP HEAD information."""
-diff -Nur phenny-2~hg4.orig/modules/reload.py phenny-2~hg4.orig.new/modules/reload.py
---- phenny-2~hg4.orig/modules/reload.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/reload.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/reload.py phenny-2~hg16.orig.new/modules/reload.py
+--- phenny-2~hg16.orig/modules/reload.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/reload.py	2008-05-24 18:36:57.000000000 +0100
 @@ -7,7 +7,7 @@
  http://inamidst.com/phenny/
  """
@@ -76,9 +76,9 @@
  
  def f_reload(phenny, input): 
     """Reloads a module, for use by admins only.""" 
-diff -Nur phenny-2~hg4.orig/modules/search.py phenny-2~hg4.orig.new/modules/search.py
---- phenny-2~hg4.orig/modules/search.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/search.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/search.py phenny-2~hg16.orig.new/modules/search.py
+--- phenny-2~hg16.orig/modules/search.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/search.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,7 +8,7 @@
  """
  
@@ -88,9 +88,9 @@
  
  r_string = re.compile(r'("(\\.|[^"\\])*")')
  r_json = re.compile(r'^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]+$')
-diff -Nur phenny-2~hg4.orig/modules/seen.py phenny-2~hg4.orig.new/modules/seen.py
---- phenny-2~hg4.orig/modules/seen.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/seen.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/seen.py phenny-2~hg16.orig.new/modules/seen.py
+--- phenny-2~hg16.orig/modules/seen.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/seen.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,7 +8,7 @@
  """
  
@@ -100,9 +100,9 @@
  
  @deprecated
  def f_seen(self, origin, match, args): 
-diff -Nur phenny-2~hg4.orig/modules/tell.py phenny-2~hg4.orig.new/modules/tell.py
---- phenny-2~hg4.orig/modules/tell.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/tell.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/tell.py phenny-2~hg16.orig.new/modules/tell.py
+--- phenny-2~hg16.orig/modules/tell.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/tell.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,7 +8,7 @@
  """
  
@@ -112,21 +112,21 @@
  
  maximum = 4
  lispchannels = frozenset([ '#lisp', '#scheme', '#opendarwin', '#macdev',
-diff -Nur phenny-2~hg4.orig/modules/translate.py phenny-2~hg4.orig.new/modules/translate.py
---- phenny-2~hg4.orig/modules/translate.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/translate.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/translate.py phenny-2~hg16.orig.new/modules/translate.py
+--- phenny-2~hg16.orig/modules/translate.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/translate.py	2008-05-24 18:36:57.000000000 +0100
 @@ -9,7 +9,7 @@
  """
  
- import re, time
+ import re, urllib
 -import web
 +from phenny import web
  
- r_translation = re.compile(r'<div style=padding:10px;>([^<]+)</div>')
- 
-diff -Nur phenny-2~hg4.orig/modules/validate.py phenny-2~hg4.orig.new/modules/validate.py
---- phenny-2~hg4.orig/modules/validate.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/validate.py	2008-03-02 14:13:34.000000000 +0000
+ r_json = re.compile(r'^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]+$')
+ r_string = re.compile(r'("(\\.|[^"\\])*")')
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/validate.py phenny-2~hg16.orig.new/modules/validate.py
+--- phenny-2~hg16.orig/modules/validate.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/validate.py	2008-05-24 18:36:57.000000000 +0100
 @@ -7,7 +7,7 @@
  http://inamidst.com/phenny/
  """
@@ -136,9 +136,9 @@
  
  def val(phenny, input): 
     """Check a webpage using the W3C Markup Validator."""
-diff -Nur phenny-2~hg4.orig/modules/weather.py phenny-2~hg4.orig.new/modules/weather.py
---- phenny-2~hg4.orig/modules/weather.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/weather.py	2008-03-02 14:13:34.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/weather.py phenny-2~hg16.orig.new/modules/weather.py
+--- phenny-2~hg16.orig/modules/weather.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/weather.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,8 +8,8 @@
  """
  
@@ -150,9 +150,9 @@
  
  r_from = re.compile(r'(?i)([+-]\d+):00 from')
  
-diff -Nur phenny-2~hg4.orig/modules/wikipedia.py phenny-2~hg4.orig.new/modules/wikipedia.py
---- phenny-2~hg4.orig/modules/wikipedia.py	2008-03-02 01:59:52.000000000 +0000
-+++ phenny-2~hg4.orig.new/modules/wikipedia.py	2008-03-02 14:16:42.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg16.orig/modules/wikipedia.py phenny-2~hg16.orig.new/modules/wikipedia.py
+--- phenny-2~hg16.orig/modules/wikipedia.py	2008-05-24 18:22:10.000000000 +0100
++++ phenny-2~hg16.orig.new/modules/wikipedia.py	2008-05-24 18:36:57.000000000 +0100
 @@ -8,7 +8,7 @@
  """
  




More information about the Python-apps-commits mailing list