upgrade for openstack yoga

Signed-off-by: liksh <li_kunshan@163.com>
This commit is contained in:
liksh 2022-07-24 18:57:20 +08:00
parent 32caee936f
commit 6754d093a3
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
etcd3gw-1.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -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 <liks11@chinaunicom.cn> - 1.0.1-1
- Upgrade to 1.0.1 for openstack-Y
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.2.5-2
- DESC: delete -S git from %autosetup