| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-dill | Distribution: openSUSE Tumbleweed |
| Version: 0.4.1 | Vendor: openSUSE |
| Release: 1.2 | Build date: Tue Jan 20 02:52:03 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 739483 | Source RPM: python-dill-0.4.1-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/uqfoundation/dill | |
| Summary: Module to serialize all of Python | |
Dill 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 on 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.
BSD-3-Clause
* Tue Jan 20 2026 Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.1:
* drop formal support for python 3.8
* use get_file_type to open _pyio file types
* update rtfd to 3.12 and docs requirements
* formal support for 3.14; init support for 3.15
* dict and weakref descriptors are singletons in 3.15
* sync with rtd 15.4.1
* ensure valid class qualname in getsource
* avoid numpy segfault for 3.15.0a3
* update copyright for 2026, urllib3 to 2.6.0
- Drop patch fix-contextvars.patch, merged upstream.
* Fri Nov 14 2025 Marius Grossu <marius.grossu@suse.com>
- added a fix-contextvars.patch:
* Pickle _contextvars.Context objects, for threads in Python 3.14+
* Tue Aug 19 2025 Markéta Machová <mmachova@suse.com>
- Still use update-alternatives on SLE-15
* Thu Jul 10 2025 Dirk Müller <dmueller@suse.com>
- do not depend on alts for sle15
* Tue Jul 08 2025 Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
* Mon May 05 2025 Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.0:
* add initial support for python 3.14
* fix typo in requirements.txt
* updated copyright for 2025
- Switch to pyproject macros.
* Tue Oct 22 2024 Dirk Müller <dmueller@suse.com>
- update to 0.3.9:
* further skip BufferedRandomType if does not exist
* remove stray import of dbm in objects
* Add `UnpicklingError` import for `dill.load_session()` to fix
[#648]
* fix fencepost error when getting source inside decorator in
interpreter (fixes #603)
* type check for Integral, bool by value
* diff USE_NUMPY imports numpy.ma
* adjust testing to account for frame.f_locals as a proxy in
3.13
* better handle import strings of numpy scalars
* handle a ThreadHandleType
* more extensive testing for dill.source
* add formal support for python 3.13
* Thu Aug 29 2024 Frantisek Simorda <frantisek.simorda@suse.com>
- update to 0.3.8:
* test for qualname in get_typedef_type
* drop formal support for python 3.7
* define html_theme as rtd workaround
* update install doc in tests by
* formal support for 3.12, initial support for 3.13
* add build to rtfd config by
* add guard for math.log in Logger record size calculation by
* updated copyright for 2024 by
* Bump jinja2 from 3.1.1 to 3.1.3 in /docs by
* Import submodule properly when there is an attribute of the module with the same name
* update sphinx to 6.2.1
* Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by
* skip BufferedRandomType on pyodide
* Sat Nov 25 2023 Dirk Müller <dmueller@suse.com>
- update to 0.3.7:
* Fix _is_builtin_module
* minor changes from PR #554
* align LICENSE wording with BSD-3-Clause
* Python 3 Metaclasses [Support ABC and Enums - Part 1]
* Abstract Base Classes [Support ABC and Enums - Part 2]
* fix typo
* Bump requests from 2.27.1 to 2.31.0 in /docs
* Fixed crashed in _dill._is_builtin_module when a module's
__file__ is None
* Bump pygments from 2.11.2 to 2.15.0 in /docs
* Thu May 04 2023 Dirk Müller <dmueller@suse.com>
- build for python 3.7+ only
* Thu Feb 16 2023 Dirk Müller <dmueller@suse.com>
- restore installation of dbm module on SLE15 and older
/usr/bin/get_gprof /usr/bin/get_gprof-3.11 /usr/bin/get_objgraph /usr/bin/get_objgraph-3.11 /usr/bin/undill /usr/bin/undill-3.11 /usr/lib/python3.11/site-packages/dill /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/INSTALLER /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/METADATA /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/RECORD /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/REQUESTED /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/WHEEL /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/licenses /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/licenses/LICENSE /usr/lib/python3.11/site-packages/dill-0.4.1.dist-info/top_level.txt /usr/lib/python3.11/site-packages/dill/__diff.py /usr/lib/python3.11/site-packages/dill/__info__.py /usr/lib/python3.11/site-packages/dill/__init__.py /usr/lib/python3.11/site-packages/dill/__pycache__ /usr/lib/python3.11/site-packages/dill/__pycache__/__diff.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/__diff.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/__info__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/__info__.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/_dill.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/_dill.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/_objects.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/_objects.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/_shims.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/_shims.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/detect.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/detect.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/logger.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/logger.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/objtypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/objtypes.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/pointers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/pointers.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/session.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/session.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/settings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/settings.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/source.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/source.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/temp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/dill/__pycache__/temp.cpython-311.pyc /usr/lib/python3.11/site-packages/dill/_dill.py /usr/lib/python3.11/site-packages/dill/_objects.py /usr/lib/python3.11/site-packages/dill/_shims.py /usr/lib/python3.11/site-packages/dill/detect.py /usr/lib/python3.11/site-packages/dill/logger.py /usr/lib/python3.11/site-packages/dill/objtypes.py /usr/lib/python3.11/site-packages/dill/pointers.py /usr/lib/python3.11/site-packages/dill/session.py /usr/lib/python3.11/site-packages/dill/settings.py /usr/lib/python3.11/site-packages/dill/source.py /usr/lib/python3.11/site-packages/dill/temp.py /usr/share/doc/packages/python311-dill /usr/share/doc/packages/python311-dill/README.md /usr/share/libalternatives/get_gprof /usr/share/libalternatives/get_gprof/311.conf /usr/share/libalternatives/get_objgraph /usr/share/libalternatives/get_objgraph/311.conf /usr/share/libalternatives/undill /usr/share/libalternatives/undill/311.conf /usr/share/licenses/python311-dill /usr/share/licenses/python311-dill/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Mar 4 22:25:36 2026