Changelog for
python310-ZODB-6.0-1.1.noarch.rpm :
* Thu May 30 2024 Markéta Machová
- Update to 6.0
* Add support for Python 3.12.
* Drop support for Python 2.7, 3.5, 3.6.
* Fix sorting issue in scripts/space.py.
* FileStorage: fix a rare data corruption when using restore after multiple undos.
* Fix exit code of repozo script in case of verification error.- Fix deduplication of documentation.
* Sun Jan 07 2024 Dirk Müller - update to 5.8.1:
* Fix racetest problems. For details see #376.
* Fix --with-verify argument in script repozo --recover. For details see #381.
* Thu Dec 01 2022 Yogalakshmi Arunachalam - Update to 5.8.0:
* Add support for Python 3.11.
* Expand and refactor tests for race conditions.
* Wed Sep 07 2022 Yogalakshmi Arunachalam - Renamed doc dir to docs in spec
* Wed Sep 07 2022 Yogalakshmi Arunachalam - Update to 5.7.0:
* Fix TypeError: can\'t concat str to bytes when running fsoids.py script with Python 3. See issue 350.
* Readd transaction size information to fsdump output; adapt fsstats to fsdump\'s exchanged order for size and class information in data records; (fixes #354 _). Make ``fsdump` callable via Python\'s -m command line option.
* Fix UnboundLocalError when running fsoids.py script. See issue 285.
* Rework fsrefs script to work significantly faster by optimizing how it does IO. See PR 340.
* Require Python 3 to build the documentation.
* Fix deprecation warnings occurring on Python 3.10.
* Add support for Python 3.9 and 3.10.
* Thu Apr 14 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Fri Jun 12 2020 Jason Craig - Update to 5.6.0:
* Fix tests with transaction 3.0 (remove patch). + transaction3.patch
* Fix race with invalidations when starting a new transaction.
* Fix inconsistent resolution order with zope.interface v5.
* Drop support for Python 3.4.
* Add support for Python 3.8.
* See CHANGES.rst for more.
* Mon May 04 2020 Tomáš Chvátal - Add patch to work with transaction 3.x:
* transaction3.patch
* Mon Mar 04 2019 Tomáš Chvátal - Update to 5.5.1:
* Add support for Python 3.7.
* Bump the dependency on zodbpickle to at least 1.0.1. This is required to avoid a memory leak on Python 2.7. See issue 203.
* Bump the dependency on persistent to at least 4.4.0.
* Make the internal support functions for dealing with OIDs (p64 and u64) somewhat faster and raise more informative exceptions on certain types of bad input. See issue 216.
* Remove support for python setup.py test. It hadn\'t been working for some time. See issue #218.
* Make the tests run faster by avoiding calls to time.sleep().- Drop no longer needed python-ZODB-testsuite.patch
* Thu Jul 26 2018 tchvatalAATTsuse.com- Disable tests for now as 16 of them fail