Tue, 14 May 2024 17:17:50 UTC | login

Information for build python-yamlloader-1.1.0-2.fc38

ID229764
Package Namepython-yamlloader
Version1.1.0
Release2.fc38
Epoch
SummaryOrdered YAML loader and dumper for PyYAML
DescriptionThis module provides loaders and dumpers for PyYAML. Currently, an OrderedDict loader/dumper is implemented, allowing to keep items order when loading resp. dumping a file from/to an OrderedDict (Python 3.7+: Also regular dicts are supported and are the default items to be loaded to. As of Python 3.7 preservation of insertion order is a language feature of regular dicts.) This project was originally mirrored from yamlordereddict Many thanks to the original author François Ménabé! The library contains several improvements including automated testing and the much faster C-versions of the Loaders/Dumpers.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Feb 2023 16:20:17 UTC
CompletedWed, 22 Feb 2023 16:20:17 UTC
Tags
f38
f39
f40
RPMs
src
python-yamlloader-1.1.0-2.fc38.src.rpm (info) (download)
noarch
python3-yamlloader-1.1.0-2.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Aug 09 2022 aekoroglu <ali.erdinc.koroglu@intel.com> - 1.1.0-1 - initial package