Mon, 09 Sep 2024 22:56:41 UTC | login

Information for build python-joblib-0.12.3-1.fc30

ID76690
Package Namepython-joblib
Version0.12.3
Release1.fc30
Epoch
SummaryLightweight pipelining: using Python functions as pipeline jobs
Description Joblib 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, 01 Dec 2018 07:12:16 UTC
CompletedSat, 01 Dec 2018 07:12:16 UTC
Tags
f30
RPMs
src
python-joblib-0.12.3-1.fc30.src.rpm (info) (download)
noarch
python2-joblib-0.12.3-1.fc30.noarch.rpm (info) (download)
python3-joblib-0.12.3-1.fc30.noarch.rpm (info) (download)
Changelog * Sun Sep 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.3-1 - Update to 0.12.3 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.11-5 - Rebuilt for Python 3.7 * Tue Jun 05 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 0.11-4 - Disable broken test (https://github.com/joblib/joblib/issues/691) - Disable cache in pytest * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Mar 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.11-1 - Update to 0.11 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.10.3-3 - Rebuild for Python 3.6 * Thu Oct 27 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 0.10.3-2 - New upstream source (0.10.3) - Add patch to fix a test in python 3.5 - Run all tests