Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-cloudpickle | Distribution: openSUSE Tumbleweed |
Version: 3.1.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Nov 27 09:42:54 2024 |
Group: Unspecified | Build host: reproducible |
Size: 132068 | Source RPM: python-cloudpickle-3.1.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/cloudpipe/cloudpickle | |
Summary: Extended pickling support for Python objects |
The cloudpickle package makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data. Among other things, cloudpickle supports pickling for lambda expressions, functions and classes defined interactively in the __main__ module.
BSD-3-Clause
* Wed Nov 27 2024 Ben Greiner <code@bnavigator.de> - Update to 3.1.0 * Some improvements to make cloudpickle more deterministic when pickling dynamic functions and classes, in particular with CPython 3.13. (PR #524 and PR #534) * Fix a problem with the joint usage of cloudpickle's _whichmodule and multiprocessing. (PR #529) - Drop Fix-test_extract_class_dict-for-Python-313.patch * Mon Sep 09 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Cherry-pick proposed patch from Fedora to fix testsuite with Python 3.13 * Fix-test_extract_class_dict-for-Python-313.patch * Thu Aug 29 2024 Ben Greiner <code@bnavigator.de> Update to 3.0.0 * Officially support Python 3.12 and drop support for Python 3.6 and 3.7. Dropping support for older Python versions made it possible to simplify the code base signficantly, hopefully making it easier to contribute to and maintain the project. (PR [#515]) * Fix pickling of dataclasses and their instances. (issue #386, PR #513) * Any color you like as long as it's black. (PR #521) * Drop setup.py and setuptools in favor of pyproject.toml and flit. (PR #521) * Tue Jul 09 2024 Daniel Garcia <daniel.garcia@suse.com> - Disable tests against scipy/numpy for SLFO:Main * Sun Jun 11 2023 ecsos <ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} * Mon May 08 2023 Dirk Müller <dmueller@suse.com> - update to 2.2.1: * Back to dev mode * Move builtin classmethod_descriptor to a different test * Fix Python 3.9+ NamedTuple issues - drop Move-builtin-classmethod_descriptor-to-a-different-t.patch (upstream) * Thu Feb 16 2023 Dirk Müller <dmueller@suse.com> - restore testing against scipy/numpy on tumbleweed, all versions exist there again * Mon Dec 05 2022 Daniel Garcia <daniel.garcia@suse.com> - Add python-py as test dependency * Fri Oct 28 2022 Daniel Garcia <daniel.garcia@suse.com> - Add Move-builtin-classmethod_descriptor-to-a-different-t.patch to fix the tests with python 3.10.8 gh#cloudpipe/cloudpickle#486 * Sat Oct 01 2022 Dirk Müller <dmueller@suse.com> - update to 2.2.0: * Improve compatibility with "nogil" Python and 3.11 * Fix compatibility with Python 3.11 * Add Python 3.10 to tox config * Fix #440: Incorrect pickles for subclasses of generic classes * Extend test_abc to include abstract properties * Add support for abc.abstract* methods * Add test for multiprocessing.Lock error * Mon Sep 26 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 2.1.0 * Support for pickling abc.abstractproperty, abc.abstractclassmethod, and abc.abstractstaticmethod. (PR #450) * Support for pickling subclasses of generic classes. (PR #448) * Support and CI configuration for Python 3.11. (PR #467) * Support for the experimental nogil variant of CPython (PR #470) - Update to 2.0.0 * Python 3.5 is no longer supported. * Support for registering modules to be serialised by value. This allows code defined in local modules to be serialised and executed remotely without those local modules installed on the remote machine. (PR #417) * Fix a side effect altering dynamic modules at pickling time. (PR #426) * Support for pickling type annotations on Python 3.10 as per PEP 563 (PR #400) * Stricter parametrized type detection heuristics in _is_parametrized_type_hint to limit false positives. (PR #409) * Support pickling / depickling of OrderedDict KeysView, ValuesView, and ItemsView, following similar strategy for vanilla Python dictionaries. (PR #423) * Suppressed a source of non-determinism when pickling dynamically defined functions and handles the deprecation of co_lnotab in Python 3.10+. (PR #428) * Fri Jan 22 2021 Benjamin Greiner <code@bnavigator.de> - Update BuildRequirements for tests: scipy and numpy are only available for python >= 3.7 soon. - Apply upstream's deprecation of Python 2: Already failing due to syntax errors.
/usr/lib/python3.12/site-packages/cloudpickle /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info/LICENSE /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info/METADATA /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info/RECORD /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info/REQUESTED /usr/lib/python3.12/site-packages/cloudpickle-3.1.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/cloudpickle/__init__.py /usr/lib/python3.12/site-packages/cloudpickle/__pycache__ /usr/lib/python3.12/site-packages/cloudpickle/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/cloudpickle/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/cloudpickle/__pycache__/cloudpickle.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/cloudpickle/__pycache__/cloudpickle.cpython-312.pyc /usr/lib/python3.12/site-packages/cloudpickle/__pycache__/cloudpickle_fast.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/cloudpickle/__pycache__/cloudpickle_fast.cpython-312.pyc /usr/lib/python3.12/site-packages/cloudpickle/cloudpickle.py /usr/lib/python3.12/site-packages/cloudpickle/cloudpickle_fast.py /usr/share/doc/packages/python312-cloudpickle /usr/share/doc/packages/python312-cloudpickle/README.md /usr/share/licenses/python312-cloudpickle /usr/share/licenses/python312-cloudpickle/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 11 00:49:50 2025