diff --git a/python-pytest-forked.spec b/python-pytest-forked.spec index b551090..fc3b2c8 100644 --- a/python-pytest-forked.spec +++ b/python-pytest-forked.spec @@ -6,7 +6,7 @@ C++ libraries that might crash the process. To use the plugin, simply use the\ Name: python-%{pypi_name} Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: py.test plugin for running tests in isolated forked subprocesses License: MIT @@ -49,6 +49,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing %{python3_sitelib}/pytest_forked* %changelog +* Sat Aug 17 2019 Miro HronĨok - 1.0.2-4 +- Rebuilt for Python 3.8 + * Fri Aug 09 2019 Scott Talbert - 1.0.2-3 - Remove Python 2 subpackages (#1739658)