Fri, 26 Dec 2025 10:35:41 CST | login

Information for build python-iniconfig-2.0.0-4.oc9

ID32142
Package Namepython-iniconfig
Version2.0.0
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-iniconfig.git?.#b29634098de7e437d374117931c68102fcb97006
SummaryBrain-dead simple parsing of ini files
Descriptioniniconfig is a small and simple INI-file parser module having a unique set of features: * tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 12 Dec 2024 13:49:27 CST
CompletedThu, 12 Dec 2024 13:51:24 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-iniconfig.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-iniconfig.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9.2-compose
RPMs
src
python-iniconfig-2.0.0-4.oc9.src.rpm (info) (download)
noarch
python3-iniconfig-2.0.0-4.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0.0-4 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Thu Aug 29 2024 Wang Guodong <gordonwwang@tencent.com> - 2.0.0-3 - Remove tox and use pytest instead * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0.0-2 - Rebuilt for loongarch release * Fri Sep 22 2023 Upgrade Robot <upbot@opencloudos.org> - 2.0.0-1 - Upgrade to version 2.0.0 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.1-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.1-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.1-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.1-2 - Rebuilt for OpenCloudOS Stream 23 * Mon Dec 12 2022 Feng Weiyao <wynnfeng@tencent.com> - 1.1.1-1 - package init.