diff --git a/python-tinyrpc.spec b/python-tinyrpc.spec index a2b02fd..05540d5 100644 --- a/python-tinyrpc.spec +++ b/python-tinyrpc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tinyrpc -Version: 1.1.6 +Version: 1.1.7 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/e2/dd/b1b528831d9f52e5bcf32696990383a91e019a2727693863ad9570bafe9c/tinyrpc-1.1.6.tar.gz +Source0: https://files.pythonhosted.org/packages/e2/dd/b1b528831d9f52e5bcf32696990383a91e019a2727693863ad9570bafe9c/tinyrpc-1.1.7.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 27 2023 sunhui - 1.1.7-1 +- Update package to version 1.1.7 + * Fri Feb 24 2023 wubijie - 1.1.6-1 - Update package to version 1.1.6 diff --git a/tinyrpc-1.1.6.tar.gz b/tinyrpc-1.1.6.tar.gz deleted file mode 100644 index af416d5..0000000 Binary files a/tinyrpc-1.1.6.tar.gz and /dev/null differ diff --git a/tinyrpc-1.1.7.tar.gz b/tinyrpc-1.1.7.tar.gz new file mode 100644 index 0000000..af1accb Binary files /dev/null and b/tinyrpc-1.1.7.tar.gz differ