15
0
forked from pool/python-ZEO

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
This commit is contained in:
2022-08-29 19:58:59 +00:00
committed by Git OBS Bridge
parent fd06976fd6
commit 85d2caa5f3
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 29 14:52:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <mcepl@suse.com>