This package presents a uniform pickling interface for ZODB:
- Under Python2, this package forks both Python 2.7's pickle and cPickle
modules, adding support for the protocol 3 opcodes. It also provides
a new subclass of bytes, zodbpickle.binary, which Python2 applications
can use to pickle binary values such that they will be unpickled as
bytes under Py3k.
- Under Py3k, this package forks the pickle module (and the supporting C
extension) from Python 3.7 through 3.12. The fork adds support for
the noload operations used by ZODB.
* Wed Jun 12 2024 Jerry James <loganjerry@gmail.com> - 4.0-1
- Version 4.0
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 3.3-2
- Rebuilt for Python 3.13
* Tue Apr 16 2024 Jerry James <loganjerry@gmail.com> - 3.3-1
- Version 3.3
- Drop upstreamed patch for python 3.13a4 support
* Tue Feb 20 2024 Jerry James <loganjerry@gmail.com> - 3.2-2
- Fix the SPDX expression
* Fri Feb 16 2024 Jerry James <loganjerry@gmail.com> - 3.2-1
- Version 3.2
- Add patch to fix build with python 3.13 (bz 2245801)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Oct 05 2023 Jerry James <loganjerry@gmail.com> - 3.1-1
- Version 3.1
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 3.0.1-2
- Rebuilt for Python 3.12
* Tue Mar 28 2023 Jerry James <loganjerry@gmail.com> - 3.0.1-1
- Version 3.0.1
* Fri Mar 24 2023 Jerry James <loganjerry@gmail.com> - 3.0-1
- Version 3.0
* Thu Feb 23 2023 Jerry James <loganjerry@gmail.com> - 2.6-2
- Dynamically generate BuildRequires
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Nov 28 2022 Jerry James <loganjerry@gmail.com> - 2.6-1
- Version 2.6
* Sun Nov 06 2022 Jerry James <loganjerry@gmail.com> - 2.5-1
- Version 2.5
* Thu Sep 15 2022 Jerry James <loganjerry@gmail.com> - 2.4-1
- Version 2.4
- Drop upstreamed python 3.11 patch
- Convert License tag to SPDX
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 20 2022 Jerry James <loganjerry@gmail.com> - 2.3-2
- Add -python3.11 patch for python 3.11 compatibility
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 2.3-2
- Rebuilt for Python 3.11