14
0
2022-05-02 08:02:20 +00:00
committed by Git OBS Bridge
parent d55590ae5d
commit 15da6db026
4 changed files with 31 additions and 5 deletions

BIN
0.18.7.tar.gz LFS

Binary file not shown.

BIN
0.22.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 2 07:49:45 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
- update to 0.22.1
* Consume group tasks as they complete
* Attempt to make tests more robust to timing issues
* join() waits for tasks to finish
* Set joined at end of finally clause, just in case
* Remove obsolete uvloop workaround
* peername can be None in rare cases it seems
* Try CRT
* save some bandwidth: strip redundant whitespaces from json encoding
* Final updates to TaskGroup() to bring it in line with curio's latest changes
* Rework cancel_remaining() and expose blocking argument.
* TaskGroup.join(): don't wait for tasks to cancel if exiting by exception
* Make TaskGroup.result, exception etc. properties
* Don't log failed tasks; asyncio does that
* Add daemonic task tests
* Bring TaskGroup into line with curio
* Fix timing issue in test
* Use a Semaphore not an Event to wake TaskGroup
* Remove superstitous sleeps.
* Reduce reliance on timing issues
* Failed tests must fail the script
* Require python3.8
-------------------------------------------------------------------
Fri Sep 17 06:18:35 UTC 2021 - Jiri Slaby <jslaby@suse.cz>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aiorpcX
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python36 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-aiorpcX
Version: 0.18.7
Version: 0.22.1
Release: 0
Summary: Generic async RPC implementation, including JSON-RPC
License: MIT