cherrypy3 18.9.0-1 source package in Ubuntu

Changelog

cherrypy3 (18.9.0-1) unstable; urgency=medium

  * New upstream version 18.9.0
  * Patches: remove 0013, 0014, 0015; merged upstream.
  * Control: add build-deps on python3-objgraph, python3-routes,
    python3-simplejson, and pybuild-plugin-pyproject.
  * Rules: modify pybuild after test handling to avoid installing logs
    and similar files generated during the on-build test run.
  * Tests: update deps to match changes to build-deps.
  * Control: remove build-dep on python3-mock.
  * Tests: add depend on setuptools, needed for distutils in
    test/test_session.py.
  * Control: mark assorted build-deps !nocheck resp. !nodoc.
  * Control: add recommended dep on python3-objgraph, optional import in
    cherrypy/lib/gctools.py.

 -- Jeroen Ploemen <email address hidden>  Fri, 15 Dec 2023 10:10:02 +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.9.0-1.dsc 2.5 KiB 22a0880ad9eea0ec210cfb076e0656dd3ac569261870c71c7d729499b9a07b89
cherrypy3_18.9.0.orig.tar.gz 617.1 KiB 6b06c191ce71a86461f30572a1ab57ffc09f43143ba8e42c103c7b3347220eb1
cherrypy3_18.9.0-1.debian.tar.xz 15.1 KiB 42fb705a6310f717337efff921407393ca6764b939813feea9d4dd6eb8cfac91

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.