[Python-modules-commits] r12506 - in packages/webpy (15 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Mon Apr 5 15:21:28 UTC 2010


    Date: Monday, April 5, 2010 @ 15:21:19
  Author: debacle
Revision: 12506

Backport to Debian 5.0 (Lenny).

Added:
  packages/webpy/branches/lenny-backports/debian/CHANGELOG
    (from rev 12503, packages/webpy/trunk/debian/CHANGELOG)
  packages/webpy/branches/lenny-backports/debian/source/
  packages/webpy/branches/lenny-backports/debian/watch
    (from rev 12503, packages/webpy/trunk/debian/watch)
  packages/webpy/tags/1:0.34-2~bpo50+1/
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/CHANGELOG
    (from rev 12503, packages/webpy/trunk/debian/CHANGELOG)
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/source/
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/watch
    (from rev 12503, packages/webpy/trunk/debian/watch)
Modified:
  packages/webpy/branches/lenny-backports/debian/changelog
  packages/webpy/branches/lenny-backports/debian/control
  packages/webpy/branches/lenny-backports/debian/rules
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/changelog
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/control
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/rules
Deleted:
  packages/webpy/branches/lenny-backports/debian/NEWS
  packages/webpy/tags/1:0.34-2~bpo50+1/debian/NEWS

Copied: packages/webpy/branches/lenny-backports/debian/CHANGELOG (from rev 12503, packages/webpy/trunk/debian/CHANGELOG)
===================================================================
--- packages/webpy/branches/lenny-backports/debian/CHANGELOG	                        (rev 0)
+++ packages/webpy/branches/lenny-backports/debian/CHANGELOG	2010-04-05 15:21:19 UTC (rev 12506)
@@ -0,0 +1,89 @@
+webpy (1:0.34-1) unstable; urgency=low
+
+  * http://webpy.org/changes informs about the following recent changes in
+    web.py. Bug numbers refer to https://launchpad.net/webpy, not Debian.
+    - 2010-03-20: web.py 0.34
+      - fix: boolen test works even for sqlite results (tx Emyr Thomas for the idea)
+      - fix issue with loop.xx variables in templetor (Bug#476708)
+      - hide unwanted tracebacks in debugerror
+      - display correct template line numbers in debugerror
+      - new utilities: counter, safeiter, safewrite, requeue, restack (by Aaron Swartz)
+      - various form.py fixes and improvements
+      - automatically escape % characters in the db query (Bug#516516)
+      - fix non-deterministic template order (Bug#490209)
+      - attachment support for web.sendmail (tx gregglind)
+      - template.py optimizations and extension support
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 20 Mar 2010 22:45:57 +0000
+
+webpy (1:0.33-1) unstable; urgency=low
+
+  * http://webpy.org/changes informs about the following recent changes in
+    web.py. Bug numbers refer to https://launchpad.net/webpy, not Debian.
+    - 2009-10-28: web.py 0.33
+      - form.Button takes optional argument html
+      - remove obsolete write function in http.py (tx Justin) (Bug#315337)
+      - refactor httpserver.runsimple code
+      - improve form.py for customizability
+      - new: add background updating to memoize
+      - fix: use sendmail from web.config.sendmail_path (tx Daniel
+        Schwartz)
+      - fix: make web.profiler work on Windows (tx asmo) (Bug#325139)
+      - fix changequery to make it work correctly even when the input has
+        multi-valued fields (Bug#118229)
+      - fix: make sure sequence exists before queying for currval(seqname)
+        when executing postgres insert query (Bug#268705)
+      - fix: raise web.notfound() instead of return in autodelegate (tx
+        SeC)
+      - fix: raise NotSupportedError when len or bool is used on sqlite
+        result (Bug#179644)
+      - fix: make db parameter optional for creating postgres DB to allow
+        taking it from environ. (Bug#153491)
+      - fix unicode errors in db module
+      - fix: convert unicode strings to UTF8 before printing SQL queries
+      - fix unicode error in debugerror
+      - fix: don't convert file upload data to unicode even when file={} is
+        not passed to web.input
+      - fix checkbox value/checked confusion (Bug#128233)
+      - fix: consider empty lines as part of the indented block in templetor
+      - fix: fix a bug in web.group
+    - 2009-06-04: web.py 0.32
+      - optional from_address to web.emailerrors
+      - upgrade wsgiserver to CherryPy/3.1.2
+      - support for extensions in Jinja2 templates (tx Zhang Huangbin)
+      - support web.datestr for datetime.date objects also
+      - support for lists in db queries
+      - new: uniq and iterview
+      - fix: set debug=False when application is run with mod_wsgi (tx
+        Patrick Swieskowski) Bug#370904
+      - fix: make web.commify work with decimals Bug#317204
+      - fix: unicode issues with sqlite database Bug#373219
+      - fix: urlquote url when the server is lighttpd Bug#339858
+      - fix: issue with using date.format in templates
+      - fix: use TOP instead of LIMIT in mssql database Bug#324049
+      - fix: make sessions work well with expirations
+      - fix: accept both list and tuple as arg values in form.Dropdown
+        Bug#314970
+      - fix: match parenthesis when parsing for statement in templates
+      - fix: fix python 2.3 compatibility
+      - fix: ignore dot folders when compiling templates (tx Stuart
+        Langridge)
+      - fix: don't consume KeyboardInterrupt and SystemExit errors
+      - fix: make application work well with iterators
+    - 2008-12-10: web.py 0.31
+      - new: browser module
+      - new: test utilities
+      - new: ShelfStore
+      - fix: web.cookies error when default is None
+      - fix: paramstyle for OracleDB (tx kromakey)
+      - fix: performance issue in SQLQuery.join
+      - fix: use wsgi.url_scheme to find ctx.protocol
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 07 Dec 2009 19:32:18 +0000
+
+webpy (0.300-1) unstable; urgency=low
+
+  * Web.py 0.3 has several backward-incompatible changes.
+    http://webpy.org/docs/0.3/upgrade
+
+ -- Kai Hendry <hendry at iki.fi>  Tue, 09 Dec 2008 22:24:34 +0000

Deleted: packages/webpy/branches/lenny-backports/debian/NEWS
===================================================================
--- packages/webpy/branches/lenny-backports/debian/NEWS	2010-04-05 15:08:05 UTC (rev 12505)
+++ packages/webpy/branches/lenny-backports/debian/NEWS	2010-04-05 15:21:19 UTC (rev 12506)
@@ -1,12 +0,0 @@
-webpy (0.300-1) unstable; urgency=low
-
-  * Web.py 0.3 has several backward-incompatible changes.
-    http://webpy.org/docs/0.3/upgrade
-
- -- Kai Hendry <hendry at iki.fi>  Tue, 09 Dec 2008 22:24:34 +0000
-
-webpy (0.200-1) unstable; urgency=low
-
-  * For this upgrade http://webpy.infogami.com/upgrade_to_point2
-
- -- Kai Hendry <hendry at iki.fi>  Tue, 28 Nov 2006 18:59:27 -0300

Modified: packages/webpy/branches/lenny-backports/debian/changelog
===================================================================
--- packages/webpy/branches/lenny-backports/debian/changelog	2010-04-05 15:08:05 UTC (rev 12505)
+++ packages/webpy/branches/lenny-backports/debian/changelog	2010-04-05 15:21:19 UTC (rev 12506)
@@ -1,9 +1,30 @@
-webpy (1:0.32+dak1-1~bpo50+1) lenny-backports; urgency=low
+webpy (1:0.34-2~bpo50+1) lenny-backports; urgency=low
 
   * Rebuild for lenny-backports.
 
- -- W. Martin Borgert <debacle at debian.org>  Tue, 22 Sep 2009 23:13:53 +0000
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 05 Apr 2010 14:42:15 +0000
 
+webpy (1:0.34-2) unstable; urgency=low
+
+  * Upstream changelog is now debian/CHANGELOG, not
+    debian/NEWS
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 05 Apr 2010 14:09:58 +0000
+
+webpy (1:0.34-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 20 Mar 2010 22:45:57 +0000
+
+webpy (1:0.33-1) unstable; urgency=low
+
+  * New upstream release
+  * Jakub Wilk <ubanus at users.sf.net>  Fri, 13 Nov 2009 14:15:41 +0100:
+    - Add watch file.
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 07 Dec 2009 19:32:18 +0000
+
 webpy (1:0.32+dak1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/webpy/branches/lenny-backports/debian/control
===================================================================
--- packages/webpy/branches/lenny-backports/debian/control	2010-04-05 15:08:05 UTC (rev 12505)
+++ packages/webpy/branches/lenny-backports/debian/control	2010-04-05 15:21:19 UTC (rev 12506)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3), python-dev
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python, python-support
+Standards-Version: 3.8.4
 XS-Python-Version: >= 2.4
 Homepage: http://webpy.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webpy/trunk/
@@ -12,7 +13,7 @@
 
 Package: python-webpy
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-cheetah, python-flup, python-psycopg2 | python-pysqlite2 | python-pysqlite1.1 | python-sqlite | python-mysqldb | python-kinterbasdb
 XB-Python-Version: ${python:Versions}
 Description: Web framework for Python applications

Modified: packages/webpy/branches/lenny-backports/debian/rules
===================================================================
--- packages/webpy/branches/lenny-backports/debian/rules	2010-04-05 15:08:05 UTC (rev 12505)
+++ packages/webpy/branches/lenny-backports/debian/rules	2010-04-05 15:21:19 UTC (rev 12506)
@@ -20,7 +20,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs debian/CHANGELOG
 	dh_installdocs
 	dh_installexamples
 	dh_link

Copied: packages/webpy/branches/lenny-backports/debian/watch (from rev 12503, packages/webpy/trunk/debian/watch)
===================================================================
--- packages/webpy/branches/lenny-backports/debian/watch	                        (rev 0)
+++ packages/webpy/branches/lenny-backports/debian/watch	2010-04-05 15:21:19 UTC (rev 12506)
@@ -0,0 +1,2 @@
+version=3
+http://webpy.org/static/web\.py-([0-9.]+)\.tar\.gz

Copied: packages/webpy/tags/1:0.34-2~bpo50+1/debian/CHANGELOG (from rev 12503, packages/webpy/trunk/debian/CHANGELOG)
===================================================================
--- packages/webpy/tags/1:0.34-2~bpo50+1/debian/CHANGELOG	                        (rev 0)
+++ packages/webpy/tags/1:0.34-2~bpo50+1/debian/CHANGELOG	2010-04-05 15:21:19 UTC (rev 12506)
@@ -0,0 +1,89 @@
+webpy (1:0.34-1) unstable; urgency=low
+
+  * http://webpy.org/changes informs about the following recent changes in
+    web.py. Bug numbers refer to https://launchpad.net/webpy, not Debian.
+    - 2010-03-20: web.py 0.34
+      - fix: boolen test works even for sqlite results (tx Emyr Thomas for the idea)
+      - fix issue with loop.xx variables in templetor (Bug#476708)
+      - hide unwanted tracebacks in debugerror
+      - display correct template line numbers in debugerror
+      - new utilities: counter, safeiter, safewrite, requeue, restack (by Aaron Swartz)
+      - various form.py fixes and improvements
+      - automatically escape % characters in the db query (Bug#516516)
+      - fix non-deterministic template order (Bug#490209)
+      - attachment support for web.sendmail (tx gregglind)
+      - template.py optimizations and extension support
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 20 Mar 2010 22:45:57 +0000
+
+webpy (1:0.33-1) unstable; urgency=low
+
+  * http://webpy.org/changes informs about the following recent changes in
+    web.py. Bug numbers refer to https://launchpad.net/webpy, not Debian.
+    - 2009-10-28: web.py 0.33
+      - form.Button takes optional argument html
+      - remove obsolete write function in http.py (tx Justin) (Bug#315337)
+      - refactor httpserver.runsimple code
+      - improve form.py for customizability
+      - new: add background updating to memoize
+      - fix: use sendmail from web.config.sendmail_path (tx Daniel
+        Schwartz)
+      - fix: make web.profiler work on Windows (tx asmo) (Bug#325139)
+      - fix changequery to make it work correctly even when the input has
+        multi-valued fields (Bug#118229)
+      - fix: make sure sequence exists before queying for currval(seqname)
+        when executing postgres insert query (Bug#268705)
+      - fix: raise web.notfound() instead of return in autodelegate (tx
+        SeC)
+      - fix: raise NotSupportedError when len or bool is used on sqlite
+        result (Bug#179644)
+      - fix: make db parameter optional for creating postgres DB to allow
+        taking it from environ. (Bug#153491)
+      - fix unicode errors in db module
+      - fix: convert unicode strings to UTF8 before printing SQL queries
+      - fix unicode error in debugerror
+      - fix: don't convert file upload data to unicode even when file={} is
+        not passed to web.input
+      - fix checkbox value/checked confusion (Bug#128233)
+      - fix: consider empty lines as part of the indented block in templetor
+      - fix: fix a bug in web.group
+    - 2009-06-04: web.py 0.32
+      - optional from_address to web.emailerrors
+      - upgrade wsgiserver to CherryPy/3.1.2
+      - support for extensions in Jinja2 templates (tx Zhang Huangbin)
+      - support web.datestr for datetime.date objects also
+      - support for lists in db queries
+      - new: uniq and iterview
+      - fix: set debug=False when application is run with mod_wsgi (tx
+        Patrick Swieskowski) Bug#370904
+      - fix: make web.commify work with decimals Bug#317204
+      - fix: unicode issues with sqlite database Bug#373219
+      - fix: urlquote url when the server is lighttpd Bug#339858
+      - fix: issue with using date.format in templates
+      - fix: use TOP instead of LIMIT in mssql database Bug#324049
+      - fix: make sessions work well with expirations
+      - fix: accept both list and tuple as arg values in form.Dropdown
+        Bug#314970
+      - fix: match parenthesis when parsing for statement in templates
+      - fix: fix python 2.3 compatibility
+      - fix: ignore dot folders when compiling templates (tx Stuart
+        Langridge)
+      - fix: don't consume KeyboardInterrupt and SystemExit errors
+      - fix: make application work well with iterators
+    - 2008-12-10: web.py 0.31
+      - new: browser module
+      - new: test utilities
+      - new: ShelfStore
+      - fix: web.cookies error when default is None
+      - fix: paramstyle for OracleDB (tx kromakey)
+      - fix: performance issue in SQLQuery.join
+      - fix: use wsgi.url_scheme to find ctx.protocol
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 07 Dec 2009 19:32:18 +0000
+
+webpy (0.300-1) unstable; urgency=low
+
+  * Web.py 0.3 has several backward-incompatible changes.
+    http://webpy.org/docs/0.3/upgrade
+
+ -- Kai Hendry <hendry at iki.fi>  Tue, 09 Dec 2008 22:24:34 +0000

Deleted: packages/webpy/tags/1:0.34-2~bpo50+1/debian/NEWS
===================================================================
--- packages/webpy/branches/lenny-backports/debian/NEWS	2010-04-05 14:37:39 UTC (rev 12503)
+++ packages/webpy/tags/1:0.34-2~bpo50+1/debian/NEWS	2010-04-05 15:21:19 UTC (rev 12506)
@@ -1,12 +0,0 @@
-webpy (0.300-1) unstable; urgency=low
-
-  * Web.py 0.3 has several backward-incompatible changes.
-    http://webpy.org/docs/0.3/upgrade
-
- -- Kai Hendry <hendry at iki.fi>  Tue, 09 Dec 2008 22:24:34 +0000
-
-webpy (0.200-1) unstable; urgency=low
-
-  * For this upgrade http://webpy.infogami.com/upgrade_to_point2
-
- -- Kai Hendry <hendry at iki.fi>  Tue, 28 Nov 2006 18:59:27 -0300

Modified: packages/webpy/tags/1:0.34-2~bpo50+1/debian/changelog
===================================================================
--- packages/webpy/branches/lenny-backports/debian/changelog	2010-04-05 14:37:39 UTC (rev 12503)
+++ packages/webpy/tags/1:0.34-2~bpo50+1/debian/changelog	2010-04-05 15:21:19 UTC (rev 12506)
@@ -1,9 +1,30 @@
-webpy (1:0.32+dak1-1~bpo50+1) lenny-backports; urgency=low
+webpy (1:0.34-2~bpo50+1) lenny-backports; urgency=low
 
   * Rebuild for lenny-backports.
 
- -- W. Martin Borgert <debacle at debian.org>  Tue, 22 Sep 2009 23:13:53 +0000
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 05 Apr 2010 14:42:15 +0000
 
+webpy (1:0.34-2) unstable; urgency=low
+
+  * Upstream changelog is now debian/CHANGELOG, not
+    debian/NEWS
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 05 Apr 2010 14:09:58 +0000
+
+webpy (1:0.34-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 20 Mar 2010 22:45:57 +0000
+
+webpy (1:0.33-1) unstable; urgency=low
+
+  * New upstream release
+  * Jakub Wilk <ubanus at users.sf.net>  Fri, 13 Nov 2009 14:15:41 +0100:
+    - Add watch file.
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 07 Dec 2009 19:32:18 +0000
+
 webpy (1:0.32+dak1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/webpy/tags/1:0.34-2~bpo50+1/debian/control
===================================================================
--- packages/webpy/branches/lenny-backports/debian/control	2010-04-05 14:37:39 UTC (rev 12503)
+++ packages/webpy/tags/1:0.34-2~bpo50+1/debian/control	2010-04-05 15:21:19 UTC (rev 12506)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3), python-dev
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python, python-support
+Standards-Version: 3.8.4
 XS-Python-Version: >= 2.4
 Homepage: http://webpy.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webpy/trunk/
@@ -12,7 +13,7 @@
 
 Package: python-webpy
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-cheetah, python-flup, python-psycopg2 | python-pysqlite2 | python-pysqlite1.1 | python-sqlite | python-mysqldb | python-kinterbasdb
 XB-Python-Version: ${python:Versions}
 Description: Web framework for Python applications

Modified: packages/webpy/tags/1:0.34-2~bpo50+1/debian/rules
===================================================================
--- packages/webpy/branches/lenny-backports/debian/rules	2010-04-05 14:37:39 UTC (rev 12503)
+++ packages/webpy/tags/1:0.34-2~bpo50+1/debian/rules	2010-04-05 15:21:19 UTC (rev 12506)
@@ -20,7 +20,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs debian/CHANGELOG
 	dh_installdocs
 	dh_installexamples
 	dh_link

Copied: packages/webpy/tags/1:0.34-2~bpo50+1/debian/watch (from rev 12503, packages/webpy/trunk/debian/watch)
===================================================================
--- packages/webpy/tags/1:0.34-2~bpo50+1/debian/watch	                        (rev 0)
+++ packages/webpy/tags/1:0.34-2~bpo50+1/debian/watch	2010-04-05 15:21:19 UTC (rev 12506)
@@ -0,0 +1,2 @@
+version=3
+http://webpy.org/static/web\.py-([0-9.]+)\.tar\.gz




More information about the Python-modules-commits mailing list