lazr.config 2.2.3-3 source package in Ubuntu
Changelog
lazr.config (2.2.3-3) unstable; urgency=medium * Switch from nose to pytest (closes: #1018390). * Work around pre-PEP-420 namespace package path issues (closes: #866962). * Add myself to Uploaders. -- Colin Watson <email address hidden> Sat, 10 Dec 2022 00:06:31 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lazr.config_2.2.3-3.dsc | 2.3 KiB | c5aff89498f97ea2cd59b9c6c8d041de7d0620e33b56dc4e445e49d21b4f235d |
lazr.config_2.2.3.orig.tar.gz | 33.4 KiB | b74a73f8b63e6dc6732fc1f3d88e2f236596ddf089ef6e1794ece060e8cfabe1 |
lazr.config_2.2.3-3.debian.tar.xz | 3.8 KiB | 0f70b8bc82a3d404c7049c14826b94cf5f1b3800ba5682df691322881e7debc0 |
Available diffs
- diff from 2.2.3-2 to 2.2.3-3 (1.0 KiB)
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.