pastedeploy 3.1-1 source package in Ubuntu

Changelog

pastedeploy (3.1-1) unstable; urgency=medium

  * Team upload.

  [ Simon Chopin ]
  * Build against dh-python 6.20230825
    Closes: #1052430

  [ Andreas Tille ]
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Add salsa-ci file (routine-update)
  * Do not insist on gz compression in debian/gbp.conf

 -- Andreas Tille <email address hidden>  Wed, 10 Jan 2024 14:06:45 +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
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pastedeploy_3.1-1.dsc 2.5 KiB 78b63569f078a5aff7df3e82e074aa776478500c52ea182752cfde611201e2c3
pastedeploy_3.1.orig.tar.xz 29.5 KiB 05bbd65249b566c8f983c2d2ec8965fb851efd388a0f181d2c42094aaa3664be
pastedeploy_3.1-1.debian.tar.xz 8.6 KiB 6077b498d352d7ac363c00ecd847b79fee80414b3c65d8584094f7b47369b3ca

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.