Changelog for
python311-zodbpickle-2.6-25.15.x86_64.rpm :
* Mon Dec 05 2022 Yogalakshmi Arunachalam
- Update to version 2.6
* Add support for building arm64 wheels on macOS.
* Wed Nov 09 2022 Yogalakshmi Arunachalam - Update to version 2.5
* Add support for the final Python 3.11 release.
* Wed Oct 12 2022 Yogalakshmi Arunachalam - Update to version 2.4.0
* Add support for Python 3.11 (as of 3.11.0b3).
* Disable unsafe math optimizations in C code. See pull request 73.
* Fri Sep 16 2022 Yogalakshmi Arunachalam - version update to 2.3.0
* Add support for Python 3.11 (as of 3.11.0a7).
* Wed Jan 26 2022 pgajdosAATTsuse.com- version update to 2.2.0
* - Add support for Python 3.10.
* Fri Sep 24 2021 pgajdosAATTsuse.com- version update to 2.1.0
* Add support for Python 3.9.- use %pyunittest_arch rpm macro
* Fri Jan 22 2021 Steve Kowalik - Use python_module macro for BuildRequires on the testsuite module
* Mon Mar 09 2020 pgajdosAATTsuse.com- version update to 2.0.0 - CPython 2: Make ``zodbpickle.binary`` objects smaller and untracked by the garbage collector. Now they behave more like the native bytes object. Just like it, and just like on Python 3, they cannot have arbitrary attributes or be weakly referenced. See `issue 53 `_. - Add support for Python 3.8. - Drop support for Python 3.4.
* Mon Jun 17 2019 Tomáš Chvátal - Update to 1.0.4:
* Fix pickle corruption under certain conditions. See pull request 47.
* Tue Apr 09 2019 Marketa Calabkova - Update to 1.0.3
* Add support for Python 3.7.
* Fix a bug: zodbpickle.slowpickle assigned _Pickler to Unpickler.