c7f0711ee4
- Update to 6.1 * Add support for Python 3.13. * Drop support for Python 3.7, 3.8. * Drop `ZEO.monitor.zeo_version as it is unused across all zopefoundation packages. * No longer use deprecated pkg_resources`. - Adjust upstream source name in spec file
Matej Cepl2025-11-18 18:25:26 +00:00
7f25265c05
Accepting request 1264857 from devel:languages:python
Ana Guerrero2025-04-16 18:38:47 +00:00
8785ded944
- 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.
Tomáš Chvátal
2019-03-04 16:15:52 +00:00
9fefe36a08
- 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
Tomáš Chvátal
2018-05-02 08:40:55 +00:00