pastedeploy 1.5.2-1 source package in Ubuntu

Changelog

pastedeploy (1.5.2-1) unstable; urgency=low


  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Sun, 29 Dec 2013 11:43:06 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pastedeploy_1.5.2-1.dsc 2.2 KiB a82cf8f33eccbb55d20cfb5e60dd82a5bca81f2b952f4fdfdf327bf71ba7df99
pastedeploy_1.5.2.orig.tar.gz 23.4 KiB d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb
pastedeploy_1.5.2-1.debian.tar.gz 4.7 KiB 091c37f1ffdd2702aaa87c29030a6313543048041be438b0a51c1fc2cc699f3a

Available diffs

No changes file available.

Binary packages built by this source

python-pastedeploy: No summary available for python-pastedeploy in ubuntu yakkety.

No description available for python-pastedeploy in ubuntu yakkety.

python-pastedeploy-tpl: load, configure, and compose WSGI applications and servers - templates

 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Paste Deploy's paster template.

python3-pastedeploy: load, configure, and compose WSGI applications and servers

 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Python 3.x module.