forked from pool/python-aiorpcX
- update to 0.23.1:
* TaskTimeout now derives from Exception not CancelledError * make several tests more robust * move to flake8 * handle SOCKSError in _connect_one * Add websocket support as client and server by using Aymeric OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiorpcX?expand=0&rev=19
This commit is contained in:
BIN
0.22.1.tar.gz
LFS
BIN
0.22.1.tar.gz
LFS
Binary file not shown.
BIN
0.23.1.tar.gz
LFS
Normal file
BIN
0.23.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 13:39:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.23.1:
|
||||
* TaskTimeout now derives from Exception not CancelledError
|
||||
* make several tests more robust
|
||||
* move to flake8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 07:49:45 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
@@ -52,7 +60,7 @@ Thu Jan 16 16:55:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 0.18.4
|
||||
* handle time.time() not making progress
|
||||
* handle SOCKSError in _connect_one
|
||||
* handle SOCKSError in _connect_one
|
||||
* socks.py: Add SOCKSRandomAuth
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -64,7 +72,7 @@ Wed Jul 31 09:51:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
Fri Jun 7 14:34:18 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.18.3
|
||||
* Add websocket support as client and server by using Aymeric
|
||||
* Add websocket support as client and server by using Aymeric
|
||||
Augustin's excellent websockets package.
|
||||
* small bugfixes and improvements
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-aiorpcX
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiorpcX
|
||||
Version: 0.22.1
|
||||
Version: 0.23.1
|
||||
Release: 0
|
||||
Summary: Generic async RPC implementation, including JSON-RPC
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/kyuupichan/aiorpcX
|
||||
Source: https://github.com/kyuupichan/aiorpcX/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-attrs
|
||||
@@ -52,10 +52,10 @@ Generic async RPC implementation, including JSON-RPC
|
||||
rm tests/test_websocket.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -70,6 +70,7 @@ SKIP_TESTS="$SKIP_TESTS or test_cancel_remaining_on_group_with_stubborn_task"
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENCE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/aiorpcx
|
||||
%{python_sitelib}/aiorpcX-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user