python-pecan 1.3.3-0ubuntu2 source package in Ubuntu

Changelog

python-pecan (1.3.3-0ubuntu2) eoan; urgency=medium

  * Drop python2 support.

 -- Steve Langasek <email address hidden>  Thu, 12 Sep 2019 21:24:38 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pecan_1.3.3.orig.tar.gz 168.7 KiB 677294aec35589e57f286ae07622d019f8e431fd1befe6a9181e619a5e71b1ff
python-pecan_1.3.3-0ubuntu2.debian.tar.xz 4.9 KiB bfd8b5f27943bca7a309d7c653e7e1940e5984f0646d62618ef26328fb3ed085
python-pecan_1.3.3-0ubuntu2.dsc 2.6 KiB d30941aa8c1100701f652ad04fded1de8e9e6ff01cf1e1af55acefc2d26ff300

Available diffs

View changes file

Binary packages built by this source

python-pecan-doc: WSGI object-dispatching web framework

 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.
 .
 This package contains the pecan documentation.

python3-pecan: WSGI object-dispatching web framework - Python 3.x

 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.
 .
 This package contains the Python 3.x module.