From dd04d4b652918659fcd71818deb5bc9efb7fbeb1bfbb033ad64f2d8b33f96bfc Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 23 Apr 2021 03:47:38 +0000 Subject: [PATCH] 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 --- 0.18.4.tar.gz | 3 --- 0.18.7.tar.gz | 3 +++ python-aiorpcX.changes | 11 +++++++++++ python-aiorpcX.spec | 8 ++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 0.18.4.tar.gz create mode 100644 0.18.7.tar.gz diff --git a/0.18.4.tar.gz b/0.18.4.tar.gz deleted file mode 100644 index b4a5455..0000000 --- a/0.18.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfce9d4a6af83d6be8619b2268e57bb21db0a0b36ac29226db580b448c286498 -size 65500 diff --git a/0.18.7.tar.gz b/0.18.7.tar.gz new file mode 100644 index 0000000..37430d3 --- /dev/null +++ b/0.18.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce98d20a22535651c1479dd66a0e68674e1677632cb43e9706908a4c1e04deb9 +size 66072 diff --git a/python-aiorpcX.changes b/python-aiorpcX.changes index 3805d7d..d5172e9 100644 --- a/python-aiorpcX.changes +++ b/python-aiorpcX.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 19 06:50:31 UTC 2021 - Jiri Slaby + +- 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 diff --git a/python-aiorpcX.spec b/python-aiorpcX.spec index 9f66e56..fbd5fd1 100644 --- a/python-aiorpcX.spec +++ b/python-aiorpcX.spec @@ -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}