%bcond docs %{undefined rhel} %bcond pbr %{undefined rhel} %bcond tests %{undefined rhel} %global sname pyghmi %global common_summary Python General Hardware Management Initiative (IPMI and others) %global common_desc This is a pure Python implementation of IPMI protocol. \ \ The included pyghmicons and pyghmiutil scripts demonstrate how one may \ incorporate the pyghmi library into a Python application. %global common_desc_tests Tests for the pyghmi library Summary: %{common_summary} Name: python-%{sname} Version: %{?version:%{version}}%{!?version:1.5.69} Release: 2%{?dist} Source0: https://tarballs.opendev.org/x/%{sname}/%{sname}-%{version}.tar.gz License: ASL 2.0 Prefix: %{_prefix} BuildArch: noarch Url: https://opendev.org/x/pyghmi ## RHEL-specific patches Patch1000: nopbr.patch Patch1001: setup.patch %description %{common_desc} %package -n python3-%{sname} Summary: %{common_summary} %{?python_provide:%python_provide python3-%{sname}} BuildRequires: python3-devel %if %{with pbr} BuildRequires: python3-pbr %endif BuildRequires: python3-setuptools %if %{with tests} BuildRequires: python3-oslotest BuildRequires: python3-stestr %endif BuildRequires: python3-cryptography BuildRequires: python3-six BuildRequires: python3-dateutil Requires: python3-cryptography >= 2.1 Requires: python3-six >= 1.10.0 Requires: python3-dateutil >= 2.8.1 %description -n python3-%{sname} %{common_desc} %package -n python3-%{sname}-tests Summary: %{common_desc_tests} Requires: python3-%{sname} = %{version}-%{release} %description -n python3-%{sname}-tests %{common_desc_tests} %if %{with docs} %package -n python-%{sname}-doc Summary: The pyghmi library documentation BuildRequires: python3-sphinx BuildRequires: python3-openstackdocstheme %description -n python-%{sname}-doc Documentation for the pyghmi library %endif %prep %setup -qn %{sname}-%{version} %if %{without pbr} %patch1000 -p1 %patch1001 -p1 sed -i s/@@REDHATVERSION@@/%{version}/ pyghmi/version.py sed -e "s/#VERSION#/%{version}/" setup.py.tmpl > setup.py %endif %build %py3_build %if %{with docs} sphinx-build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %endif %install %py3_install %check %if %{with tests} stestr run %else %py3_check_import %{sname} %{sname}.cmd %{sname}.ipmi %{sname}.ipmi.oem %{sname}.ipmi.oem.lenovo %{sname}.ipmi.private %{sname}.redfish %{sname}.redfish.oem %{sname}.redfish.oem.dell %{sname}.redfish.oem.lenovo %{sname}.util %endif %files -n python3-%{sname} %license LICENSE %{_bindir}/pyghmicons %{_bindir}/pyghmiutil %{_bindir}/virshbmc %{_bindir}/fakebmc %{python3_sitelib}/%{sname} %{python3_sitelib}/%{sname}-*.egg-info %exclude %{python3_sitelib}/%{sname}/tests %files -n python3-%{sname}-tests %license LICENSE %{python3_sitelib}/%{sname}/tests %if %{with docs} %files -n python-%{sname}-doc %license LICENSE %doc doc/build/html README.md %endif %changelog * Thu May 02 2024 Yaakov Selkowitz - 1.5.69-2 - Limit dependencies in RHEL builds * Sun Apr 21 2024 Dmitry Tantsur - 1.5.69-1 - Update to 1.5.69 * Fri Jan 26 2024 Fedora Release Engineering - 1.5.29-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.5.29-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.5.29-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Dmitry Tantsur - 1.5.29-7 - Avoid setup.py build_sphinx (#2221967) * Thu Jun 15 2023 Python Maint - 1.5.29-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.5.29-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.5.29-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Python Maint - 1.5.29-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.5.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Aug 09 2021 Joel Capitao - 1.5.29-1 - Update to 1.5.29. * Fri Jul 23 2021 Fedora Release Engineering - 1.5.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.5.19-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.5.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Nov 06 2020 Joel Capitao - 1.5.19-1 - Updated to 1.5.19. * Sun Aug 30 2020 Dmitry Tantsur - 1.5.16-1 - Updated to 1.5.16. * Wed Jul 29 2020 Fedora Release Engineering - 1.5.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Dmitry Tantsur - 1.5.14-4 - Relax dateutil requirement in requirement.txt as well (#1835084) * Tue May 26 2020 Miro Hrončok - 1.5.14-3 - Rebuilt for Python 3.9 * Wed May 13 2020 Yatin Karel - 1.5.14-2 - Fix typo in requirements * Mon May 11 2020 Yatin Karel - 1.5.14-1 - Updated to 1.5.14. * Thu Oct 03 2019 Miro Hrončok - 1.2.16-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.2.16-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.2.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Feb 05 2019 Alfredo Moralejo - 1.2.16-1 - Updated to 1.2.16. * Sat Feb 02 2019 Fedora Release Engineering - 1.2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 1.2.4-4 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Tue Aug 14 2018 Ilya Etingof - 1.2.4-3 - Added Python 3 build * Mon Aug 13 2018 Ilya Etingof - 1.2.4-1 - Upstream 1.2.4 * Sat Jul 14 2018 Fedora Release Engineering - 1.0.22-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Iryna Shcherbina - 1.0.22-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 1.0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Oct 5 2017 Haïkel Guémar - 1.0.22-1 - Upstream 1.0.22 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.12-4 - Python 2 binary package renamed to python2-pyghmi See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 1.0.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Nov 07 2016 Lucas Alvares Gomes - 1.0.12-1 - Rebased to 1.0.12 * Tue Jul 19 2016 Fedora Release Engineering - 0.8.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Sep 25 2015 Lucas Alvares Gomes - 0.8.0-1 - Rebased to 0.8.0 * Thu Jun 18 2015 Fedora Release Engineering - 0.5.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.5.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Feb 20 2014 Lucas Alvares Gomes - 0.5.9-1 - Initial package.