python-plaster 1.0-4 source package in Ubuntu

Changelog

python-plaster (1.0-4) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Andreas Tille ]
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Repository.
  * watch file standard 4 (routine-update)
  * Make sure *.egg-info files of test examples will not be removed by
    dh-python's clean target.  The solution is pretty hackish but finally
    works
    Closes: #1052866
  * Fix clean target
    Closes: #1047867

 -- Andreas Tille <email address hidden>  Mon, 29 Jan 2024 09:01:25 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-plaster_1.0-4.dsc 2.2 KiB 9b999c523b2e2871382c37c058ede27e8d3461596ab24eea0faa2f290b876f5f
python-plaster_1.0.orig.tar.gz 28.9 KiB 8351c7c7efdf33084c1de88dd0f422cbe7342534537b553c49b857b12d98c8c3
python-plaster_1.0-4.debian.tar.xz 19.5 KiB 35d3447e489a4003f59928f62bec5a78f8190f1cc2451c9b6e731496b407b789

Available diffs

No changes file available.

Binary packages built by this source

python-plaster-doc: Python multi-format configuration file loader interface - Documentation

 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.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the documentation of the module.

python3-plaster: Python multi-format configuration file loader interface - 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.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the Python 3 version of the module.