Tue, 11 Jun 2024 21:50:37 UTC | login

Information for build python-toolz-0.12.0-6.fc40

ID292819
Package Namepython-toolz
Version0.12.0
Release6.fc40
Epoch
SummaryA functional standard library for Python
DescriptionToolz provides a set of utility functions for iterators, functions, and dictionaries. These functions interoperate well and form the building blocks of common data analytic operations. They extend the standard libraries itertools and functools and borrow heavily from the standard libraries of contemporary functional languages. Toolz provides a suite of functions which have the following functional virtues: Composable: They interoperate due to their use of core data structures. Pure: They don’t change their inputs or rely on external state. Lazy: They don’t run until absolutely necessary, allowing them to support large streaming data sets. Toolz functions are pragmatic. They understand that most programmers have deadlines. Low Tech: They’re just functions, no syntax or magic tricks to learn Tuned: They’re profiled and optimized Serializable: They support common solutions for parallel computing This gives developers the power to write powerful programs to solve complex problems with relatively simple code. This code can be easy to understand without sacrificing performance. Toolz enables this approach, commonly associated with functional programming, within a natural Pythonic style suitable for most developers.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 10:35:04 UTC
CompletedThu, 29 Feb 2024 10:35:04 UTC
Tags
f40
f41
RPMs
src
python-toolz-0.12.0-6.fc40.src.rpm (info) (download)
noarch
python3-toolz-0.12.0-6.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.12.0-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Aug 15 2022 Orion Poplawski <orion@nwra.com> - 0.12.0-1 - Update to 0.12.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Orion Poplawski <orion@nwra.com> - 0.11.2-5 - Add upstream patch for Python 3.11 support * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.11.2-4 - Rebuilt for Python 3.11