please sync webpy (1:0.32+dak1-1) from unstable/main to universe, no Ubuntu delta present

Bug #405816 reported by GabrielGrant
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
webpy (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

from http://webpy.org/ :

web.py 0.32 was released on 2009-06-04

It contains a number of important bug fixes. From the Change Log:

## 2009-06-04 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](https://bugs.launchpad.net/webpy/+bug/370904)
* fix: make web.commify work with decimals [Bug#317204](https://bugs.launchpad.net/webpy/+bug/317204)
* fix: unicode issues with sqlite database [Bug#373219](https://bugs.launchpad.net/webpy/+bug/373219)
* fix: urlquote url when the server is lighttpd [Bug#339858](https://bugs.launchpad.net/webpy/+bug/339858)
* fix: issue with using date.format in templates
* fix: use TOP instead of LIMIT in mssql database [Bug#324049](https://bugs.launchpad.net/webpy/+bug/324049)
* fix: make sessions work well with expirations
* fix: accept both list and tuple as arg values in form.Dropdown [Bug#314970](https://bugs.launchpad.net/webpy/+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

URL: http://webpy.org

License: public domain

Tags: upgrade
Bhavani Shankar (bhavi)
Changed in webpy (Ubuntu):
status: New → In Progress
assignee: nobody → Bhavani Shankar (bhavi)
Revision history for this message
Bhavani Shankar (bhavi) wrote :
Revision history for this message
Bhavani Shankar (bhavi) wrote :
Revision history for this message
Bhavani Shankar (bhavi) wrote :
Changed in webpy (Ubuntu):
status: In Progress → Confirmed
assignee: Bhavani Shankar (bhavi) → nobody
Artur Rona (ari-tczew)
tags: added: upgrade
Revision history for this message
Alessio Treglia (quadrispro) wrote :

I can see that upstream introduced new features.

Please read this for further information about asking for a Feature Freeze Exception:
https://wiki.ubuntu.com/FreezeExceptionProcess

Revision history for this message
Bhavani Shankar (bhavi) wrote :

okay alessio

Regards

Revision history for this message
Bhavani Shankar (bhavi) wrote :
Changed in webpy (Ubuntu):
status: Confirmed → In Progress
assignee: nobody → Bhavani Shankar (bhavi)
Revision history for this message
Bhavani Shankar (bhavi) wrote :

Install log:

bhavani@monster:~/Desktop$ sudo dpkg -i python-webpy_0.32-0ubuntu1_all.deb
Selecting previously deselected package python-webpy.
(Reading database ... 165889 files and directories currently installed.)
Unpacking python-webpy (from python-webpy_0.32-0ubuntu1_all.deb) ...
Setting up python-webpy (0.32-0ubuntu1) ...

bhavani@monster:~/Desktop$

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Upstream changelog since the ubuntu version:

# web.py changelog

## 2009-06-04 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](https://bugs.launchpad.net/webpy/+bug/370904)
* fix: make web.commify work with decimals [Bug#317204](https://bugs.launchpad.net/webpy/+bug/317204)
* fix: unicode issues with sqlite database [Bug#373219](https://bugs.launchpad.net/webpy/+bug/373219)
* fix: urlquote url when the server is lighttpd [Bug#339858](https://bugs.launchpad.net/webpy/+bug/339858)
* fix: issue with using date.format in templates
* fix: use TOP instead of LIMIT in mssql database [Bug#324049](https://bugs.launchpad.net/webpy/+bug/324049)
* fix: make sessions work well with expirations
* fix: accept both list and tuple as arg values in form.Dropdown [Bug#314970](https://bugs.launchpad.net/webpy/+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

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Since I dont have access to a http server here is the version file output

bhavani@monster:/usr/share/python-support/python-webpy$ cat .version
2.4-

Regards

Changed in webpy (Ubuntu):
status: In Progress → Confirmed
assignee: Bhavani Shankar (bhavi) → nobody
Revision history for this message
Andrea Veri (av) wrote :

When requesting an FFe, the status should be set to *new*. Which kind of tests have you done with this package? Did you check if the new features are really working on karmic?

unsubscribing u-u-s, motu-release will process your request.

Changed in webpy (Ubuntu):
status: Confirmed → New
Revision history for this message
Alessio Treglia (quadrispro) wrote :

What kinds of testing have you done?

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Alessio,

Since I dont have access to a server right now I cant test new features sadly... If you can take this up please do so

Regards

Revision history for this message
Scott Kitterman (kitterman) wrote :

0.32 is in Debian now and made it to Debian Testing. FFe ack to syn from Debian assuming it builds, etc.

Changed in webpy (Ubuntu):
status: New → Confirmed
Revision history for this message
StefanPotyra (sistpoty) wrote :

Pfft, LP doesn't like me editing the description (it just doesn't end loading), so here it goes:

please sync webpy (1:0.32+dak1-1) from unstable/main to universe, no Ubuntu delta present.

Changelog:
webpy (1:0.32+dak1-1) unstable; urgency=low

  * New upstream release
  * Change version numbering scheme to upstream method (closes: #517416),
    thanks to Savvas Radevic
  * Relax and widen dependency on database (closes: #511367), thanks to
    Andrew Malcolmson and Piotr Ożarowski
  * Unfortunately, Kai has to orphan the package. Thanks to Kai for his
    work on the package and for blessing takeover by python-modules-team
  * fake upstream version number to make dak happy after broken upload

 -- W. Martin Borgert <email address hidden> Wed, 26 Aug 2009 22:32:36 +0000

Just if it's not clear, MOTU Ack for the sync request.

summary: - Please update web.py to version 0.32
+ please sync webpy (1:0.32+dak1-1) from unstable/main to universe, no
+ Ubuntu delta present
Revision history for this message
James Westby (james-w) wrote :

[Updating] webpy (0.310-1 [Ubuntu] < 1:0.32+dak1-1 [Debian])
 * Trying to add webpy...
  - <webpy_0.32+dak1-1.diff.gz: downloading from http://ftp.debian.org/debian/>
  - <webpy_0.32+dak1-1.dsc: downloading from http://ftp.debian.org/debian/>
  - <webpy_0.32+dak1.orig.tar.gz: downloading from http://ftp.debian.org/debian/>
I: webpy [universe] -> python-webpy_0.310-1 [universe].

Changed in webpy (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.