15
0
forked from pool/python-ZODB

Accepting request 1277131 from home:mcalabkova:branches:devel:languages:python

- Update to 6.0.1
  * repozo: fix restoring on stdout.
  * repozo: prevent an incorrect "option ignored" warning when running
    backup or verify.
  * FileStorage: fix restore regression introduced in ZODB 6.0 in #395:
    when restoring data records with undo the restore was no longer
    emitting backpointers and was emitting duplicate data copies instead.
    #409 fixes restore back to emit data records with backpointers for
    undo again.
- Add conflict with fstail, since ZODB has a binary with the same name.

OBS-URL: https://build.opensuse.org/request/show/1277131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=33
This commit is contained in:
2025-05-13 12:32:07 +00:00
committed by Git OBS Bridge
parent 3c7dfdead3
commit ca81e999f1
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue May 13 12:06:18 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 6.0.1
* repozo: fix restoring on stdout.
* repozo: prevent an incorrect "option ignored" warning when running
backup or verify.
* FileStorage: fix restore regression introduced in ZODB 6.0 in #395:
when restoring data records with undo the restore was no longer
emitting backpointers and was emitting duplicate data copies instead.
#409 fixes restore back to emit data records with backpointers for
undo again.
- Add conflict with fstail, since ZODB has a binary with the same name.
-------------------------------------------------------------------
Tue May 13 06:37:07 UTC 2025 - Markéta Machová <mmachova@suse.com>