From cd88ec11543adf121ff38a1086c2bc0333fd83cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:35:43 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- 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 b422f69..7190e7f 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support for unittest subTest() and subtests fixture License: MIT @@ -49,5 +49,8 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/pytest_subtests-%{version}-py*.egg-info/ %changelog +* Tue May 26 2020 Miro HronĨok - 0.3.0-2 +- Rebuilt for Python 3.9 + * Mon Mar 23 2020 Fabian Affolter - 0.3.0-1 - Initial package for Fedora