python-pecan 1.3.3-4ubuntu2 source package in Ubuntu

Changelog

python-pecan (1.3.3-4ubuntu2) jammy; urgency=medium

  * debian/patches/fix-tests-on-python-3.10.patch: Pull in upstream patch to
    fix build tests on python3.10 (LP: #1965132).

 -- Nick Rosbrook <email address hidden>  Fri, 18 Mar 2022 15:41:54 -0400

Upload details

Uploaded by:
Nick Rosbrook
Sponsored by:
Brian Murray
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pecan_1.3.3.orig.tar.xz 135.9 KiB 6a59466aa0a7095f8d3e6976fb0470706f57a7c7a32e7e9a6fa3c86df02ac3ad
python-pecan_1.3.3-4ubuntu2.debian.tar.xz 7.4 KiB d22fd7e66b3a6b9f38209531b78b6b82c6095fbd198ad21cc1bc4d89a651760a
python-pecan_1.3.3-4ubuntu2.dsc 2.6 KiB 226168b54aea353a15c16c2950ad0b1605da12c2c5721c3b64bbc3dad926cc4c

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.