## 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-uncalled-for Version: 0.3.2 Release: %autorelease Summary: Async dependency injection for Python functions License: MIT URL: https://github.com/chrisguidry/uncalled-for Source: %{pypi_source uncalled_for} # Remove some unrecognized arguments for pytest (coverage, xdist, etc...) Patch: remove-pytest-unrecognized-arguments.diff BuildArch: noarch # Test dependencies BuildRequires: python3-pytest BuildRequires: python3-pytest-asyncio %global _description %{expand: Async dependency injection for Python functions. Declare what your function needs as parameter defaults. They show up resolved when the function runs. No ceremony, no container, no configuration.} %description %_description %package -n python3-uncalled-for Summary: %{summary} %description -n python3-uncalled-for %_description %prep %autosetup -p1 -n uncalled_for-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l uncalled_for %check %pyproject_check_import %pytest %files -n python3-uncalled-for -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Thu May 14 2026 John Doe - 0.3.2-1 - Uncommitted changes ## END: Generated by rpmautospec