cherrypy3 18.8.0-2 source package in Ubuntu

Changelog

cherrypy3 (18.8.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update lintian override info format in d/python3-cherrypy3.lintian-overrides
    on line 3.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 16:09:20 +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
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_18.8.0-2.dsc 2.5 KiB 4dd05cbcc1f4cea164b3213a8d9cc749ecc89b74214a526d86b94362a65f6065
cherrypy3_18.8.0.orig.tar.gz 608.1 KiB 9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
cherrypy3_18.8.0-2.debian.tar.xz 14.9 KiB aa807136955de38d7e8e440ed9896bc80e22c2397872ef8ef86eabb5b5bd9e98

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.