pastedeploy 3.0.1-3 source package in Ubuntu

Changelog

pastedeploy (3.0.1-3) unstable; urgency=medium

  * Team upload
  * d/copyright: Update various content data
  * Lintian: Ignore hint on a potential wrong Python version
  * d/control: (Re)add the now transitional template package
    Thanks to piuparts and Andreas for making this issue vissible!
    Unfortunately :-( I've missed this requirement while working on 3.0.1-1.
    (Closes: #1024387)

 -- Carsten Schoenert <email address hidden>  Sun, 20 Nov 2022 07:20:20 +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-3.dsc 2.5 KiB 39996fc7d1acf8c108d77314f3124994d985ead1b07757094aa42c248e90c31b
pastedeploy_3.0.1.orig.tar.gz 32.6 KiB ac68e35e04ad76e0f736c28854770e0f3b0fe5668f14a8ccf0f6f839371fd909
pastedeploy_3.0.1-3.debian.tar.xz 8.4 KiB 28fe0c675f00b9ebc27692ba8209d22c9170e6c04c6fb9e9a4dc103a0c13f71a

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.

python-pastedeploy-tpl: load, configure, compose WSGI applications and servers (Transitional package)

 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 is a transitional package that pulls in the required package for the
 old package. It can be safely removed.

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.