python-yamlordereddictloader 0.4.0-1.1 source package in Ubuntu

Changelog

python-yamlordereddictloader (0.4.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 12:21:52 +0100

Upload details

Uploaded by:
Steffen Möller
Uploaded to:
Sid
Original maintainer:
Steffen Möller
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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-yamlordereddictloader_0.4.0-1.1.dsc 2.1 KiB 4c53bbea8bd6a1e2d06ae79a34f3543432efb9ec755b8f3b67ba66e084df04d7
python-yamlordereddictloader_0.4.0.orig.tar.gz 3.2 KiB 7f30f0b99ea3f877f7cb340c570921fa9d639b7f69cba18be051e27f8de2080e
python-yamlordereddictloader_0.4.0-1.1.debian.tar.xz 2.3 KiB 9474303874c7d9c94a3c48e7ff1301608151418ac7482426784a54f86440391b

Available diffs

No changes file available.

Binary packages built by this source

python3-yamlordereddictloader: loader and dump for PyYAML keeping keys order

 This module provide a loader and a dumper for PyYAML allowing to keep
 items order when loading a file (by putting them in OrderedDict objects)
 and to manage OrderedDict objects when dumping to a file.
 .
 The loader is based on stackoverflow topic (thanks to Eric Naeseth):
  http://stackoverflow.com/questions/5121931/in-python-how-can-you-load-yaml-mappings-as-ordereddicts#answer-5121963
 .
 This package installs the library for Python 3 and is already DEPRECATED:
 the Phynix/yamlloader project provide an improved version of this library
 with unit tests, performance improvements (by providing access to the
 C implementation of PyYAML) and is more actively developed. You should
 use it!
 .
 This package is a dependency for python-airr.