Wed, 28 Jan 2026 11:00:17 CST | login

Information for build python-cytoolz-0.12.2-2.oc9

ID25471
Package Namepython-cytoolz
Version0.12.2
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-cytoolz.git?.#b80429a0237e034c7be4d0ec7f8838bfd60502b9
SummaryCython implementation of the toolz package
DescriptionCython implementation of the toolz package, which provides high performance utility functions for iterables, functions, and dictionaries. toolz is a pure Python package that borrows heavily from contemporary functional languanges. It is designed to interoperate seamlessly with other libraries including itertools, functools, and third party libraries. High performance functional data analysis is possible with builtin types like list and dict, and user-defined data structures; and low memory usage is achieved by using the iterator protocol and returning iterators whenever possible. cytoolz implements the same API as toolz. The main differences are that cytoolz is faster (typically 2-5x faster with a few spectacular exceptions) and cytoolz offers a C API that is accessible to other projects developed in Cython. Since toolz is able to process very large (potentially infinite) data sets, the performance increase gained by using cytoolz can be significant. See the PyToolz documentation at http://toolz.readthedocs.org.
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 20:15:45 CST
CompletedThu, 25 Jul 2024 20:18:57 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-cytoolz.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-cytoolz.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-cytoolz-0.12.2-2.oc9.src.rpm (info) (download)
aarch64
python3-cytoolz-0.12.2-2.oc9.aarch64.rpm (info) (download)
python-cytoolz-debugsource-0.12.2-2.oc9.aarch64.rpm (info) (download)
python3-cytoolz-debuginfo-0.12.2-2.oc9.aarch64.rpm (info) (download)
x86_64
python3-cytoolz-0.12.2-2.oc9.x86_64.rpm (info) (download)
python-cytoolz-debugsource-0.12.2-2.oc9.x86_64.rpm (info) (download)
python3-cytoolz-debuginfo-0.12.2-2.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 May 10 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.12.2-2 - debrand macros * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.12.2-1 - initial build