Name: python-aiohttp Version: 3.9.3 Release: 1%{?dist} Summary: Async http client/server framework License: Apache-2.0 URL: https://github.com/aio-libs/aiohttp Source: %{pypi_source aiohttp} BuildArch: x86_64 BuildRequires: python3-devel BuildRequires: gcc BuildRequires: python3-pytest BuildRequires: python3-gunicorn %global _description %{expand: Async http client/server framework} %description %_description %package -n python3-aiohttp Summary: %{summary} %description -n python3-aiohttp %_description %prep %autosetup -p1 -n aiohttp-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files aiohttp %check %pyproject_check_import %files -n python3-aiohttp -f %{pyproject_files} %doc README.* %changelog * Tue Feb 06 2024 David Kaufmann - 3.9.3-1 - Initial version