diff --git a/python-tinyrpc.spec b/python-tinyrpc.spec index 29cb518..a2b02fd 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.5 +Version: 1.1.6 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/4c/d6/f0429f1af12e9c263135779514f9e4ed7f38253574c427726f517d45f049/tinyrpc-1.1.5.tar.gz +Source0: https://files.pythonhosted.org/packages/e2/dd/b1b528831d9f52e5bcf32696990383a91e019a2727693863ad9570bafe9c/tinyrpc-1.1.6.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 24 2023 wubijie - 1.1.6-1 +- Update package to version 1.1.6 + * Thu Sep 29 2022 jiangxinyu - 1.1.5-1 - Upgrade to 1.1.5 diff --git a/tinyrpc-1.1.5.tar.gz b/tinyrpc-1.1.5.tar.gz deleted file mode 100644 index c166f5c..0000000 Binary files a/tinyrpc-1.1.5.tar.gz and /dev/null differ diff --git a/tinyrpc-1.1.6.tar.gz b/tinyrpc-1.1.6.tar.gz new file mode 100644 index 0000000..af416d5 Binary files /dev/null and b/tinyrpc-1.1.6.tar.gz differ