[Python-modules-commits] r12312 - in packages/webpy/trunk/debian (NEWS changelog control)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Mar 20 23:27:44 UTC 2010


    Date: Saturday, March 20, 2010 @ 23:27:42
  Author: debacle
Revision: 12312

New package version 0.34-1

Modified:
  packages/webpy/trunk/debian/NEWS
  packages/webpy/trunk/debian/changelog
  packages/webpy/trunk/debian/control

Modified: packages/webpy/trunk/debian/NEWS
===================================================================
--- packages/webpy/trunk/debian/NEWS	2010-03-20 20:34:08 UTC (rev 12311)
+++ packages/webpy/trunk/debian/NEWS	2010-03-20 23:27:42 UTC (rev 12312)
@@ -1,7 +1,25 @@
-webpy (0.33-1) unstable; urgency=low
+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)
@@ -19,7 +37,7 @@
         SeC)
       - fix: raise NotSupportedError when len or bool is used on sqlite
         result (Bug#179644)
-      - fix: make db paramater optional for creating postgres DB to allow
+      - 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

Modified: packages/webpy/trunk/debian/changelog
===================================================================
--- packages/webpy/trunk/debian/changelog	2010-03-20 20:34:08 UTC (rev 12311)
+++ packages/webpy/trunk/debian/changelog	2010-03-20 23:27:42 UTC (rev 12312)
@@ -1,3 +1,9 @@
+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

Modified: packages/webpy/trunk/debian/control
===================================================================
--- packages/webpy/trunk/debian/control	2010-03-20 20:34:08 UTC (rev 12311)
+++ packages/webpy/trunk/debian/control	2010-03-20 23:27:42 UTC (rev 12312)
@@ -3,8 +3,8 @@
 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), python-support (>= 0.3)
+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 +12,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




More information about the Python-modules-commits mailing list