Revisions of python-cloudpickle
buildservice-autocommit
accepted
request 1199668
from
Markéta Machová (mcalabkova)
(revision 57)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1199649
from
John Paul Adrian Glaubitz (glaubitz)
(revision 56)
- Cherry-pick proposed patch from Fedora to fix testsuite with Python 3.13 * Fix-test_extract_class_dict-for-Python-313.patch
buildservice-autocommit
accepted
request 1197794
from
Markéta Machová (mcalabkova)
(revision 55)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1197491
from
Benjamin Greiner (bnavigator)
(revision 54)
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)
buildservice-autocommit
accepted
request 1186365
from
Daniel Garcia (dgarcia)
(revision 53)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 52)
- Disable tests against scipy/numpy for SLFO:Main
buildservice-autocommit
accepted
request 1092380
from
Dirk Mueller (dirkmueller)
(revision 51)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 50)
Dirk Mueller (dirkmueller)
accepted
request 1092314
from
Eric Schirra (ecsos)
(revision 49)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit
accepted
request 1085559
from
Dirk Mueller (dirkmueller)
(revision 48)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 47)
- 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)
buildservice-autocommit
accepted
request 1066282
from
Dirk Mueller (dirkmueller)
(revision 46)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 45)
- restore testing against scipy/numpy on tumbleweed, all versions exist there again
buildservice-autocommit
accepted
request 1040253
from
Daniel Garcia (dgarcia)
(revision 44)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 43)
- Add python-py as test dependency
buildservice-autocommit
accepted
request 1031943
from
Daniel Garcia (dgarcia)
(revision 42)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 41)
- Add Move-builtin-classmethod_descriptor-to-a-different-t.patch to fix the tests with python 3.10.8 gh#cloudpipe/cloudpickle#486
buildservice-autocommit
accepted
request 1007420
from
Dirk Mueller (dirkmueller)
(revision 40)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 39)
- 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
Markéta Machová (mcalabkova)
accepted
request 1006249
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 38)
- 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)
Displaying revisions 1 - 20 of 57