python-omegaconf 2.3.0-1 source package in Ubuntu

Changelog

python-omegaconf (2.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Add missing (build-)depends python3-attr (Closes: #1042251).
  * Add --disable-warnings --disable-warnings -p no:warnings when running
    tests, as the package FTBFS otherwise.
  * Add disable-broken-test.patch.
  * Add d/rules patch from Vagrant Cascadian for build reproducibility
    (Closes: #1020723).

 -- Thomas Goirand <email address hidden>  Thu, 02 May 2024 07:53:22 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
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-omegaconf_2.3.0-1.dsc 2.2 KiB 068966579f6bad277d4eb04a1248f31ff4592cff1b3b817e06331387ed89159f
python-omegaconf_2.3.0.orig.tar.xz 3.0 MiB 86d0249a8970b32c831735f463be29b2d58a608ac93eda4f91bed701854e6f06
python-omegaconf_2.3.0-1.debian.tar.xz 3.8 KiB 68d0053feb828eb5218df4c1f6b33801006838d52db1ecad0ff98cb28598104e

Available diffs

No changes file available.

Binary packages built by this source

python3-omegaconf: hierarchical configuration from multiple sources

 OmegaConf is a hierarchical configuration system, with support for merging
 configurations from multiple sources (YAML config files, dataclasses/objects
 and CLI arguments) providing a consistent API regardless of how the
 configuration was created.