Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ZODB for openSUSE:Factory checked in at 2025-11-10 19:19:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ZODB (Old) and /work/SRC/openSUSE:Factory/.python-ZODB.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ZODB" Mon Nov 10 19:19:37 2025 rev:17 rq:1316821 version:6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ZODB/python-ZODB.changes 2025-06-04 23:48:39.819568503 +0200 +++ /work/SRC/openSUSE:Factory/.python-ZODB.new.1980/python-ZODB.changes 2025-11-10 19:19:42.942318517 +0100 @@ -1,0 +2,32 @@ +Mon Nov 10 08:25:49 UTC 2025 - Dirk Müller <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- zodb-6.0.1.tar.gz New: ---- zodb-6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ZODB.spec ++++++ --- /var/tmp/diff_new_pack.vc049K/_old 2025-11-10 19:19:43.678349419 +0100 +++ /var/tmp/diff_new_pack.vc049K/_new 2025-11-10 19:19:43.682349586 +0100 @@ -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 ++++++ zodb-6.0.1.tar.gz -> zodb-6.1.tar.gz ++++++ ++++ 3036 lines of diff (skipped)
