cherrypy3 8.9.1-6 source package in Ubuntu

Changelog

cherrypy3 (8.9.1-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #936296, #941135

 -- Sandro Tosi <email address hidden>  Sun, 19 Jan 2020 00:06:12 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_8.9.1-6.dsc 2.2 KiB 1a6f2e515e8e8e84da3785d3fc6b65a30ad1540cfac05beeb0151f2c171a4e56
cherrypy3_8.9.1.orig.tar.gz 697.3 KiB dfad2f34e929836d016ae79f9e27aff250a8a71df200bf87c3e9b23541e091c5
cherrypy3_8.9.1-6.debian.tar.xz 12.1 KiB 151ac42f04110a379e2a03f1bd9bec39df9aea66390ab1f572ef93737e0c142d

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.