Sun, 29 Jun 2025 17:20:16 CST | login

Information for build odfpy-1.4.1-2.oc9

ID38707
Package Nameodfpy
Version1.4.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/odfpy.git?.#1f51b04030a31c5da059528a8064d1903f5b30fa
SummaryPython library for manipulating OpenDocument files
DescriptionOdfpy aims to be a complete API for OpenDocument in Python. Unlike other more convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. These checks and the API itself were generated from the RelaxNG schema, and then hand-edited. Therefore the API is complete and can handle all ODF constructions, but could be improved in its understanding of data types.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 14:34:51 CST
CompletedFri, 13 Jun 2025 14:36:37 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/odfpy.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/odfpy.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
odfpy-1.4.1-2.oc9.src.rpm (info) (download)
noarch
odfpy-doc-1.4.1-2.oc9.noarch.rpm (info) (download)
python3-odfpy-1.4.1-2.oc9.noarch.rpm (info) (download)
Logs
noarch
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.4.1-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.1-1 - initial build