Thu, 22 Jan 2026 08:00:53 CST | login

Information for build python-sieve-0.1.9-2.oc9

ID40832
Package Namepython-sieve
Version0.1.9
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-sieve.git?.#af707ddb318101f14d5e21730aad7d2dd3f778fb
SummaryXML Comparison Utils
DescriptionRipped from FormEncode and strainer just to support Pythons 2 and 3. Intended for use in your webapp test suites. Example usage:: >>> from sieve.operators import eq_xml, in_xml >>> a = "<foo><bar>Value</bar></foo>" >>> b = """ ... <foo> ... <bar> ... Value ... </bar> ... </foo> ... """ >>> eq_xml(a, b) True >>> c = "<html><body><foo><bar>Value</bar></foo></body></html" >>> in_xml(a, c) # 'needle' in a 'haystack' True
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 01:28:32 CST
CompletedSat, 14 Jun 2025 01:31:03 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-sieve.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-sieve.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-sieve-0.1.9-2.oc9.src.rpm (info) (download)
noarch
python3-sieve-0.1.9-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 * Thu Jun 12 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.9-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.9-1 - initial build