python-pecan 1.4.1-1ubuntu1 source package in Ubuntu
Changelog
python-pecan (1.4.1-1ubuntu1) kinetic; urgency=low * Merge from Debian unstable, LP: #1987701. Remaining changes: - d/p/no-intersphinx.patch: Dropped, but Debian still has it. - d/p/remove-broken-test.patch: Dropped, but Debian still has it. - d/gbp.conf: Retain for gbp and pristine-tar config. - d/watch: Update based on move to https://github.com/pecan/pecan. - d/control: Align (Build-)Depends with upstream. - drop wrong pre/postrm scripts that handle pecan as an alternative when it no longer is. * Dropped changes, included upstream: - debian/patches/fix-tests-on-python-3.10.patch: Pull in upstream patch to fix build tests on python3.10 python-pecan (1.4.1-1) unstable; urgency=medium * New upstream release: - Fixes FTBFS with Python 3.10 (Closes: #1008052). * Removed patches applied upstream: - Support_SQLAlchemy_1.4.x.patch - fix-setup.cfg-for-pytest.patch * Refreshed patches: - disable-failing-tests.patch - remove-broken-test.patch -- Nick Rosbrook <email address hidden> Thu, 25 Aug 2022 15:35:26 -0400
Upload details
- Uploaded by:
- Nick Rosbrook
- Sponsored by:
- Steve Langasek
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python | |
Lunar | release | main | python | |
Kinetic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pecan_1.4.1.orig.tar.xz | 135.7 KiB | 1889ab06b9b4bd10598359529181c23327744c2139f0d2f386dabdbffc196903 |
python-pecan_1.4.1-1ubuntu1.debian.tar.xz | 5.9 KiB | 355ad9d43905522023a1804a63f055169d1f91d7c5c0df6b2d2d475543f6ee10 |
python-pecan_1.4.1-1ubuntu1.dsc | 2.6 KiB | ee987ae007e401fe9ea8a9b462a2a466b71de6384bdc5338db982ad5f4900e6f |
Available diffs
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.