diff --git a/etcd3gw-1.0.1.tar.gz b/etcd3gw-1.0.1.tar.gz deleted file mode 100644 index 4f625a32f0b7508baff4d9cfe2a8a280c73d21c5..0000000000000000000000000000000000000000 Binary files a/etcd3gw-1.0.1.tar.gz and /dev/null differ diff --git a/etcd3gw-2.1.0.tar.gz b/etcd3gw-2.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9fd884a66c73f58c5cbb8cd44b4641703c772df5 Binary files /dev/null and b/etcd3gw-2.1.0.tar.gz differ diff --git a/python-etcd3gw.spec b/python-etcd3gw.spec index e94149c3ba8bc97765b077e094f8bff5d7baa558..ff33298df46d22d7971f48457ef45fdacd4b8345 100644 --- a/python-etcd3gw.spec +++ b/python-etcd3gw.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-etcd3gw -Version: 1.0.1 +Version: 2.1.0 Release: 1 Summary: A python client for etcd3 grpc-gateway v3 API License: Apache-2.0 URL: https://github.com/dims/etcd3-gateway -Source0: %_sourcedir/etcd3gw-1.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/41/ec/f9698c6c7ec74233e37231ce4ec2b6e215a07553bcc9ec7880583f3cb4e4/etcd3gw-2.1.0.tar.gz BuildArch: noarch + %description A python client for etcd3 grpc-gateway v3 API @@ -82,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 24 2022 jiangxinyu - 2.1.0-1 +- Update package to version 2.1.0 + * Fri Jul 22 2022 liksh - 1.0.1-1 - Upgrade to 1.0.1 for openstack-Y