Downgrade to 0.2.5
This commit is contained in:
parent
6744227822
commit
d7313d1bf3
BIN
etcd3gw-0.2.5.tar.gz
Normal file
BIN
etcd3gw-0.2.5.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,45 +1,52 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-etcd3gw
|
Name: python-etcd3gw
|
||||||
Version: 0.2.6
|
Version: 0.2.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A python client for etcd3 grpc-gateway v3 API
|
Summary: A python client for etcd3 grpc-gateway v3 API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/dims/etcd3-gateway
|
URL: https://github.com/dims/etcd3-gateway
|
||||||
Source0: https://files.pythonhosted.org/packages/3b/1a/155c139adcf50c382f7ff8eb5a00b5aa725ee8ea438ec2b8109dfe67be9b/etcd3gw-0.2.6.tar.gz
|
Source0: https://files.pythonhosted.org/packages/ea/17/a6f33e3681ec7c07b5885a636cf601b03486e7184eb1f419bd99617f6560/etcd3gw-0.2.5.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pbr
|
|
||||||
Requires: python3-urllib3
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-six
|
|
||||||
Requires: python3-futurist
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
# etcd3 gateway Python Client
|
|
||||||
A python client for etcd3 grpc-gateway v3 API
|
A python client for etcd3 grpc-gateway v3 API
|
||||||
|
|
||||||
%package -n python3-etcd3gw
|
%package -n python3-etcd3gw
|
||||||
Summary: A python client for etcd3 grpc-gateway v3 API
|
Summary: A python client for etcd3 grpc-gateway v3 API
|
||||||
Provides: python-etcd3gw
|
Provides: python-etcd3gw
|
||||||
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pbr
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-dulwich
|
||||||
|
# General requires
|
||||||
|
BuildRequires: python3-urllib3
|
||||||
|
BuildRequires: python3-requests
|
||||||
|
BuildRequires: python3-six
|
||||||
|
BuildRequires: python3-futurist
|
||||||
|
# General requires
|
||||||
|
Requires: python3-pbr
|
||||||
|
Requires: python3-urllib3
|
||||||
|
Requires: python3-requests
|
||||||
|
Requires: python3-six
|
||||||
|
Requires: python3-futurist
|
||||||
%description -n python3-etcd3gw
|
%description -n python3-etcd3gw
|
||||||
# etcd3 gateway Python Client
|
|
||||||
A python client for etcd3 grpc-gateway v3 API
|
A python client for etcd3 grpc-gateway v3 API
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for etcd3gw
|
Summary: A python client for etcd3 grpc-gateway v3 API
|
||||||
Provides: python3-etcd3gw-doc
|
Provides: python3-etcd3gw-doc
|
||||||
%description help
|
%description help
|
||||||
# etcd3 gateway Python Client
|
|
||||||
A python client for etcd3 grpc-gateway v3 API
|
A python client for etcd3 grpc-gateway v3 API
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n etcd3gw-0.2.6
|
%autosetup -n etcd3gw-0.2.5 -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
@ -75,5 +82,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 0.2.5-1
|
||||||
|
- Downgrade to 0.2.5
|
||||||
* Tue Feb 23 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Tue Feb 23 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user