15
0

Accepting request 946665 from devel:languages:python

- update to 1.2.0: 
  * add Quart backend

OBS-URL: https://build.opensuse.org/request/show/946665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ajsonrpc?expand=0&rev=2
This commit is contained in:
2022-01-15 19:05:23 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

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

3
ajsonrpc-1.2.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 15 16:24:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* add Quart backend
-------------------------------------------------------------------
Mon Apr 12 09:51:09 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>

View File

@@ -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