Client-Server storage implementation for ZODB
ZEO provides a client-server storage implementation for ZODB.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-ZEO && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ZEO-6.0.0.tar.gz | 0000243635 238 KB | |
python-ZEO.changes | 0000009161 8.95 KB | |
python-ZEO.spec | 0000003581 3.5 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1160690
from
Matej Cepl (mcepl)
(revision 16)
- Clean up SPEC file. - Run tests the supported way as per https://github.com/zopefoundation/ZEO/issues/240 - Drop no-longer-needed skip-PackUndoLog.patch - Update to 6.0.0 * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.12. * Switch to using async/await directly instead of @coroutine/yield. * Drop experimental support for credentials object: the corresponding ClientStorage.__init__ parameter credentials is retained but ignored. From now on ZEO supports authentication only via SSL certificates. * Ensure test compatibility with both ZODB<6 and ZODB>=6 by looking for ZODB inherited tests with prefixes check (used by ZODB<6) and test (used by ZODB>=6) - Drop merged patches: * python-ZEO-no-mock.patch * python-ZEO-no-six.patch - Add patch skip-PackUndoLog.patch to skip test causing an error * https://github.com/zopefoundation/ZEO/issues/240
Comments 0