python-pecan 1.2.1-1 source package in Ubuntu
Changelog
python-pecan (1.2.1-1) unstable; urgency=medium [ Ondřej Nový ] * Fixed homepage (https). * Fixed VCS URLs (https). * d/rules: Changed UPSTREAM_GIT protocol to https * d/copyright: Changed source URL to https protocol [ Daniel Baumann ] * Updating vcs fields. * Updating copyright format url. * Updating maintainer field. * Running wrap-and-sort -bast. * Updating standards version to 4.0.0. * Removing gbp.conf, not used anymore or should be specified in the developers dotfiles. * Correcting permissions in debian packaging files. * Updating standards version to 4.0.1. * Updating standards version to 4.1.0. [ Thomas Goirand ] * New upstream release: - Fix FTBFS in Python 3.6 (Closes: #867500). * Switch to debhelper 10. * Standards-Version is now 4.1.1. * Using pkgos-dh_auto_install and removed openstack-pkg-tools defined. * Fixed debian/copyright ordering. * Remove a broken test, make all version of Python to fail build if tests fail. * Remove entries in debian/copyright that were removed upstream. -- Thomas Goirand <email address hidden> Sat, 28 Oct 2017 21:32:45 +0200
Upload details
- Uploaded by:
- PKG OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- PKG OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pecan_1.2.1-1.dsc | 2.7 KiB | 872504c0fc585cb50f4082cadb449ca039504e8223e1d0723ca9053162e52920 |
python-pecan_1.2.1.orig.tar.xz | 136.0 KiB | 017d3a1dd3c4188c54537c2ae0bc708d3465cbf8b44a4968faa8f7caea214287 |
python-pecan_1.2.1-1.debian.tar.xz | 5.5 KiB | 8762acd308687669389dbc77a595570b2c2845e21f37eceb7867c6ef852a60ff |
Available diffs
No changes file available.
Binary packages built by this source
- python-pecan: WSGI object-dispatching web framework - Python 2.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 2.x module.
- 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.