From 39fb5a2bcb4eec5e85ef08bf0e2fa62b663e4250 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 00:05:26 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- 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 493e740..586399b 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support for unittest subTest() and subtests fixture # SPDX @@ -49,6 +49,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \ %license LICENSE %changelog +* Fri Jun 07 2024 Python Maint - 0.12.1-2 +- Rebuilt for Python 3.13 + * Mon Apr 08 2024 Fabian Affolter - 0.12.1 - Update to latest upstream release (closes rhbz#2196751, closes rhbz#2203842)