## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## 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 %global _description %{expand: pytest-sugar is a plugin for pytest that shows failures and errors instantly and shows a progress bar.} Name: python-pytest-sugar Version: 0.9.7 Release: %autorelease Summary: Change the default look and feel of pytest License: BSD URL: https://pypi.org/project/pytest-sugar Source0: %{pypi_source pytest-sugar} BuildArch: noarch %description %_description %package -n python3-pytest-sugar Summary: %{summary} BuildRequires: python3-devel BuildRequires: %{py3_dist setuptools} BuildRequires: %{py3_dist pytest} %description -n python3-pytest-sugar %_description %prep %autosetup -n pytest-sugar-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pytest_sugar %check PYTHONPATH=. %{pytest} -v -s %files -n python3-pytest-sugar -f %{pyproject_files} %doc README.md %changelog * Tue Aug 29 2023 Ankur Sinha (Ankur Sinha Gmail) - 0.9.7-2 - chore: add packit config * Sat Jul 22 2023 Ankur Sinha (Ankur Sinha Gmail) - 0.9.7-1 - feat: update to 0.9.7 (fixes rhbz#2185578) * Fri Jul 21 2023 Fedora Release Engineering - 0.9.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 0.9.6-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.9.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 14 2022 Ankur Sinha (Ankur Sinha Gmail) - 0.9.6-3 - chore: use pyproject macros * Mon Nov 14 2022 Lumír Balhar - 0.9.6-1 - Update to 0.9.6 (#2105810) * Fri Jul 22 2022 Fedora Release Engineering - 0.9.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.9.4-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 27 2021 Ankur Sinha - 0.9.4-1 - Update to latest release * Fri Jul 23 2021 Fedora Release Engineering - 0.9.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.9.3-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.9.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 07 2020 Ankur Sinha - 0.9.3-1 - Update to 0.9.3 - Enable tests: failures with pytest5 were fixed in this release * Tue May 26 2020 Miro Hrončok - 0.9.2-6 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.9.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.9.2-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.9.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jul 20 2019 Ankur Sinha - 0.9.2-1 - Correct macro usage - Temporarily disable tests * Fri Jul 19 2019 Ankur Sinha - 0.9.2-1 - Initial build