Tue, 18 Jun 2024 12:28:49 UTC | login

Information for build python-dill-0.3.8-1.fc40

ID291415
Package Namepython-dill
Version0.3.8
Release1.fc40
Epoch
SummarySerialize all of Python
DescriptionDill extends Python's pickle module for serializing and de-serializing Python objects to the majority of the built-in Python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to a Python object hierarchy. Dill provides the user the same interface as the pickle module, and also includes some additional features. In addition to pickling Python objects, dill provides the ability to save the state of an interpreter session in a single command. Hence, it would be feasible to save an interpreter session, close the interpreter, ship the pickled file to another computer, open a new interpreter, unpickle the session and thus continue from the 'saved' state of the original interpreter session. Dill can be used to store Python objects to a file, but the primary usage is to send Python objects across the network as a byte stream. dill is quite flexible, and allows arbitrary user defined classes and functions to be serialized. Thus dill is not intended to be secure against erroneously or maliciously constructed data. It is left to the user to decide whether the data they unpickle is from a trustworthy source. dill is part of pathos, a Python framework for heterogeneous computing.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 08:32:44 UTC
CompletedThu, 29 Feb 2024 08:32:44 UTC
Tags
f40
f41
RPMs
src
python-dill-0.3.8-1.fc40.src.rpm (info) (download)
noarch
python3-dill-0.3.8-1.fc40.noarch.rpm (info) (download)
python3-dill+readline-0.3.8-1.fc40.noarch.rpm (info) (download)
Changelog * Mon Jan 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.8-1 - Update to 0.3.8 (close RHBZ#2260677) - Update License to SPDX - Update description from upstream - Port to pyproject-rpm-macros - Add a metapackage for the readline extra - Run the tests - Do package the undill command-line tool * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.7-1 - New upstream source (0.3.7) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.3.6-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jan 13 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.3.6-1 - 0.3.6 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Adam Williamson <awilliam@redhat.com> - 0.3.5.1-3 - Backport several patches to fix Python 3.11 issues - Backport PR #524 to fix test suite invocation - Re-enable test suite, the way upstream runs it in tox * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.5.1-2 - Rebuilt for Python 3.11 * Wed Jun 01 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.5.1-1 - New upstream source (0.3.5.1)