!8 [sync] PR-7: Init Train release
From: @openeuler-sync-bot Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
278408634b
@ -1,13 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-sushy
|
Name: python-sushy
|
||||||
Version: 3.7.2
|
Version: 2.0.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Sushy is a small Python library to communicate with Redfish based systems
|
Summary: Sushy is a small Python library to communicate with Redfish based systems
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/sushy/latest/
|
URL: https://docs.openstack.org/sushy/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/e9/e3/612d7d6fdaca858a19cecb384f72280bca770ec652a63bd564654124fb98/sushy-3.7.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/41/d7/729f388613f85067cd9a3d2832bbdd94fea6ed744b9010218cdfbb96a4b8/sushy-2.0.5.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sushy is a small Python library to communicate with Redfish based systems
|
Sushy is a small Python library to communicate with Redfish based systems
|
||||||
|
|
||||||
@ -23,6 +22,7 @@ BuildRequires: python3-wheel
|
|||||||
# General requires
|
# General requires
|
||||||
BuildRequires: python3-dateutil
|
BuildRequires: python3-dateutil
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-requests
|
||||||
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-stevedore
|
BuildRequires: python3-stevedore
|
||||||
BuildRequires: python3-stestr
|
BuildRequires: python3-stestr
|
||||||
BuildRequires: python3-oslotest
|
BuildRequires: python3-oslotest
|
||||||
@ -30,15 +30,14 @@ BuildRequires: python3-oslotest
|
|||||||
Requires: python3-pbr
|
Requires: python3-pbr
|
||||||
Requires: python3-dateutil
|
Requires: python3-dateutil
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
|
Requires: python3-six
|
||||||
Requires: python3-stevedore
|
Requires: python3-stevedore
|
||||||
|
|
||||||
%description -n python3-sushy
|
%description -n python3-sushy
|
||||||
Sushy is a small Python library to communicate with Redfish based systems
|
Sushy is a small Python library to communicate with Redfish based systems
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Sushy is a small Python library to communicate with Redfish based systems
|
Summary: Sushy is a small Python library to communicate with Redfish based systems
|
||||||
Provides: python3-sushy-doc
|
Provides: python3-sushy-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
Sushy is a small Python library to communicate with Redfish based systems
|
Sushy is a small Python library to communicate with Redfish based systems
|
||||||
|
|
||||||
@ -77,8 +76,8 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
#%check
|
||||||
%{__python3} setup.py test
|
#%{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python3-sushy -f filelist.lst
|
%files -n python3-sushy -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
@ -87,8 +86,6 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.7.2-1
|
* Mon Nov 15 2021 OpenStack_SIG <openstack@openeuler.org> - 2.0.5-1
|
||||||
- Upgrade version to 3.7.2
|
- Init package python3-sushy of version 2.0.5
|
||||||
|
|
||||||
* Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
|
|
||||||
- Package Spec generated
|
|
||||||
|
|||||||
BIN
sushy-2.0.5.tar.gz
Normal file
BIN
sushy-2.0.5.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user