forked from pool/python-ZEO
21089a9492dbb1afe8fb740a83b9b62028e5562bf61a788aeb8757d5f7e6162f
- 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
OBS-URL: https://build.opensuse.org/request/show/1160079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=30
Description
No description provided
Languages
RPM Spec
100%