From 4c642a49d6e1dc79fec28ca0b50daa7fdb8d6fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 17 Aug 2019 18:05:49 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-pytest-timeout.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 3104209..887ddc5 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -6,7 +6,7 @@ know why the test suite hangs. Name: python-%{pypi_name} Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: py.test plugin to abort hanging tests License: MIT @@ -53,6 +53,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py %{python3_sitelib}/__pycache__/pytest_timeout* %changelog +* Sat Aug 17 2019 Miro HronĨok - 1.3.3-6 +- Rebuilt for Python 3.8 + * Thu Aug 08 2019 Scott Talbert - 1.3.3-5 - Remove Python 2 subpackages (#1737398)