Mon, 09 Sep 2024 22:48:42 UTC | login

Information for build python-joblib-1.2.0-1.fc37

ID220166
Package Namepython-joblib
Version1.2.0
Release1.fc37
Epoch
SummaryLightweight pipelining: using Python functions as pipeline jobs
DescriptionJoblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: * transparent disk-caching of the output values and lazy re-evaluation (memorize pattern) * easy simple parallel computing * logging and tracing of the execution
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 12 Nov 2022 14:17:47 UTC
CompletedSat, 12 Nov 2022 14:17:47 UTC
Tags
f37
f38
RPMs
src
python-joblib-1.2.0-1.fc37.src.rpm (info) (download)
noarch
python3-joblib-1.2.0-1.fc37.noarch.rpm (info) (download)
Changelog * Thu Sep 29 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 1.2.0-1 - New upstream source 1.2.0. Fixes bz#2129824 CVE-2022-21797 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 20 2022 Python Maint <python-maint@redhat.com> - 1.1.0-5 - Rebuilt for Python 3.11 * Thu Jun 09 2022 Miro HronĨok <mhroncok@redhat.com> - 1.1.0-4 - Unbundle cloudpickle to fix crashing tests with Python 3.11 * Sun Apr 24 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 1.1.0-3 - Rewrite with new guidelines - Avoid problematic test * Sun Apr 24 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 1.1.0-1 - New upstream source (1.1.0) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 11 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.1-5 - Add patch for broken test in 3.10 - Re-enable tests * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.1-4 - Rebuilt for Python 3.10 * Thu Feb 18 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.1-3 - Disable all tests for the moment * Wed Feb 17 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.1-2 - Avoid failling test * Tue Feb 09 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.1-1 - New upstream source (1.0.1) * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Dec 17 2020 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.0-1 - New upstream source (1.0.0) * Thu Nov 26 2020 Sergio Pascual <sergiopr@fedoraproject.org> - 0.17.0-3 - New upstream source (0.17.0) - Deselect test "test_parallel_call_cached_function_defined_in_jupyter" - Deselect test "test_joblib_pickle_across_python_versions" - Add sources