python-pecan 1.3.3-3ubuntu1 source package in Ubuntu
Changelog
python-pecan (1.3.3-3ubuntu1) focal; urgency=low * Merge from Debian unstable. Remaining changes: - d/p/no-intersphinx.patch: Dropped. No longer needed. - d/p/remove-broken-test.patch: Dropped. Fixed upstream. - 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 in Debian: - d/control: Enable autopkgtest-pkg-python testsuite. - Drop python2 support. python-pecan (1.3.3-3) unstable; urgency=medium * Fixed installing alternatives (Close: #947313). python-pecan (1.3.3-2) unstable; urgency=medium * Uploading to unstable: * Removes Python 2 support (Closes: #938015). Note that the old Ceph package still needs it, but version 14.2.4, currently in NEW, has Py2 support removed. * Add disable-failing-tests.patch. python-pecan (1.3.3-1) experimental; urgency=medium [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. [ Thomas Goirand ] * New upstream release. * Add python-gunicorn as build-depends. -- Steve Langasek <email address hidden> Sat, 15 Feb 2020 17:01:42 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pecan_1.3.3.orig.tar.xz | 135.9 KiB | 6a59466aa0a7095f8d3e6976fb0470706f57a7c7a32e7e9a6fa3c86df02ac3ad |
python-pecan_1.3.3-3ubuntu1.debian.tar.xz | 5.5 KiB | 982ccb49dfe4f3e590f51e79ef36400738a619d3dd70ece956b1333ecfc0f437 |
python-pecan_1.3.3-3ubuntu1.dsc | 2.6 KiB | ee8db7db9a1061f214448a1ef049297885e7b012c9806a0c1a80876d2f38e3ce |
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.