From a916de6bc8a9148b6f029b0d891ab511f028c8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 04:08:22 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-pytest-xdist.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 06e02ce..97ee558 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -14,7 +14,7 @@ Name: python-%{pypi_name} Version: 1.32.0 -Release: 1%{?dist} +Release: 2%{?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 +* Sun May 24 2020 Miro HronĨok - 1.32.0-2 +- Rebuilt for Python 3.9 + * Mon May 04 2020 Scott Talbert - 1.32.0-1 - Update to new upstream release 1.32.0 (#1830627)