python-cytoolz 0.12.0-1 source package in Ubuntu

Changelog

python-cytoolz (0.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Fixes FTBFS with Python 3.11 (Closes: #1024050)
  * Drop py37.patch and python-3.10.patch, fixed upstream.

 -- Felix Geyer <email address hidden>  Mon, 14 Nov 2022 21:30:43 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cytoolz_0.12.0-1.dsc 2.1 KiB 46c77a2a77a63de99b98bbab300a2f0f7fe66bc39e9ff462eec870b718573d6b
python-cytoolz_0.12.0.orig.tar.gz 491.0 KiB c105b05f85e03fbcd60244375968e62e44fe798c15a3531c922d531018d22412
python-cytoolz_0.12.0-1.debian.tar.xz 4.1 KiB 6e999eaa50a8286983b11a68bddacedbd04d29f6b24b9f15a1ef3eb2caf9abde

No changes file available.

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