diff --git a/python-tinyrpc.spec b/python-tinyrpc.spec index 0b373ad..29cb518 100644 --- a/python-tinyrpc.spec +++ b/python-tinyrpc.spec @@ -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 +* Thu Sep 29 2022 jiangxinyu - 1.1.5-1 +- Upgrade to 1.1.5 + +* Tue Nov 24 2020 Python_Bot - 1.0.4-1 - Package Spec generated diff --git a/tinyrpc-1.0.4.tar.gz b/tinyrpc-1.0.4.tar.gz deleted file mode 100644 index 1e60679..0000000 Binary files a/tinyrpc-1.0.4.tar.gz and /dev/null differ diff --git a/tinyrpc-1.1.5.tar.gz b/tinyrpc-1.1.5.tar.gz new file mode 100644 index 0000000..c166f5c Binary files /dev/null and b/tinyrpc-1.1.5.tar.gz differ