Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-ZEO | Distribution: openSUSE Tumbleweed |
Version: 6.0.0 | Vendor: openSUSE |
Release: 1.4 | Build date: Fri Mar 22 14:43:33 2024 |
Group: Unspecified | Build host: reproducible |
Size: 2355506 | Source RPM: python-ZEO-6.0.0-1.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/zopefoundation/ZEO | |
Summary: Client-Server storage implementation for ZODB |
ZEO provides a client-server storage implementation for ZODB.
ZPL-2.1
* Fri Mar 22 2024 Matej Cepl <mcepl@cepl.eu> - Clean up SPEC file. * Fri Mar 22 2024 Markéta Machová <mmachova@suse.com> - Run tests the supported way as per https://github.com/zopefoundation/ZEO/issues/240 - Drop no-longer-needed skip-PackUndoLog.patch * Thu Mar 21 2024 Markéta Machová <mmachova@suse.com> - 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 * Mon Apr 03 2023 pgajdos@suse.com - version update to 5.4.0 * Reimplement and streamline the asyncio part of the ClientStorage implementation. * Remove support for interoperability with ZEO4 server. * If the zeopack script cannot connect to a server it sets exit status 1 See #214. * Remove asyncio/mtacceptor module. * Add support for Python 3.10, 3.11. * Add ConflictError to the list of unlogged server exceptions. - do not require six - modified patches % python-ZEO-no-mock.patch (refreshed) - added patches fix https://github.com/zopefoundation/ZEO/commit/d0f0709ac617a1e3d1251f396682a3bb79e22211 + python-ZEO-no-six.patch * Mon Aug 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - update to 5.3.0 * Remove tests for the asyncio/mtacceptor module, it appears unused and presents a maintenance burden. The module will be removed in ZEO version 6. * Remove GitHub Actions testing for Python 3.5, it has reached end of life. * Add support for Python 3.8 and Python 3.9. * Add more accurate error handling for asyncio.CancelledError. See issue 165. * Fix bug related to blobs stored by ZEO #150. * Mon Feb 28 2022 Matej Cepl <mcepl@suse.com> - Set ZEO4_SERVER env. variable to skip expected failing tests. * Fri Sep 24 2021 pgajdos@suse.com - added patches fix https://github.com/zopefoundation/ZEO/issues/184 + python-ZEO-no-mock.patch * Fri Sep 24 2021 pgajdos@suse.com - - added patches fix https://github.com/zopefoundation/ZEO/issues/184 + python-ZEO-no-mock.patch * Fri Sep 24 2021 pgajdos@suse.com - version update to 5.2.3 5.2.3 (2021-08-09) - ----------------- - Ensure ``ZEO`` satisfies the ``ZODB >= 5.6`` requirement that ``lastTransaction()`` changes only after invalidation processing. Violating this requirement can lead to race conditions and associated data corruption `#166 <https://github.com/zopefoundation/ZEO/issues/166>`_. - Add automated tests against the ZODB ``master`` branch see `issue 177 <https://github.com/zopefoundation/ZEO/issues/177>`_. - Fix data corruption due to race between load and external invalidations. See `issue 155 <https://github.com/zopefoundation/ZEO/issues/155>`_. - Improve log message when client cache is out of sync with server. See `issue 142 <https://github.com/zopefoundation/ZEO/issues/142>`_. 5.2.2 (2020-08-11) - ----------------- - Remove support for Python 3.4 - Provide proper CA test certificates to allow the SSL tests succeed for Py3 - Replace deprecated occurrences of ``Thread.isAlive()`` by ``Thread.is_alive()`` See `pull request 154 <https://github.com/zopefoundation/ZEO/pull/154>`_. - Include both modified and just created objects into invalidations. See `pull request 160 <https://github.com/zopefoundation/ZEO/pull/160>`_. * Mon Mar 16 2020 Tomáš Chvátal <tchvatal@suse.com> - Fix build without python2
/etc/alternatives/runzeo /etc/alternatives/zeo-nagios /etc/alternatives/zeoctl /etc/alternatives/zeopack /usr/bin/runzeo /usr/bin/runzeo-3.11 /usr/bin/zeo-nagios /usr/bin/zeo-nagios-3.11 /usr/bin/zeoctl /usr/bin/zeoctl-3.11 /usr/bin/zeopack /usr/bin/zeopack-3.11 /usr/lib/python3.11/site-packages/ZEO /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/COPYING /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/LICENSE.txt /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/METADATA /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/RECORD /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/ZEO-6.0.0.dist-info/top_level.txt /usr/lib/python3.11/site-packages/ZEO/ClientStorage.py /usr/lib/python3.11/site-packages/ZEO/Exceptions.py /usr/lib/python3.11/site-packages/ZEO/StorageServer.py /usr/lib/python3.11/site-packages/ZEO/TransactionBuffer.py /usr/lib/python3.11/site-packages/ZEO/__init__.py /usr/lib/python3.11/site-packages/ZEO/__pycache__ /usr/lib/python3.11/site-packages/ZEO/__pycache__/ClientStorage.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/ClientStorage.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/Exceptions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/Exceptions.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/StorageServer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/StorageServer.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/TransactionBuffer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/TransactionBuffer.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/_compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/_compat.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/_forker.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/_forker.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/cache.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/cache.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/interfaces.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/interfaces.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/monitor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/monitor.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/nagios.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/nagios.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/runzeo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/runzeo.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/shortrepr.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/shortrepr.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/util.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/zconfig.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/zconfig.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/zeoctl.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/__pycache__/zeoctl.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/_compat.py /usr/lib/python3.11/site-packages/ZEO/_forker.py /usr/lib/python3.11/site-packages/ZEO/asyncio /usr/lib/python3.11/site-packages/ZEO/asyncio/README.rst /usr/lib/python3.11/site-packages/ZEO/asyncio/__init__.py /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__ /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/base.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/client.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/client.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/compat.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/futures.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/futures.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/marshal.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/marshal.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/server.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/server.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/smp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/smp.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/testing.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/testing.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/tests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/__pycache__/tests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/asyncio/_futures.pyx /usr/lib/python3.11/site-packages/ZEO/asyncio/_smp.pyx /usr/lib/python3.11/site-packages/ZEO/asyncio/base.py /usr/lib/python3.11/site-packages/ZEO/asyncio/client.py /usr/lib/python3.11/site-packages/ZEO/asyncio/compat.py /usr/lib/python3.11/site-packages/ZEO/asyncio/futures.py /usr/lib/python3.11/site-packages/ZEO/asyncio/marshal.py /usr/lib/python3.11/site-packages/ZEO/asyncio/server.py /usr/lib/python3.11/site-packages/ZEO/asyncio/smp.py /usr/lib/python3.11/site-packages/ZEO/asyncio/testing.py /usr/lib/python3.11/site-packages/ZEO/asyncio/tests.py /usr/lib/python3.11/site-packages/ZEO/cache.py /usr/lib/python3.11/site-packages/ZEO/component.xml /usr/lib/python3.11/site-packages/ZEO/interfaces.py /usr/lib/python3.11/site-packages/ZEO/monitor.py /usr/lib/python3.11/site-packages/ZEO/nagios.py /usr/lib/python3.11/site-packages/ZEO/nagios.rst /usr/lib/python3.11/site-packages/ZEO/runzeo.py /usr/lib/python3.11/site-packages/ZEO/schema.xml /usr/lib/python3.11/site-packages/ZEO/scripts /usr/lib/python3.11/site-packages/ZEO/scripts/README.txt /usr/lib/python3.11/site-packages/ZEO/scripts/__init__.py /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__ /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/cache_simul.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/cache_simul.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/cache_stats.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/cache_stats.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/parsezeolog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/parsezeolog.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/tests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/tests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/timeout.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/timeout.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeopack.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeopack.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoqueue.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoqueue.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoreplay.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoreplay.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoserverlog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoserverlog.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/__pycache__/zeoup.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/scripts/cache_simul.py /usr/lib/python3.11/site-packages/ZEO/scripts/cache_stats.py /usr/lib/python3.11/site-packages/ZEO/scripts/parsezeolog.py /usr/lib/python3.11/site-packages/ZEO/scripts/tests.py /usr/lib/python3.11/site-packages/ZEO/scripts/timeout.py /usr/lib/python3.11/site-packages/ZEO/scripts/zeopack.py /usr/lib/python3.11/site-packages/ZEO/scripts/zeopack.test /usr/lib/python3.11/site-packages/ZEO/scripts/zeoqueue.py /usr/lib/python3.11/site-packages/ZEO/scripts/zeoreplay.py /usr/lib/python3.11/site-packages/ZEO/scripts/zeoserverlog.py /usr/lib/python3.11/site-packages/ZEO/scripts/zeoup.py /usr/lib/python3.11/site-packages/ZEO/server.xml /usr/lib/python3.11/site-packages/ZEO/shortrepr.py /usr/lib/python3.11/site-packages/ZEO/tests /usr/lib/python3.11/site-packages/ZEO/tests/Cache.py /usr/lib/python3.11/site-packages/ZEO/tests/CommitLockTests.py /usr/lib/python3.11/site-packages/ZEO/tests/ConnectionTests.py /usr/lib/python3.11/site-packages/ZEO/tests/InvalidationTests.py /usr/lib/python3.11/site-packages/ZEO/tests/IterationTests.py /usr/lib/python3.11/site-packages/ZEO/tests/TestThread.py /usr/lib/python3.11/site-packages/ZEO/tests/ThreadTests.py /usr/lib/python3.11/site-packages/ZEO/tests/__init__.py /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__ /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/Cache.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/Cache.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/CommitLockTests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/CommitLockTests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/ConnectionTests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/ConnectionTests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/InvalidationTests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/InvalidationTests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/IterationTests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/IterationTests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/TestThread.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/TestThread.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/ThreadTests.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/ThreadTests.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/forker.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/forker.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/racetest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/racetest.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/servertesting.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/servertesting.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/speed.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/speed.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/stress.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/stress.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testConfig.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testConfig.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testConnection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testConnection.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testConversionSupport.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testConversionSupport.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testTransactionBuffer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testTransactionBuffer.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEO.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEO.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEO2.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEO2.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEOOptions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEOOptions.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEOServer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testZEOServer.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_cache.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_cache.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_client_credentials.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_client_credentials.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_client_side_conflict_resolution.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_client_side_conflict_resolution.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_marshal.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_marshal.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_sync.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/test_sync.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testssl.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/testssl.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/threaded.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/threaded.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/ZEO/tests/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/ZEO/tests/client-config.test /usr/lib/python3.11/site-packages/ZEO/tests/client.pem /usr/lib/python3.11/site-packages/ZEO/tests/client_key.pem /usr/lib/python3.11/site-packages/ZEO/tests/component.xml /usr/lib/python3.11/site-packages/ZEO/tests/drop_cache_rather_than_verify.txt /usr/lib/python3.11/site-packages/ZEO/tests/dynamic_server_ports.test /usr/lib/python3.11/site-packages/ZEO/tests/forker.py /usr/lib/python3.11/site-packages/ZEO/tests/invalidation-age.txt /usr/lib/python3.11/site-packages/ZEO/tests/new_addr.test /usr/lib/python3.11/site-packages/ZEO/tests/protocols.test /usr/lib/python3.11/site-packages/ZEO/tests/racetest.py /usr/lib/python3.11/site-packages/ZEO/tests/server.pem /usr/lib/python3.11/site-packages/ZEO/tests/server.pem.csr /usr/lib/python3.11/site-packages/ZEO/tests/server_key.pem /usr/lib/python3.11/site-packages/ZEO/tests/serverpw.pem /usr/lib/python3.11/site-packages/ZEO/tests/serverpw_key.pem /usr/lib/python3.11/site-packages/ZEO/tests/servertesting.py /usr/lib/python3.11/site-packages/ZEO/tests/speed.py /usr/lib/python3.11/site-packages/ZEO/tests/stress.py /usr/lib/python3.11/site-packages/ZEO/tests/testConfig.py /usr/lib/python3.11/site-packages/ZEO/tests/testConnection.py /usr/lib/python3.11/site-packages/ZEO/tests/testConversionSupport.py /usr/lib/python3.11/site-packages/ZEO/tests/testTransactionBuffer.py /usr/lib/python3.11/site-packages/ZEO/tests/testZEO.py /usr/lib/python3.11/site-packages/ZEO/tests/testZEO2.py /usr/lib/python3.11/site-packages/ZEO/tests/testZEOOptions.py /usr/lib/python3.11/site-packages/ZEO/tests/testZEOServer.py /usr/lib/python3.11/site-packages/ZEO/tests/test_cache.py /usr/lib/python3.11/site-packages/ZEO/tests/test_client_credentials.py /usr/lib/python3.11/site-packages/ZEO/tests/test_client_side_conflict_resolution.py /usr/lib/python3.11/site-packages/ZEO/tests/test_marshal.py /usr/lib/python3.11/site-packages/ZEO/tests/test_sync.py /usr/lib/python3.11/site-packages/ZEO/tests/testssl.py /usr/lib/python3.11/site-packages/ZEO/tests/threaded.py /usr/lib/python3.11/site-packages/ZEO/tests/utils.py /usr/lib/python3.11/site-packages/ZEO/tests/zdoptions.test /usr/lib/python3.11/site-packages/ZEO/tests/zeo-fan-out.test /usr/lib/python3.11/site-packages/ZEO/tests/zeo_blob_cache.test /usr/lib/python3.11/site-packages/ZEO/util.py /usr/lib/python3.11/site-packages/ZEO/version.txt /usr/lib/python3.11/site-packages/ZEO/zconfig.py /usr/lib/python3.11/site-packages/ZEO/zeoctl.py /usr/lib/python3.11/site-packages/ZEO/zeoctl.xml /usr/share/doc/packages/python311-ZEO /usr/share/doc/packages/python311-ZEO/CHANGES.rst /usr/share/doc/packages/python311-ZEO/COPYRIGHT.txt /usr/share/doc/packages/python311-ZEO/README.rst /usr/share/licenses/python311-ZEO /usr/share/licenses/python311-ZEO/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 31 00:17:57 2025