## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## 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-pytest-recording Version: 0.13.4 Release: %autorelease Summary: A pytest plugin powered by VCR.py to record and replay HTTP traffic License: MIT URL: https://github.com/kiwicom/pytest-recording Source: %{pypi_source pytest_recording} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: A pytest plugin powered by VCR.py to record and replay HTTP traffic} %description %_description %package -n python3-pytest-recording Summary: %{summary} %description -n python3-pytest-recording %_description %prep %autosetup -p1 -n pytest_recording-%{version} %generate_buildrequires %pyproject_buildrequires -x dev,tests %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l pytest_recording %check %pyproject_check_import %files -n python3-pytest-recording -f %{pyproject_files} %doc docs/ README.rst %changelog ## START: Generated by rpmautospec * Mon Aug 18 2025 John Doe - 0.13.4-1 - Uncommitted changes ## END: Generated by rpmautospec