Init Train release
(cherry picked from commit 7e0c12ebda1e67232174f5a629c3b3cbe7647d44)
This commit is contained in:
parent
14abc9e37a
commit
9c0205af37
@ -1,13 +1,12 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-sushy
|
||||
Version: 3.7.2
|
||||
Version: 2.0.5
|
||||
Release: 1
|
||||
Summary: Sushy is a small Python library to communicate with Redfish based systems
|
||||
License: Apache-2.0
|
||||
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
|
||||
|
||||
%description
|
||||
Sushy is a small Python library to communicate with Redfish based systems
|
||||
|
||||
@ -23,6 +22,7 @@ BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-stevedore
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-oslotest
|
||||
@ -30,15 +30,14 @@ BuildRequires: python3-oslotest
|
||||
Requires: python3-pbr
|
||||
Requires: python3-dateutil
|
||||
Requires: python3-requests
|
||||
Requires: python3-six
|
||||
Requires: python3-stevedore
|
||||
|
||||
%description -n python3-sushy
|
||||
Sushy is a small Python library to communicate with Redfish based systems
|
||||
|
||||
%package help
|
||||
Summary: Sushy is a small Python library to communicate with Redfish based systems
|
||||
Provides: python3-sushy-doc
|
||||
|
||||
%description help
|
||||
Sushy is a small Python library to communicate with Redfish based systems
|
||||
|
||||
@ -77,8 +76,8 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
#%check
|
||||
#%{__python3} setup.py test
|
||||
|
||||
%files -n python3-sushy -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
@ -87,8 +86,6 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.7.2-1
|
||||
- Upgrade version to 3.7.2
|
||||
* Mon Nov 15 2021 OpenStack_SIG <openstack@openeuler.org> - 2.0.5-1
|
||||
- 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