pastedeploy 2.0.1-1 source package in Ubuntu

Changelog

pastedeploy (2.0.1-1) unstable; urgency=medium

  * New upstream release
  * d/watch: Use GitHub tags instead of PyPi
  * Bump debhelper compat level to 12 and use debhelper-compat
  * Bump standards version to 4.3.0 (no changes)
  * Use pytest instead of nose (same as upstream)
  * d/rules: Change docs suffix from txt to rst

 -- Ondřej Nový <email address hidden>  Tue, 01 Jan 2019 00:19:24 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pastedeploy_2.0.1-1.dsc 2.3 KiB 85140fcd5a9f04be36e83cf15f4f5165b7005bc2c25b07f5ff2c573fc1845ca5
pastedeploy_2.0.1.orig.tar.gz 31.5 KiB 1c2a938f3f69e88ab6751200222fa6501e6af296c980fdb86fdbdedc6bbdf234
pastedeploy_2.0.1-1.debian.tar.xz 5.2 KiB 0c33d75cd6a7bcdaa6369e33afd6dae15a970e2821a66417ce2ce7eb3f9ac98b

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-pastedeploy in ubuntu eoan.

python-pastedeploy-tpl: No summary available for python-pastedeploy-tpl in ubuntu disco.

No description available for python-pastedeploy-tpl in ubuntu disco.

python3-pastedeploy: load, configure, and compose WSGI applications and servers - Python 3.x

 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.