cherrypy3 18.8.0-3 source package in Ubuntu

Changelog

cherrypy3 (18.8.0-3) unstable; urgency=medium

  * Patches: add 0014, backport of upstream commit to add sphinx6
    compatibility. (Closes: #1042644)
  * Control: bump Standards-Version to 4.6.2 (from 4.6.1; no further
    changes).
  * Lintian: compensate for changes in override format.

 -- Jeroen Ploemen <email address hidden>  Wed, 09 Aug 2023 12:21:55 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_18.8.0-3.dsc 2.5 KiB 13465d0e1b0ed51a63d6698195796c908b7f95f9e9609b018f83ddd44457758a
cherrypy3_18.8.0.orig.tar.gz 608.1 KiB 9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
cherrypy3_18.8.0-3.debian.tar.xz 15.4 KiB d376d4a9ee118fa5ea83399ef7d603cc026b49b5552bf0679fbab24f57b9926c

Available diffs

No changes file available.

Binary packages built by this source

python-cherrypy3-doc: Documentation for CherryPy web framework

 CherryPy is a pythonic, object-oriented web development framework.
 .
 This package contains the documentation for CherryPy.

python3-cherrypy3: Python web development framework - Python 3 module

 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 package contains the Python 3 module cherrypy.