Revisions of python-ZEO

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1160690 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 16)
- Clean up SPEC file.
- Run tests the supported way as per https://github.com/zopefoundation/ZEO/issues/240
- Drop no-longer-needed skip-PackUndoLog.patch
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 958061 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
- Set ZEO4_SERVER env. variable to skip expected failing tests.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 787348 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 11)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 689778 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
- Remove msgpack restriction to < 0.6 release
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 681510 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 626664 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
- Add zdaemon as test dependency
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 602985 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 7)
- Change url to match up with upstream
- Update to release 5.2.0:
  * Fixed: The quickstart/ad-hoc/play ZEO server relied on test
    dependencies. See `issue 105
    <https://github.com/zopefoundation/ZEO/issues/105>`_.
  * Disallow passing strings as addresses to ClientStorage under Windows
    because string addresses are used for unix-domain sockets, which
    aren't supported on Windows. See `issue 107
    <https://github.com/zopefoundation/ZEO/issues/107>`_.
  * Renamed all ``async`` attributes to ``async_`` for compatibility
    with Python 3.7. See `issue 104
    <https://github.com/zopefoundation/ZEO/issues/104>`_.
  * Fixed to work with some changes made in ZODB 5.4.0.
    Client-side updates are incuded for ZODB 5.4.0 or databases that
    already had ``zodbpickle.binary`` OIDs. See `issue 113
    <https://github.com/zopefoundation/ZEO/issues/113>`_.
  * ZEO now uses pickle protocol 3 for both Python 2 and Python 3.
    (Previously protocol 1 was used for Python 2.) This matches the
    change in ZODB 5.4.0.
- Drop the docs as they are present on web and fail to build with
  current sphinx
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 2)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199711 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
This is needed by python-ZODB3 (which will replace python-zodb3)
Displaying all 16 revisions
openSUSE Build Service is sponsored by