Translucent persistent objects
This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.
Please see the Sphinx documentation (docs/index.rst) for further information.
- Developed at devel:languages:python
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-persistent && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
persistent-4.6.3.tar.gz | 0000119531 117 KB | |
python-persistent.changes | 0000008885 8.68 KB | |
python-persistent.spec | 0000002715 2.65 KB | |
tests.patch | 0000001196 1.17 KB |
Revision 11 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 788434
from
Tomáš Chvátal (scarabeus_iv)
(revision 11)
- Add patch to fix build with new zope.interface: * tests.patch - version update to 4.6.3 - Fix a crash in the test suite under a 32-bit CPython on certain 32-bit platforms. See `issue 137 <https://github.com/zopefoundation/persistent/issues/137>`_. Fix by `Jerry James <https://github.com/jamesjer>`_. - Fix an ``AssertionError`` clearing a non-empty ``PersistentMapping`` that has no connection. See `issue 139 <https://github.com/zopefoundation/persistent/issues/139>`_. - update to 4.6.1 * Stop installing C header files on PyPy * Fix slicing of PersistentList to always return instances of the same class. * Fix copying of PersistentList and PersistentMapping using copy.copy to also copy the underlying data object. * Update the handling of the PURE_PYTHON environment variable. * Add preliminary support for Python 3.9a3+. * Fix the Python implementation of the PickleCache to be able to store objects that cannot be weakly referenced. * Add support for Python 3.8.
Comments 0