15
0
forked from pool/python-ZEO
Commit Graph

1 Commits

Author SHA256 Message Date
cdaaef8e35 Accepting request 921257 from home:pgajdos:python
- added patches
  fix https://github.com/zopefoundation/ZEO/issues/184
  + python-ZEO-no-mock.patch

- 
- added patches
  fix https://github.com/zopefoundation/ZEO/issues/184
  + python-ZEO-no-mock.patch

- 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>`_.

OBS-URL: https://build.opensuse.org/request/show/921257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=23
2021-09-24 21:21:32 +00:00