cherrypy3 3.1.2-1 source package in Ubuntu

Changelog

cherrypy3 (3.1.2-1) unstable; urgency=low

  * New upstream release (Closes: #528473)
  * debian/rules:
  - use the quilt make include file instead of using custom code; should
    make the package convertable to the new quilt source format
    (Closes: #538677)
  * debian/control:
  - updated Standards-Version with no changes
  * debian/python-cherrypy3.links:
  - fix link to point to the new place where python-support installs files

 -- Krzysztof Klimonda <email address hidden>   Mon,  24 Aug 2009 13:07:18 +0100

Upload details

Uploaded by:
Krzysztof Klimonda
Uploaded to:
Karmic
Original maintainer:
Gustavo Noronha Silva
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cherrypy3_3.1.2.orig.tar.gz 311.7 KiB 0dfd65507b047d54c09849e7a4b8bdd3616fa8776a5dbff7697cbf6ea1559bf6
cherrypy3_3.1.2-1.diff.gz 8.1 KiB 675408ff520e21d36450292b455b804cb672d7ee7e7195d565b71c870ed2fe42
cherrypy3_3.1.2-1.dsc 1.6 KiB 9962b152e6241853ba11785a1b71c0e854edec6610ecda7c295c979676e371b3

Available diffs

View changes file

Binary packages built by this source

python-cherrypy3: Python web development framework - version 3

 CherryPy is a pythonic, object-oriented web development framework. It
 provides the foundation over which complex web-based applications can
 be written, with little or no knowledge of the underlying
 protocols. CherryPy allows developers to build web applications in
 much the same way they would build any other object-oriented Python
 program. This usually results in smaller source code developed in
 less time.
 .
 CherryPy is up-to-date with the latest developments on using Python
 for web development: it features a bundled WSGI server, and is able
 to integrate with other dispatching mechanisms, such as
 Routes. CherryPy can be run as a standalone application, since it
 provides its own HTTP server; setting it up behind another HTTP
 server, such as Apache, or even with mod_python are also options.
 .
 This version is backwards incompatible with the 2.2 version in some
 ways. See http://www.cherrypy.org/wiki/UpgradeTo30.