## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-aiofile Version: 3.9.0 Release: %autorelease Summary: Asynchronous file operations. License: Apache-2.0 URL: http://github.com/mosquito/aiofile Source: %{pypi_source aiofile} BuildArch: noarch BuildRequires: python3-pytest # Fill in the actual package description to submit package to Fedora %global _description %{expand: Real asynchronous file operations with asyncio support.} %description %_description %package -n python3-aiofile Summary: %{summary} %description -n python3-aiofile %_description %prep %autosetup -p1 -n aiofile-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l aiofile %check %pyproject_check_import %pytest %files -n python3-aiofile -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Fri May 15 2026 John Doe - 3.9.0-1 - Uncommitted changes ## END: Generated by rpmautospec