Tue, 19 Nov 2024 21:17:00 UTC | login

Information for build python-dill-0.3.9~~20240914.8b86f509-1.fc41

ID341110
Package Namepython-dill
Version0.3.9~~20240914.8b86f509
Release1.fc41
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
StartedWed, 02 Oct 2024 06:28:55 UTC
CompletedWed, 02 Oct 2024 06:28:55 UTC
Tags
f41
RPMs
src
python-dill-0.3.9~~20240914.8b86f509-1.fc41.src.rpm (info) (download)
noarch
python3-dill-0.3.9~~20240914.8b86f509-1.fc41.noarch.rpm (info) (download)
python3-dill+readline-0.3.9~~20240914.8b86f509-1.fc41.noarch.rpm (info) (download)
Changelog * Tue Sep 17 2024 Miro HronĨok <mhroncok@redhat.com> - 0.3.9~~20240914.8b86f509-1 - Update to a git snapshot for Python 3.13 compatibility - Fixes: rhbz#2264225 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 16 2024 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.8-3 - Skip offending test to allow other packages to rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.3.8-2 - Rebuilt for Python 3.13 * 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