Zope Object Database: object database and persistence
The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency. Applications can take advantage of object database features with few, if any, changes to application logic. ZODB includes features such as a plugable storage interface, rich transaction support, and undo.
- Developed at devel:languages:python
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-ZODB && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ZODB-5.5.1.tar.gz | 0000512395 500 KB | |
python-ZODB.changes | 0000004329 4.23 KB | |
python-ZODB.spec | 0000004159 4.06 KB |
Revision 7 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 681509
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- Update to 5.5.1: * Add support for Python 3.7. * Bump the dependency on zodbpickle to at least 1.0.1. This is required to avoid a memory leak on Python 2.7. See issue 203. * Bump the dependency on persistent to at least 4.4.0. * Make the internal support functions for dealing with OIDs (p64 and u64) somewhat faster and raise more informative exceptions on certain types of bad input. See issue 216. * Remove support for python setup.py test. It hadn't been working for some time. See issue #218. * Make the tests run faster by avoiding calls to time.sleep(). - Drop no longer needed python-ZODB-testsuite.patch
Comments 0