Name: python-requests-wsgi-adapter Version: 0.4.1 Release: %autorelease Summary: WSGI Transport Adapter for Requests License: BSD-3-Clause URL: https://github.com/seanbrant/requests-wsgi-adapter VCS: git:%{url}.git Source: %{pypi_source requests-wsgi-adapter} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: WSGI Transport Adapter for Requests.} %description %_description %package -n python3-requests-wsgi-adapter Summary: %{summary} %description -n python3-requests-wsgi-adapter %_description %prep %autosetup -p1 -n requests-wsgi-adapter-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L wsgiadaptor %check %pyproject_check_import %pytest %files -n python3-requests-wsgi-adapter -f %{pyproject_files} %license LICENSE %doc README.rst %changelog %autochangelog