## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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-check Version: 2.3.1 Release: %autorelease Summary: A pytest plugin that allows multiple failures per test License: MIT URL: https://github.com/okken/pytest-check Source: %{pypi_source pytest_check} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: A pytest plugin that allows multiple failures per test.} %description %_description %package -n python3-pytest-check Summary: %{summary} %description -n python3-pytest-check %_description %prep %autosetup -n pytest_check-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pytest_check %check %pytest %files -n python3-pytest-check -f %{pyproject_files} %license LICENSE.txt %doc README.md %changelog ## START: Generated by rpmautospec * Fri Jun 07 2024 Python Maint - 2.3.1-3 - Rebuilt for Python 3.13 * Thu May 09 2024 Cristian Le - 2.3.1-2 - Add packit automation * Thu May 09 2024 Cristian Le - 2.3.1-1 - Initial import (fedora#2279108) ## END: Generated by rpmautospec