diff --git a/etcd3gw-0.2.5.tar.gz b/etcd3gw-0.2.5.tar.gz deleted file mode 100644 index 8c5960235f6350901b8cb32f35b6ddb09a62872b..0000000000000000000000000000000000000000 Binary files a/etcd3gw-0.2.5.tar.gz and /dev/null differ diff --git a/etcd3gw-1.0.1.tar.gz b/etcd3gw-1.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f625a32f0b7508baff4d9cfe2a8a280c73d21c5 Binary files /dev/null and b/etcd3gw-1.0.1.tar.gz differ diff --git a/python-etcd3gw.spec b/python-etcd3gw.spec index 92d152478643fb11e6492b32d0c198ae5776c9ec..e94149c3ba8bc97765b077e094f8bff5d7baa558 100644 --- a/python-etcd3gw.spec +++ b/python-etcd3gw.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-etcd3gw -Version: 0.2.5 -Release: 2 +Version: 1.0.1 +Release: 1 Summary: A python client for etcd3 grpc-gateway v3 API License: Apache-2.0 URL: https://github.com/dims/etcd3-gateway -Source0: https://files.pythonhosted.org/packages/ea/17/a6f33e3681ec7c07b5885a636cf601b03486e7184eb1f419bd99617f6560/etcd3gw-0.2.5.tar.gz +Source0: %_sourcedir/etcd3gw-1.0.1.tar.gz BuildArch: noarch %description A python client for etcd3 grpc-gateway v3 API @@ -41,7 +41,7 @@ Provides: python3-etcd3gw-doc A python client for etcd3 grpc-gateway v3 API %prep -%autosetup -n etcd3gw-0.2.5 -p1 +%autosetup -n etcd3gw-%{version} -p1 %build %py3_build @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 22 2022 liksh - 1.0.1-1 +- Upgrade to 1.0.1 for openstack-Y + * Fri Jul 30 2021 chenyanpanHW - 0.2.5-2 - DESC: delete -S git from %autosetup