Update package pyghmi of version 1.5.34

This commit is contained in:
renliang16 2022-07-01 03:00:04 +00:00
parent 5d879a671e
commit 3e29f0aa81
3 changed files with 7 additions and 6 deletions

Binary file not shown.

BIN
pyghmi-1.5.34.tar.gz Normal file

Binary file not shown.

View File

@ -1,16 +1,15 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pyghmi Name: python-pyghmi
Version: 1.5.23 Version: 1.5.34
Release: 1 Release: 1
Summary: Python General Hardware Management Initiative (IPMI and others) Summary: Python General Hardware Management Initiative (IPMI and others)
License: Apache-2.0 License: Apache-2.0
URL: http://github.com/openstack/pyghmi/ URL: http://github.com/openstack/pyghmi/
Source0: https://files.pythonhosted.org/packages/f0/59/18f0a8cb5dba3226cbf259c1875a5d4d2151229a70ebb888e7bb9ad631fd/pyghmi-1.5.23.tar.gz Source0: https://files.pythonhosted.org/packages/7f/4b/b08a988f5fd7a60084bbc25a52526239006b11157bdb054e6a9820c53ffb/pyghmi-1.5.34.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Pyghmi is a pure Python (mostly IPMI) server management library. Pyghmi is a pure Python (mostly IPMI) server management library.
%package -n python3-pyghmi %package -n python3-pyghmi
Summary: Python General Hardware Management Initiative (IPMI and others) Summary: Python General Hardware Management Initiative (IPMI and others)
Provides: python-pyghmi Provides: python-pyghmi
@ -31,22 +30,21 @@ Requires: python3-six
%description -n python3-pyghmi %description -n python3-pyghmi
Pyghmi is a pure Python (mostly IPMI) server management library. Pyghmi is a pure Python (mostly IPMI) server management library.
%package help %package help
Summary: Python General Hardware Management Initiative (IPMI and others) Summary: Python General Hardware Management Initiative (IPMI and others)
Provides: python3-pyghmi-doc Provides: python3-pyghmi-doc
%description help %description help
Pyghmi is a pure Python (mostly IPMI) server management library. Pyghmi is a pure Python (mostly IPMI) server management library.
%prep %prep
%autosetup -n pyghmi-1.5.23 %autosetup -n pyghmi-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -80,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 01 2022 renliang16 <renliang@uniontech.com> - 1.5.34-1
- Upgrade package python3-pyghmi to version 1.5.34
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.23-1 * Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.23-1
- Update version to 1.5.23 - Update version to 1.5.23
* Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com> * Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com>