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