From 3ab46ec294b8fad443d8f204d4f23d5fa81f572e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 22:59:40 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-pytest-subtests.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 4632015..06d4ad3 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support for unittest subTest() and subtests fixture License: MIT @@ -49,6 +49,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/pytest_subtests-%{version}-py*.egg-info/ %changelog +* Tue Jun 13 2023 Python Maint - 0.10.0-2 +- Rebuilt for Python 3.12 + * Mon Mar 27 2023 Christian Heimes - 0.10.0-1 - Update to 0.10.0