python-plaster-pastedeploy 0.5-6 source package in Ubuntu

Changelog

python-plaster-pastedeploy (0.5-6) unstable; urgency=medium

  * Team upload.
  * d/rules: Add override_dh_auto_clean to avoid remove
    tests/fake_packages/FakeApp/FakeApp.egg-info folder that is needed
    in tests to create a fake package (Closes: #1052860, #1048274).
  * d/control: Bump Standards-Version to 4.7.0 (from 4.4.1; no further
    changes needed).
  * d/control: Bump debhelper-compat to 13.

 -- Emmanuel Arias <email address hidden>  Sat, 11 May 2024 22:11:46 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-plaster-pastedeploy_0.5-6.dsc 2.3 KiB 89c25ac6d13f33b30df43bd106db57a906d252721dde9d5ab736b810d07fc5ee
python-plaster-pastedeploy_0.5.orig.tar.gz 19.4 KiB 70a3185b2a3336996a26e9987968cf35e84cf13390b7e8a0a9a91eb8f6f85ba9
python-plaster-pastedeploy_0.5-6.debian.tar.xz 18.3 KiB 83ed1c2751a592f9f91c683178d5f4f46dcb8fa6247353036739232767a858f4

Available diffs

No changes file available.

Binary packages built by this source

python3-plaster-pastedeploy: PasteDeploy configuration format plugin for plaster - Python 3.x module

 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can
 parse ini files according to the standard set by PasteDeploy. It supports the
 wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol
 interface.
 .
 This package provides the Python 3 version of the module.