15
0
forked from pool/python-ZEO

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
This commit is contained in:
2021-09-24 21:21:32 +00:00
committed by Git OBS Bridge
parent 78d3ad570b
commit cdaaef8e35
5 changed files with 166 additions and 8 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Sep 24 09:30:12 UTC 2021 - pgajdos@suse.com
- added patches
fix https://github.com/zopefoundation/ZEO/issues/184
+ python-ZEO-no-mock.patch
-------------------------------------------------------------------
Fri Sep 24 09:30:04 UTC 2021 - pgajdos@suse.com
-
- added patches
fix https://github.com/zopefoundation/ZEO/issues/184
+ python-ZEO-no-mock.patch
-------------------------------------------------------------------
Fri Sep 24 08:39:06 UTC 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 06:36:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>