Overview
Request 1007420 accepted
- 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
- 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)
- Created by dirkmueller
- In state accepted
- Supersedes 1006321
Request History
dirkmueller created request
- 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
- 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)
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
staging-bot set openSUSE:Factory:Staging:C as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:C"
staging-bot accepted review
Picked "openSUSE:Factory:Staging:C"
RBrownSUSE accepted review
RBrownFactory accepted review
Staging Project openSUSE:Factory:Staging:C got accepted.
RBrownFactory approved review
Staging Project openSUSE:Factory:Staging:C got accepted.
RBrownFactory accepted request
Staging Project openSUSE:Factory:Staging:C got accepted.