Mon, 17 Jun 2024 01:28:33 UTC | login

Information for build python-tblib-1.4.0-1.fc31

ID92450
Package Namepython-tblib
Version1.4.0
Release1.fc31
Epoch
SummaryTraceback serialization library
DescriptionTraceback serialization library that allows you to: * Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery, etc). * Parse traceback strings and raise with the parsed tracebacks.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 03:18:11 UTC
CompletedWed, 24 Jul 2019 03:18:11 UTC
Tags
f31
RPMs
src
python-tblib-1.4.0-1.fc31.src.rpm (info) (download)
noarch
python3-tblib-1.4.0-1.fc31.noarch.rpm (info) (download)
Changelog * Mon May 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.0-1 - Update to latest version * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Oct 01 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.3.2-6 - Drop Python 2 subpackage * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.3.2-4 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 23 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.3.2-2 - Standardize spec a bit more. - Simplify description a bit. * Mon Jun 05 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.3.2-1 - New upstream release.