cherrypy3 18.6.0-1 source package in Ubuntu

Changelog

cherrypy3 (18.6.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release:
    + fixes loading configuration file. (Closes: #962322)
  * Control:
    + bump compat level to 13, Standards-Version to 4.5.1.
    + mark all binary packages Multi-Arch: foreign; patch courtesy of
      Helmut Grohne. (Closes: #973835)
    + use https for upstream homepage.
    + add build-deps on python3-path, -pytest-services and -requests
      -toolbelt (for tests only); python3-cheroot, -jaraco.collections,
      -more-itertools, -portend and -zc.lockfile (for both tests and
      docs); and python3-alabaster (docs only).
    + mark existing build-deps on python3-{mock,pytest} as <!nocheck>.
    + remove build-dep on python3-nose (unused), python3-coverage (not
      for us).
    + add myself to uploaders.
    + set Rules-Requires-Root: no.
  * Rules:
    + modernize, run custom commands verbose.
    + re-enable the testsuite during build.
    + remove commented pytest-nose stanza.
  * Copyright:
    + bump years for upstream and packaging.
    + remove entry for cherrypy/lib/httpauth.py, file no longer shipped.
    + add entry for manpage (public domain).
    + add myself as a copyright holder for the packaging.
  * Patches:
    + refresh 0001, 0003 to match upstream changes.
    + remove 0002, 0004, 0005: no longer needed (merged upstream or only
      relevant for Python2).
    + extend patch 0001 to also cover jaraco.packaging.sphinx.
    + add 0006: exclude python_2_eol.html from docs.
    + add 0007: remove cov options from pytest.ini.
    + add 0008: fix docs/history.rst include.
    + add 0009: disable privacy breaches.
    + add 0010: fix apostrophe in manpage.
  * Clean: add .test-results/*/*.xml.
  * Links: add image links to avoid installing duplicate files in -doc.
  * Lintian:
    + override application-in-library-section and library-package-name-
      for-application, the package is primarily a library.
    + override repeated-path-segment, false positive.
  * d/README.Source: remove, no longer needed.
  * Tests: replace python3-cherrypy3 (didn't test as-installed package),
    with upstream-testsuite.
  * Watch: bump version to 4 (from 3; no further changes).
  * Docs: install scaffold/ into -doc package.

 -- Jeroen Ploemen <email address hidden>  Sat, 10 Apr 2021 16:47:36 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cherrypy3_18.6.0-1.dsc 2.5 KiB 3a7b28a1d56e962f9a5359b4913a03e0368894b26de6409a43271ea23dfc10d3
cherrypy3_18.6.0.orig.tar.gz 670.7 KiB 56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
cherrypy3_18.6.0-1.debian.tar.xz 14.0 KiB 89de0556fa633a0a37d24f10f751eacd8c3d0f5d696d380d09e1e20fc0029aec

Available diffs

No changes file available.

Binary packages built by this source

python-cherrypy3-doc: No summary available for python-cherrypy3-doc in ubuntu impish.

No description available for python-cherrypy3-doc in ubuntu impish.

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.