- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 04:41:39 +00:00
parent b9153636ad
commit 6d547f884c

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.4.2 Version: 1.4.2
Release: 4%{?dist} Release: 5%{?dist}
Summary: py.test plugin to abort hanging tests Summary: py.test plugin to abort hanging tests
License: MIT License: MIT
@ -50,6 +50,9 @@ Summary: %{summary}
%{python3_sitelib}/__pycache__/pytest_timeout* %{python3_sitelib}/__pycache__/pytest_timeout*
%changelog %changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.2-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Mar 30 2021 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-4 * Tue Mar 30 2021 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-4
- Don't BuildRequire python3-pytest-cov - Don't BuildRequire python3-pytest-cov
Resolves: rhbz#1945252 Resolves: rhbz#1945252