Revisions of python-ZEO

buildservice-autocommit accepted request 1160690 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 33)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 32)
- Clean up SPEC file.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1160678 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 31)
- Run tests the supported way as per https://github.com/zopefoundation/ZEO/issues/240
- Drop no-longer-needed skip-PackUndoLog.patch
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1160079 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 30)
- 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
buildservice-autocommit accepted request 1077172 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 29)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) accepted request 1076889 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 28)
- 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
buildservice-autocommit accepted request 1000118 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 27)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1000064 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 26)
- 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.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 25)
Remove unnecessary files.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 24)
- Set ZEO4_SERVER env. variable to skip expected failing tests.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 921257 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 23)
- 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>`_.
buildservice-autocommit accepted request 787348 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 22)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 21)
- Fix build without python2
buildservice-autocommit accepted request 689778 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 20)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 19)
- Remove msgpack restriction to < 0.6 release
buildservice-autocommit accepted request 681510 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 18)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 17)
- Update to 5.2.1:
  * Add support for Python 3.7.
  * Switch from msgpack-python to msgpack. Currently a version < 0.6 is required.
  * Stop calling the deprecated checkSecure method when creating a ClientStorage. With ZODB 5.2.2 and above, this issued a warning. With older versions, this could issue a log message, but this was considered a misfeature. See issue 134.
buildservice-autocommit accepted request 626664 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 15)
- Add zdaemon as test dependency
buildservice-autocommit accepted request 602985 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by