forked from pool/python-ZODB
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cca4fe8f7d | |||
| 411c51db42 | |||
| 1c8d926c5f | |||
| 80759a1220 | |||
| dbeb87b922 | |||
| 96ba107c60 | |||
| 0c35abbeeb |
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 08:25:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89f70fae1852123e243547909c311441d63405dec26f6ec42f365a2191db9509
|
||||
size 788213
|
||||
3
zodb-6.1.tar.gz
Normal file
3
zodb-6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:854a269f78977cdfda06aff08e93a8aa512c214202caae301222db2ef98ba365
|
||||
size 788711
|
||||
Reference in New Issue
Block a user