Name: python-requests-exoscale-auth Version: 1.1.2 Release: 1%{?dist} Summary: Exoscale APIs support for Python-Requests License: BSD URL: https://github.com/exoscale/requests-exoscale-auth Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch %global _description %{expand: Exoscale APIs support for Python-Requests} %description %_description %package -n python3-requests-exoscale-auth Summary: ${summary} BuildRequires: python3-devel # Test dependencies: BuildRequires: python3dist(pytest) %description -n python3-requests-exoscale-auth %_description %prep %autosetup -p1 -n requests-exoscale-auth-%{version} %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files exoscale_auth %check %pytest %files -n python3-requests-exoscale-auth -f %{pyproject_files} %doc README.rst %license LICENSE %changelog * Tue Oct 26 2021 Roman Inflianskas - 1.1.2-1 - Initial package