!8 Upgrade to 1.1.5

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-09-29 07:54:00 +00:00 committed by Gitee
commit 92f2654d30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 7 deletions

View File

@ -1,16 +1,16 @@
%global _empty_manifest_terminate_build 0
Name: python-tinyrpc
Version: 1.0.4
Version: 1.1.5
Release: 1
Summary: A small, modular, transport and protocol neutral RPC library that, among other things, supports JSON-RPC and zmq.
License: MIT
URL: http://github.com/mbr/tinyrpc
Source0: https://files.pythonhosted.org/packages/9d/91/c639ba014aada92446516c5fc4b04f2cee3539ab2d0758a6a87a6da973cb/tinyrpc-1.0.4.tar.gz
Source0: https://files.pythonhosted.org/packages/4c/d6/f0429f1af12e9c263135779514f9e4ed7f38253574c427726f517d45f049/tinyrpc-1.1.5.tar.gz
BuildArch: noarch
%description
A small and modular way of handling web-related RPC
%package -n python3-tinyrpc
Summary: A small, modular, transport and protocol neutral RPC library that, among other things, supports JSON-RPC and zmq.
@ -18,16 +18,16 @@ Provides: python-tinyrpc
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-tinyrpc
A small and modular way of handling web-related RPC
%package help
Summary: Development documents and examples for tinyrpc
Provides: python3-tinyrpc-doc
%description help
A small and modular way of handling web-related RPC
%prep
%autosetup -n tinyrpc-1.0.4
%autosetup -n tinyrpc-%{version}
%build
%py3_build
@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Nov 24 2020 Python_Bot <Python_Bot@openeuler.org>
* Thu Sep 29 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.1.5-1
- Upgrade to 1.1.5
* Tue Nov 24 2020 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1
- Package Spec generated

Binary file not shown.

BIN
tinyrpc-1.1.5.tar.gz Normal file

Binary file not shown.