14
0

Accepting request 682110 from devel:languages:python

- Update to 0.10.5:
  * batches: fix handling of session loss
  * Export normalize_corofunc

OBS-URL: https://build.opensuse.org/request/show/682110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiorpcX?expand=0&rev=2
This commit is contained in:
2019-03-22 14:00:32 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 11 deletions

BIN
0.10.4.tar.gz LFS

Binary file not shown.

BIN
0.10.5.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 6 11:20:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.10.5:
* batches: fix handling of session loss
* Export normalize_corofunc
-------------------------------------------------------------------
Mon Feb 25 14:07:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -17,17 +17,20 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-aiorpcX
Version: 0.10.4
Version: 0.10.5
Release: 0
Summary: Generic async RPC implementation, including JSON-RPC
License: MIT
Group: Development/Languages/Python
Url: https://github.com/kyuupichan/aiorpcX
URL: https://github.com/kyuupichan/aiorpcX
Source: https://github.com/kyuupichan/aiorpcX/archive/%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module aiohttp >= 2.3.2}
BuildRequires: %{python_module attrs}
@@ -35,11 +38,6 @@ BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module uvloop}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs
BuildArch: noarch
%python_subpackages
%description