cherrypy3 3.2.2-1ubuntu1 source package in Ubuntu

Changelog

cherrypy3 (3.2.2-1ubuntu1) precise; urgency=low

  * Fix FTBFS because cherryd isn't in the python path.
 -- Stephane Graber <email address hidden>   Thu, 19 Jan 2012 13:46:07 -0500

Upload details

Uploaded by:
Stéphane Graber
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cherrypy3_3.2.2.orig.tar.gz 404.4 KiB dc5a88562795c2ee462dac5b37aba1cf4f34f3e27281ec11049227039308b691
cherrypy3_3.2.2-1ubuntu1.diff.gz 8.8 KiB d69139496edf637626d57abf53e7a16b8dc3f26f145944577b78e301732b277a
cherrypy3_3.2.2-1ubuntu1.dsc 2.1 KiB ea82ad38ec4c5c7868cf5dbc4bcf5594fcfa7549ee4a4245b45c123196d12d34

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.