Mon, 02 Feb 2026 02:19:18 CST | login

Information for build py-radix-0.10.0-1.oc9

ID23400
Package Namepy-radix
Version0.10.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/py-radix.git?.#d3f65bfbe075ffc8c083229668c4669d0479699a
SummaryRadix tree data structure for Python
Descriptionpy-radix is an implementation of a radix tree for Python, which supports storage and lookups of IPv4 and IPv6 networks. The radix tree (a.k.a Patricia tree) is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks. py-radix's implementation is built solely for networks (the data structure itself is more general).
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:14:54 CST
CompletedMon, 03 Jun 2024 20:16:17 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/py-radix.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/py-radix.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
py-radix-0.10.0-1.oc9.src.rpm (info) (download)
aarch64
python3-py-radix-0.10.0-1.oc9.aarch64.rpm (info) (download)
py-radix-debugsource-0.10.0-1.oc9.aarch64.rpm (info) (download)
python3-py-radix-debuginfo-0.10.0-1.oc9.aarch64.rpm (info) (download)
x86_64
python3-py-radix-0.10.0-1.oc9.x86_64.rpm (info) (download)
py-radix-debugsource-0.10.0-1.oc9.x86_64.rpm (info) (download)
python3-py-radix-debuginfo-0.10.0-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.10.0-1 - initial build