cherrypy3 18.8.0-4 source package in Ubuntu

Changelog

cherrypy3 (18.8.0-4) unstable; urgency=medium

  * Clean: add docs/pkg/*.rst. (Closes: #1043848)
  * Patches: add 0015 to ensure compatibility with Python 3.12.

 -- Jeroen Ploemen <email address hidden>  Wed, 08 Nov 2023 09:53:54 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_18.8.0-4.dsc 2.5 KiB 38d02e31de85f07a0eb34aa3f245f6c11eb93394809d16f8e307e0d8d6c633f9
cherrypy3_18.8.0.orig.tar.gz 608.1 KiB 9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
cherrypy3_18.8.0-4.debian.tar.xz 15.6 KiB 0d2ffd5586b3aebefeaba280c8521b1f8a7e14ad32d73ebbc31ac570986fbbaf

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.