pastedeploy 3.0.1-2 source package in Ubuntu

Changelog

pastedeploy (3.0.1-2) unstable; urgency=medium

  * Team upload
  * Source only upload
  * d/watch: Use correct tag matching

 -- Carsten Schoenert <email address hidden>  Fri, 18 Nov 2022 16:46:34 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pastedeploy_3.0.1-2.dsc 2.4 KiB 6fb3933812498f8981e61af6107f2fe4887c84ae0a720d4f313ffb2b4d1c9782
pastedeploy_3.0.1.orig.tar.gz 32.6 KiB ac68e35e04ad76e0f736c28854770e0f3b0fe5668f14a8ccf0f6f839371fd909
pastedeploy_3.0.1-2.debian.tar.xz 8.0 KiB d986c410562deadd3851fcb96f6b02bb7f9070234fd86c10d870ff114010fa5c

Available diffs

No changes file available.

Binary packages built by this source

python-pastedeploy-doc: load, configure, and compose WSGI applications and servers (Documentation)

 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 documentation of the library.

python3-pastedeploy: load, configure, and compose WSGI applications and servers (Python 3)

 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.

python3-pastedeploy-tpl: load, configure, 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.