diff --git a/python-ZODB.changes b/python-ZODB.changes index 0326022..015ae3b 100644 --- a/python-ZODB.changes +++ b/python-ZODB.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Nov 10 08:25:49 UTC 2025 - Dirk Müller + +- update to 6.1: + * get_transaction(). Use transaction.get() instead. + transaction.commit() is a shortcut spelling of + transaction.get().commit(), and transaction.abort() of + transaction.get().abort(). Note that importing ZODB no + longer installs get_transaction as a name in Python's + __builtin__ module either. + * The begin() method of Transaction objects. Use the begin() + method of a transaction manager instead. transaction.begin() + is a shortcut spelling to call the default transaction + manager's begin() method. + * The dt argument to Connection.cacheMinimize(). + * The Connection.cacheFullSweep() method. Use cacheMinimize() + instead. + * The Connection.getTransaction() method. Pass a transaction + manager to DB.open() instead. + * The Connection.getLocalTransaction() method. Pass a + transaction manager to DB.open() instead. + * The cache_deactivate_after and version_cache_deactivate_after + arguments to the DB constructor. + * The temporary, force, and waitflag arguments to DB.open(). + DB.open() no longer blocks (there's no longer a fixed limit + on the number of open connections). + * The transaction and txn_mgr``arguments to ``DB.open(). Use + the transaction_manager argument instead. + * The getCacheDeactivateAfter, setCacheDeactivateAfter, + getVersionCacheDeactivateAfter and + setVersionCacheDeactivateAfter methods of DB. + ------------------------------------------------------------------- Wed Jun 4 15:21:36 UTC 2025 - Nico Krapp @@ -44,7 +76,7 @@ Sun Jan 7 16:42:08 UTC 2024 - Dirk Müller ------------------------------------------------------------------- Thu Dec 1 20:18:21 UTC 2022 - Yogalakshmi Arunachalam -- Update to 5.8.0: +- Update to 5.8.0: * Add support for Python 3.11. * Expand and refactor tests for race conditions. @@ -56,7 +88,7 @@ Wed Sep 7 16:00:22 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Wed Sep 7 15:57:07 UTC 2022 - Yogalakshmi Arunachalam -- Update to 5.7.0: +- 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 _). diff --git a/python-ZODB.spec b/python-ZODB.spec index c781580..b4c9766 100644 --- a/python-ZODB.spec +++ b/python-ZODB.spec @@ -1,7 +1,7 @@ # # spec file for package python-ZODB # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %bcond_without libalternatives Name: python-ZODB -Version: 6.0.1 +Version: 6.1 Release: 0 Summary: Zope Object Database: object database and persistence License: ZPL-2.1 diff --git a/zodb-6.0.1.tar.gz b/zodb-6.0.1.tar.gz deleted file mode 100644 index 7ccf080..0000000 --- a/zodb-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89f70fae1852123e243547909c311441d63405dec26f6ec42f365a2191db9509 -size 788213 diff --git a/zodb-6.1.tar.gz b/zodb-6.1.tar.gz new file mode 100644 index 0000000..1998535 --- /dev/null +++ b/zodb-6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854a269f78977cdfda06aff08e93a8aa512c214202caae301222db2ef98ba365 +size 788711