python-cytoolz 0.12.2-1ubuntu1 source package in Ubuntu

Changelog

python-cytoolz (0.12.2-1ubuntu1) noble; urgency=medium

  * Skip num_required_args assertion in
    test_inspect_wrapped_property to avoid FTBS

 -- Graham Inggs <email address hidden>  Wed, 17 Apr 2024 16:54:13 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-cytoolz_0.12.2.orig.tar.xz 58.6 KiB 7396d1e2fa64fe49d1498c35ed210b872212308d327e1ed88caf342f6833f461
python-cytoolz_0.12.2-1ubuntu1.debian.tar.xz 4.7 KiB e788401574fed29cb731bbeb0c22c19145abf9ce7188cde87d2f938b770bd86c
python-cytoolz_0.12.2-1ubuntu1.dsc 2.3 KiB 86bc35bc9aeb7e1656af0911874a048f11960543a9abeeec927f9bbad0d97911

View changes file

Binary packages built by this source

python3-cytoolz: Toolz in Cython: High performance functional utilities

 Cython 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 languages. 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.

python3-cytoolz-dbgsym: debug symbols for python3-cytoolz