SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-cloudpickle-2.2.1-2.5.noarch.rpm :

* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon May 08 2023 Dirk Müller - 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 - restore testing against scipy/numpy on tumbleweed, all versions exist there again
* Mon Dec 05 2022 Daniel Garcia - Add python-py as test dependency
* Fri Oct 28 2022 Daniel Garcia - 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 - 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 - 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 - 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.
* Wed Dec 09 2020 Benjamin Greiner - Don\'t pip install testpkg into user sitelib
* it masks problems with reused local builds
* was only single flavor
* Wed Dec 02 2020 Markéta Machová - Update to 1.6.0
* Fix a bug causing cloudpickle to crash when pickling dynamically created, importable modules. (issue #360)
* cloudpickle\'s pickle.Pickler subclass (currently defined as cloudpickle.cloudpickle_fast.CloudPickler) can and should now be accessed as cloudpickle.Pickler. This is the only officially supported way of accessing it. (issue #366)
* cloudpickle now supports pickling dict_keys, dict_items and dict_values. (PR #384)
 
ICM