sphinxcontrib-pecanwsme 0.8.0-8 source package in Ubuntu

Changelog

sphinxcontrib-pecanwsme (0.8.0-8) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Use <email address hidden> as maintainer
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Removed Python 2 support (Closes: #938536).

 -- Thomas Goirand <email address hidden>  Sun, 08 Sep 2019 10:30:16 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-pecanwsme_0.8.0-8.dsc 2.2 KiB f02e780a6bac4a8595367b8f93f028133468e30f1ee945566033cdbef4145ccd
sphinxcontrib-pecanwsme_0.8.0.orig.tar.xz 7.6 KiB 2c44b25b5ac3f61e841c9fd34fec981e591e04558349a269aadcb9f40969fda5
sphinxcontrib-pecanwsme_0.8.0-8.debian.tar.xz 3.2 KiB 49974d8397975d0a25371ae76ea91a409f1ca2d64e4d0daf127694c1d9fd8433

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinxcontrib-pecanwsme: documenting APIs built with Pecan and WSME - Python 3.x

 sphinxcontrib.pecanwsme is an extension to Sphinx for documenting APIs built
 with Pecan and WSME.
 .
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 This package provides the Python 3.x module.