diff --git a/json-rpc-1.12.1.tar.gz b/json-rpc-1.12.1.tar.gz deleted file mode 100644 index f1c7c30..0000000 --- a/json-rpc-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc84451268b48a576d3138744322a8ce673eccadf7424edf4d446b1ddb59e58c -size 1364570 diff --git a/json-rpc-1.13.0.tar.gz b/json-rpc-1.13.0.tar.gz new file mode 100644 index 0000000..6e93a8c --- /dev/null +++ b/json-rpc-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def0dbcf5b7084fc31d677f2f5990d988d06497f2f47f13024274cfb2d5d7589 +size 31089 diff --git a/python-json-rpc.changes b/python-json-rpc.changes index 0047907..5acdba5 100644 --- a/python-json-rpc.changes +++ b/python-json-rpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 9 08:40:43 UTC 2020 - Tomáš Chvátal + +- Update to 0.13.0: + * python 3.8 support + ------------------------------------------------------------------- Tue Mar 26 14:49:45 UTC 2019 - Tomáš Chvátal diff --git a/python-json-rpc.spec b/python-json-rpc.spec index 628e936..e3165e9 100644 --- a/python-json-rpc.spec +++ b/python-json-rpc.spec @@ -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}