Tue, 14 May 2024 08:24:45 UTC | login

Information for build python-yamlloader-1.1.0-4.fc39

ID254350
Package Namepython-yamlloader
Version1.1.0
Release4.fc39
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
StartedFri, 20 Oct 2023 10:14:14 UTC
CompletedFri, 20 Oct 2023 10:14:14 UTC
Tags
f40
RPMs
src
python-yamlloader-1.1.0-4.fc39.src.rpm (info) (download)
noarch
python3-yamlloader-1.1.0-4.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.1.0-3 - Rebuilt for Python 3.12 * 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