## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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-gitconfig Version: 0.7.0 Release: %autorelease Summary: Provide a Git config sandbox for testing License: MIT URL: https://github.com/noirbizarre/pytest-gitconfig VCS: git:%{url}.git Source: %{pypi_source pytest_gitconfig} BuildArch: noarch BuildRequires: python3-devel # Tests BuildRequires: git-core %global _description %{expand: Provide a Git config sandbox for testing.} %description %_description %package -n python3-pytest-gitconfig Summary: %{summary} %description -n python3-pytest-gitconfig %_description %prep %autosetup -p1 -n pytest_gitconfig-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L pytest_gitconfig %check %pyproject_check_import %pytest %files -n python3-pytest-gitconfig -f %{pyproject_files} %doc README.md %license LICENSE %changelog ## START: Generated by rpmautospec * Fri Aug 15 2025 Python Maint - 0.7.0-2 - Rebuilt for Python 3.14.0rc2 bytecode * Sun Aug 03 2025 Benson Muite - 0.7.0-1 - Initial import bz#2385914 ## END: Generated by rpmautospec