Revisions of python-ZEO
Ana Guerrero (anag+factory)
accepted
request 1160690
from
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 (dimstar_suse)
accepted
request 1077172
from
Daniel Garcia (dgarcia)
(revision 15)
Dominique Leuenberger (dimstar_suse)
accepted
request 1000118
from
Markéta Machová (mcalabkova)
(revision 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 958061
from
Matej Cepl (mcepl)
(revision 13)
- Set ZEO4_SERVER env. variable to skip expected failing tests.
Dominique Leuenberger (dimstar_suse)
accepted
request 787348
from
Factory Maintainer (factory-maintainer)
(revision 11)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 689778
from
Tomáš Chvátal (scarabeus_iv)
(revision 10)
- Remove msgpack restriction to < 0.6 release
Dominique Leuenberger (dimstar_suse)
accepted
request 681510
from
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 (dimstar_suse)
accepted
request 626664
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
- Add zdaemon as test dependency
Dominique Leuenberger (dimstar_suse)
accepted
request 602985
from
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
Dominique Leuenberger (dimstar_suse)
accepted
request 526409
from
Todd R (TheBlackCat)
(revision 6)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 518773
from
Todd R (TheBlackCat)
(revision 5)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 307820
from
Jan Matejek (matejcik)
(revision 4)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 261619
from
Denisart Benjamin (posophe)
(revision 3)
1
Adrian Schröter (adrianSuSE)
committed
(revision 2)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 199711
from
Todd R (TheBlackCat)
(revision 1)
This is needed by python-ZODB3 (which will replace python-zodb3)
Displaying all 16 revisions