From 85d2caa5f30fd737470313f07bb999554c61eff32d4686af633ee6b748638902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 29 Aug 2022 19:58:59 +0000 Subject: [PATCH] Accepting request 1000064 from home:yarunachalam:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/1000064 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=26 --- ZEO-5.2.3.tar.gz | 3 --- ZEO-5.3.0.tar.gz | 3 +++ python-ZEO.changes | 11 +++++++++++ python-ZEO.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ZEO-5.2.3.tar.gz create mode 100644 ZEO-5.3.0.tar.gz diff --git a/ZEO-5.2.3.tar.gz b/ZEO-5.2.3.tar.gz deleted file mode 100644 index 8ad831e..0000000 --- a/ZEO-5.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f7e1039d3831f03089fd68cf9168fc0237410dcd52ee2668e4bcaec77f5f026 -size 288885 diff --git a/ZEO-5.3.0.tar.gz b/ZEO-5.3.0.tar.gz new file mode 100644 index 0000000..da086f5 --- /dev/null +++ b/ZEO-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc54334f8384d6faf1693dce823c0a5fcd429fa015c47d2d49d1bd689997157 +size 289748 diff --git a/python-ZEO.changes b/python-ZEO.changes index afa85c8..68bb16f 100644 --- a/python-ZEO.changes +++ b/python-ZEO.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 29 14:52:35 UTC 2022 - Yogalakshmi Arunachalam + +- 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. + ------------------------------------------------------------------- Mon Feb 28 14:09:54 UTC 2022 - Matej Cepl diff --git a/python-ZEO.spec b/python-ZEO.spec index 58cf139..78d349d 100644 --- a/python-ZEO.spec +++ b/python-ZEO.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-ZEO -Version: 5.2.3 +Version: 5.3.0 Release: 0 Summary: Client-Server storage implementation for ZODB License: ZPL-2.1