From a3909ee29aaeb457673e80ec986eb03026bbe17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:35:33 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-pytest-randomly.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 746600f..233b223 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -3,7 +3,7 @@ Name: python-%{upstream_name} Version: 3.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pytest plugin to randomly order tests and control random.seed License: BSD URL: https://github.com/pytest-dev/pytest-randomly @@ -56,6 +56,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p %{python3_sitelib}/%{module_name}*.egg-info %changelog +* Tue May 26 2020 Miro HronĨok - 3.3.1-2 +- Rebuilt for Python 3.9 + * Sun May 17 2020 Dan Callaghan - 3.3.1-1 - new upstream release 3.3.1: https://github.com/pytest-dev/pytest-randomly/blob/3.3.1/HISTORY.rst