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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc84451268b48a576d3138744322a8ce673eccadf7424edf4d446b1ddb59e58c
size 1364570

3
json-rpc-1.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:def0dbcf5b7084fc31d677f2f5990d988d06497f2f47f13024274cfb2d5d7589
size 31089

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 9 08:40:43 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.0:
* python 3.8 support
-------------------------------------------------------------------
Tue Mar 26 14:49:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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}