!17 upgrade package for openstack yoga

From: @liksh 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2022-07-29 06:01:04 +00:00 committed by Gitee
commit 13f94c6756
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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