14
0

Accepting request 708402 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/708402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiorpcX?expand=0&rev=3
This commit is contained in:
2019-06-12 11:13:29 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

BIN
0.10.5.tar.gz LFS

Binary file not shown.

BIN
0.18.3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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
Augustin's excellent websockets package.
* small bugfixes and improvements
-------------------------------------------------------------------
Wed Mar 6 11:20:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-aiorpcX
Version: 0.10.5
Version: 0.18.3
Release: 0
Summary: Generic async RPC implementation, including JSON-RPC
License: MIT
@@ -30,6 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs
Recommends: python-websockets
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module aiohttp >= 2.3.2}
@@ -37,6 +38,7 @@ BuildRequires: %{python_module attrs}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module uvloop}
BuildRequires: %{python_module websockets}
# /SECTION
%python_subpackages