15
0

- Update to 0.13.0:

* python 3.8 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json-rpc?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-03-09 08:44:14 +00:00
committed by Git OBS Bridge
parent 7efe3d151b
commit f6420e8e0f
4 changed files with 11 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-json-rpc
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-json-rpc
Version: 1.12.1
Version: 1.13.0
Release: 0
Summary: JSON-RPC transport implementation
License: MIT
Group: Development/Languages/Python
URL: https://github.com/pavlov99/json-rpc
Source: https://files.pythonhosted.org/packages/source/j/json-rpc/json-rpc-%{version}.tar.gz
BuildRequires: %{python_module setuptools}