diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 44f1dd3..c9e3998 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -14,7 +14,7 @@ Name: python-%{pypi_name} Version: 1.29.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: py.test plugin for distributed testing and loop-on-failing modes License: MIT @@ -64,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py %{python3_sitelib}/xdist/ %changelog +* Sat Aug 17 2019 Miro HronĨok - 1.29.0-4 +- Rebuilt for Python 3.8 + * Thu Aug 08 2019 Scott Talbert - 1.29.0-3 - Remove Python 2 subpackages (#1737399)