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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f7e1039d3831f03089fd68cf9168fc0237410dcd52ee2668e4bcaec77f5f026
|
||||
size 288885
|
||||
3
ZEO-5.3.0.tar.gz
Normal file
3
ZEO-5.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffc54334f8384d6faf1693dce823c0a5fcd429fa015c47d2d49d1bd689997157
|
||||
size 289748
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user