Sat, 17 Jan 2026 16:11:25 CST | login

Information for build python-yamlloader-1.1.0-1.oc9

ID23583
Package Namepython-yamlloader
Version1.1.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-yamlloader.git?.#c14408af0f6b2c92f155b7fb75feb1a61ecf1b01
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 21:07:33 CST
CompletedMon, 03 Jun 2024 21:10:10 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-yamlloader.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-yamlloader.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-yamlloader-1.1.0-1.oc9.src.rpm (info) (download)
noarch
python3-yamlloader-1.1.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.0-1 - initial build