lazr.config 3.0-1 source package in Ubuntu

Changelog

lazr.config (3.0-1) unstable; urgency=medium

  * Update standards version to 4.6.2, no changes needed.
  * Update watch file format version to 4.
  * Opportunistically check upstream PGP signatures.
  * Use sphinx-build rather than "setup.py build_sphinx" (closes: #1042640).
  * New upstream release.
  * Add Built-Using to python-lazr.config-doc.

 -- Colin Watson <email address hidden>  Sun, 19 Nov 2023 22:26:02 +0000

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
lazr.config_3.0-1.dsc 2.3 KiB 8030fc9ef0ff4e82a7037756d7c4cba6edaafb6b89f99f77af00fe979c2b1efe
lazr.config_3.0.orig.tar.gz 35.4 KiB a14e4f6cc09aebc1d40b176158aea0eee2252c14003b8d0ef0b31c7c514c3644
lazr.config_3.0-1.debian.tar.xz 8.0 KiB 58aeb3a73d2f1d24f69c89f7073a6f888dfee3f09a8a4d61f0b292c3bd0a9e14

Available diffs

No changes file available.

Binary packages built by this source

python-lazr.config-doc: ini-file format handling supporting schemas and inheritance (documentation)

 The LAZR config system is typically used to manage process configuration.
 Process configuration is for saying how things change when we run systems on
 different machines, or under different circumstances.
 .
 This system uses ini-like file format of section, keys, and values. The
 config file supports inheritance to minimize duplication of information across
 files. The format supports schema validation.
 .
 This is the common documentation package.

python3-lazr.config: ini-file format handling supporting schemas and inheritance

 The LAZR config system is typically used to manage process configuration.
 Process configuration is for saying how things change when we run systems on
 different machines, or under different circumstances.
 .
 This system uses ini-like file format of section, keys, and values. The
 config file supports inheritance to minimize duplication of information across
 files. The format supports schema validation.
 .
 This is the Python 3 version.