cherrypy3 18.8.0-1 source package in Ubuntu
Changelog
cherrypy3 (18.8.0-1) unstable; urgency=medium * New upstream version 18.8.0 * Copyright: update packaging year, update upstream entries to use their new .dev domain. * Patches: + refresh 0007, 0012. + add 0013 to work around docs build failure. * Tests: disable test_file_stream (flaky but marked xfail). * Control: bump Standards-Version to 4.6.1 (from 4.6.0; no changes). -- Jeroen Ploemen <email address hidden> Sun, 17 Jul 2022 21:38:59 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cherrypy3_18.8.0-1.dsc | 2.5 KiB | f5c3eceabf91deebbf417899ce44c8419621cef78ffcec6230bf54831dc3acdc |
cherrypy3_18.8.0.orig.tar.gz | 608.1 KiB | 9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b |
cherrypy3_18.8.0-1.debian.tar.xz | 15.0 KiB | 3a3bd468d5bb69a5c6119b528e04ed5219fc9b180aa2aac3a5b2a125818ad7e1 |
Available diffs
- diff from 18.6.1-4 to 18.8.0-1 (13.3 KiB)
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.