Name: python-retry Version: 0.9.2 Release: 1%{?dist} Summary: Easy to use retry decorator License: Apache-2.0 URL: https://github.com/invl/retry Source: %{url}/archive/%{version}/retry-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Easy to use retry decorator} %description %_description %package -n python3-retry Summary: %{summary} %description -n python3-retry %_description %prep %autosetup -p1 -n retry-%{version} %generate_buildrequires export PBR_VERSION="%{version}" %pyproject_buildrequires -t %build export PBR_VERSION="%{version}" %pyproject_wheel %install %pyproject_install %pyproject_save_files retry %check %tox %files -n python3-retry -f %{pyproject_files} %doc README.* ChangeLog AUTHORS %license LICENSE %changelog * Sun Aug 07 2022 Jonathan Wright - 0.9.2-1 - Initial package build