## START: Set by rpmautospec ## (rpmautospec version 0.6.3) ## 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 %bcond tests 1 %global srcname pytest-split %global slugname pytest_split Name: python-%{srcname} Summary: Pytest plugin to split the test suite into sub-suites. Version: 0.8.2 Release: %autorelease License: MIT URL: https://github.com/jerry-git/pytest-split Source: %{url}/archive/refs/tags/%{version}.tar.gz Patch0: 01-fix-license-file-name.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(poetry-core) BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-cov) Requires: python3dist(pytest) %global _description %{expand: Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.} %description %_description %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %_description %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %check %py3_check_import %{slugname} %if %{with tests} %pytest --no-cov tests %endif %files -n python3-%{srcname} %doc README.md %doc CHANGELOG.md %license LICENSE %{python3_sitelib}/%{slugname}-%{version}.dist-info/ %{python3_sitelib}/%{slugname}/ %{_bindir}/slowest-tests %changelog ## START: Generated by rpmautospec * Tue Jun 11 2024 John Doe - 0.8.2-1 - Uncommitted changes ## END: Generated by rpmautospec