## 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-aiothreads Version: 1.1.1 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: glue between async and thread worlds # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: Apache-2.0 URL: https://github.com/mosquito/aiothreads Source: %{pypi_source aiothreads} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'aiothreads' generated automatically by pyp2spec.} %description %_description %package -n python3-aiothreads Summary: %{summary} %description -n python3-aiothreads %_description %prep %autosetup -p1 -n aiothreads-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # Add top-level Python module names here as arguments, you can use globs %pyproject_save_files -l ... %check %pyproject_check_import %files -n python3-aiothreads -f %{pyproject_files} %changelog ## START: Generated by rpmautospec * Fri May 15 2026 John Doe - 1.1.1-1 - Uncommitted changes ## END: Generated by rpmautospec