From 02b0d3515a1d1bd2fbd43760211da452f1f19496b37bd8686a66305d83a48b70 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 16:25:30 +0000 Subject: [PATCH] - update to 1.2.0: * add Quart backend OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ajsonrpc?expand=0&rev=3 --- ajsonrpc-1.1.0.tar.gz | 3 --- ajsonrpc-1.2.0.tar.gz | 3 +++ python-ajsonrpc.changes | 6 ++++++ python-ajsonrpc.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 ajsonrpc-1.1.0.tar.gz create mode 100644 ajsonrpc-1.2.0.tar.gz diff --git a/ajsonrpc-1.1.0.tar.gz b/ajsonrpc-1.1.0.tar.gz deleted file mode 100644 index 00ae94f..0000000 --- a/ajsonrpc-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a01c2b56d20c59868ed96afbc468e0cd73e29b156e2c02c1ed3365e4e42b9ac -size 21961 diff --git a/ajsonrpc-1.2.0.tar.gz b/ajsonrpc-1.2.0.tar.gz new file mode 100644 index 0000000..83eff11 --- /dev/null +++ b/ajsonrpc-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791bac18f0bf0dee109194644f151cf8b7ff529c4b8d6239ac48104a3251a19f +size 22108 diff --git a/python-ajsonrpc.changes b/python-ajsonrpc.changes index 0b3dd7a..2b29f70 100644 --- a/python-ajsonrpc.changes +++ b/python-ajsonrpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 15 16:24:57 UTC 2022 - Dirk Müller + +- update to 1.2.0: + * add Quart backend + ------------------------------------------------------------------- Mon Apr 12 09:51:09 UTC 2021 - Mustafa Çalışkan diff --git a/python-ajsonrpc.spec b/python-ajsonrpc.spec index faa3816..6915037 100644 --- a/python-ajsonrpc.spec +++ b/python-ajsonrpc.spec @@ -1,7 +1,7 @@ # # spec file for package python-ajsonrpc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,20 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ajsonrpc -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Async JSON-RPC 20 protocol + server powered by asyncio License: MIT URL: https://github.com/pavlov99/ajsonrpc Source: https://files.pythonhosted.org/packages/source/a/ajsonrpc/ajsonrpc-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages