Accepting request 886610 from home:jirislaby:branches:devel:languages:python

- update to 0.18.7
  * don't wait for tasks to cancel if exiting by exception
  * Fix tests for Python3.8 (we reenable them)
  * Merge pull request #34
  * SOCKS: Fix random auth on Python 3.8+
  * Merge pull request #33
  * session: add method on_disconnect_due_to_excessive_session_cost

OBS-URL: https://build.opensuse.org/request/show/886610
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiorpcX?expand=0&rev=14
This commit is contained in:
2021-04-23 03:47:38 +00:00
committed by Git OBS Bridge
parent 67ee026b36
commit dd04d4b652
4 changed files with 18 additions and 7 deletions

BIN
0.18.4.tar.gz LFS

Binary file not shown.

BIN
0.18.7.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 19 06:50:31 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
- update to 0.18.7
* don't wait for tasks to cancel if exiting by exception
* Fix tests for Python3.8 (we reenable them)
* Merge pull request #34
* SOCKS: Fix random auth on Python 3.8+
* Merge pull request #33
* session: add method on_disconnect_due_to_excessive_session_cost
-------------------------------------------------------------------
Fri Apr 24 18:13:36 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aiorpcX
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-aiorpcX
Version: 0.18.4
Version: 0.18.7
Release: 0
Summary: Generic async RPC implementation, including JSON-RPC
License: MIT
@@ -62,8 +62,8 @@ rm tests/test_websocket.py
SKIP_TESTS="test_auto_detect_address_failure or test_create_connection_resolve_good"
# test_slow_connection_aborted - randomly fails, out of 10 runs 6 fails
SKIP_TESTS="$SKIP_TESTS or test_slow_connection_aborted"
# Fails with Python 3.8 gh#kyuupichan/aiorpcX#30
SKIP_TESTS="$SKIP_TESTS or test_nested_context_timeout2 or test_nested_context_timeout3 or test_handler_invocation or test_random"
# test_cancel_remaining_on_group_with_stubborn_task - cannot import create_task -- why? (A new test from 82048a219aac.)
SKIP_TESTS="$SKIP_TESTS or test_cancel_remaining_on_group_with_stubborn_task"
%pytest -k "not ($SKIP_TESTS)"
%files %{python_files}