%global project badfish %global org redhat-performance %global sum Badfish is a Redfish-based API tool for managing bare-metal systems via the Redfish API %global desc Badfish is a vendor-agnostic, redfish-based API tool used to consolidate \ management of IPMI and out-of-band interfaces for common server hardware \ vendors. Badfish is also a popular song from Sublime, this may be a \ coincidence – are you a badfish too? Name: python3-%{project} Version: 1.0.2 Release: git.20250522_155312%{?dist} Summary: %{sum} License: GPL-3.0-or-later and MIT URL: https://github.com/%{org}/%{project} Source: %{url}/releases/download/v%{version}/python3-badfish-%{version}.tar.gz BuildArch: noarch BuildRequires: %{py3_dist setuptools} BuildRequires: %{py3_dist pip} BuildRequires: python3-devel BuildRequires: zlib-devel %generate_buildrequires %pyproject_buildrequires -t %description %{desc} %prep %autosetup -n %{name}-%{version} %build %py3_build %{__python3} -m pip install --user -r tests/test-requirements.txt %install %py3_install %check %tox %files -n %{name} %doc README.md %license LICENSE %{python3_sitelib}/%{project}-%{version}-py%{python3_version}.egg-info/ %{python3_sitelib}/%{project} %{_bindir}/%{project} %changelog * Thu May 22 2025 Gonzalo Rafuls - 1.0.2-git.20250522_155312 - built from upstream, changelog ignored