python-cherrypy 2.3.0-4 source package in Ubuntu

Changelog

python-cherrypy (2.3.0-4) unstable; urgency=low


  [ Scott Kitterman ]
  * Add debian/patches/04_use_hashlib.diff to port from sha/md5 to hashlib and
    fix deprecation warnings with Python 2.6

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Drop obsolete Conflicts/Replaces with python2.4-cherrypy2.1 and
    python2.3-cherrypy2.1.

  [ Gustavo Noronha Silva ]
  * Change maintainer to be the team.

 -- Gustavo Noronha Silva <email address hidden>  Mon, 01 Dec 2014 14:32:24 -0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cherrypy_2.3.0-4.dsc 1.7 KiB 96045ce0f200de8619bd74e751ba32b631b5a20408ae008c609822f1465e96a1
python-cherrypy_2.3.0.orig.tar.gz 236.3 KiB a41e1b31ab723f50223b303991bb4e1a420a05deb2f4ab923a2ceadece4854cf
python-cherrypy_2.3.0-4.diff.gz 7.2 KiB 170ed8c7de5a008344b9da674ac480b9743f5e3893bc1b2c92128d441ae92079

No changes file available.

Binary packages built by this source

python-cherrypy: Python web development framework

 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.
 .
 This version is backwards incompatible with the 2.0 version, and is
 the version used by the Turbo Gears framework. Visit the Turbo Gears
 webpage for more: http://www.turbogears.org/