## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-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*}}%{?dist} ## END: Set by rpmautospec Name: python-pytest-harvest Version: 1.10.4 Release: %autorelease Summary: Store data created during test execution and retrieve it at the end License: BSD URL: https://pypi.org/project/pytest-harvest/ Source0: %{pypi_source pytest-harvest} BuildArch: noarch BuildRequires: pyproject-rpm-macros %description Store data created during your pytest tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes. %package -n python3-pytest-harvest Summary: %{summary} %{?python_provide:%python_provide python3-pytest-harvest} %description -n python3-pytest-harvest %{summary}. %prep %autosetup -n pytest-harvest-%{version} -p1 cat >pyproject.toml < 1.10.4-1 - Version 1.10.4 (rhbz#2095676) * Fri Jul 22 2022 Fedora Release Engineering - 1.10.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint - 1.10.3-4 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.10.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.7.2-6 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.7.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.7.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.7.2-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Sep 13 2019 Zbigniew Jędrzejewski-Szmek - 1.7.2-1 - Initial packaging