pystaticconfiguration 0.11.1-2 source package in Ubuntu

Changelog

pystaticconfiguration (0.11.1-2) unstable; urgency=medium

  * adopt package
  * remove extraneous python3-{mock,six} build-dep
  * use new dh-sequence-python3

  [ Sébastien Delafond ]
  * d/control: remove Freexian team members from Uploaders

 -- Alexandre Detiste <email address hidden>  Wed, 27 Mar 2024 15:38:45 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pystaticconfiguration_0.11.1-2.dsc 2.3 KiB c22f20fb9bee094c7fbf557b0c19082d656480f19e41f8f3df9808afc6667fb9
pystaticconfiguration_0.11.1.orig.tar.gz 38.4 KiB 2158ecb7e60f605517fc2794f50404843d493d109290736b0aad955be2bd3865
pystaticconfiguration_0.11.1-2.debian.tar.xz 3.6 KiB b386c2e0f02ad4d79de65cd363c0cdaa6867d6b63e6bfc1ca4dbe5c97f3eb351

Available diffs

No changes file available.

Binary packages built by this source

python-staticconf-doc: Python library for loading and reading configuration (documentation)

 This package contains PyStaticConfiguration, a Python library for loading,
 validating and reading configuration from many heterogeneous formats.
 Configuration is split into two phases.
   * Configuration Loading: configuration is read from files or Python objects,
     flattened, and merged into a container called a `namespace`. Namespaces
     are used to separate unrelated configuration groups. If configuration is
     changed frequently, it can also be reloaded easily with very little change
     to the existing code.
   * Configuration Reading: a configuration value is looked up in the
     `namespace`. It is validating and converted to the requested type.
 .
 This is the common documentation package.

python3-staticconf: Python library for loading and reading configuration (Python 3)

 This package contains PyStaticConfiguration, a Python library for loading,
 validating and reading configuration from many heterogeneous formats.
 Configuration is split into two phases.
   * Configuration Loading: configuration is read from files or Python objects,
     flattened, and merged into a container called a `namespace`. Namespaces
     are used to separate unrelated configuration groups. If configuration is
     changed frequently, it can also be reloaded easily with very little change
     to the existing code.
   * Configuration Reading: a configuration value is looked up in the
     `namespace`. It is validating and converted to the requested type.
 .
 This package installs the library for Python 3.