diff --git a/ZODB-5.6.0.tar.gz b/ZODB-5.6.0.tar.gz deleted file mode 100644 index 1ff1271..0000000 --- a/ZODB-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4654fb543393533291cfbf8adfb4ea2658ff385871d4b926d725508142cb07fe -size 516570 diff --git a/ZODB-5.7.0.tar.gz b/ZODB-5.7.0.tar.gz new file mode 100644 index 0000000..e182e7e --- /dev/null +++ b/ZODB-5.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa40bbc05ecda1ec2435cd0c6dd02a13b7698460558a4604366f6a0a68401cd3 +size 519705 diff --git a/python-ZODB.changes b/python-ZODB.changes index 269c17e..410f66d 100644 --- a/python-ZODB.changes +++ b/python-ZODB.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Sep 7 16:00:22 UTC 2022 - Yogalakshmi Arunachalam + +- Renamed doc dir to docs in spec + +------------------------------------------------------------------- +Wed Sep 7 15:57:07 UTC 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 08:57:22 UTC 2022 - pgajdos@suse.com diff --git a/python-ZODB.spec b/python-ZODB.spec index 4326cb9..a708390 100644 --- a/python-ZODB.spec +++ b/python-ZODB.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ZODB -Version: 5.6.0 +Version: 5.7.0 Release: 0 Summary: Zope Object Database: object database and persistence License: ZPL-2.1 @@ -110,6 +110,6 @@ rm -f src/ZODB/tests/testdocumentation.py %python_alternative %{_bindir}/repozo %files -n %{name}-doc -%doc doc/ +%doc docs/ %changelog