diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 89fdce3..9d27fb4 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -3,7 +3,7 @@ Name: python-%{upstream_name} Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pytest plugin to randomly order tests and control random.seed License: BSD URL: https://github.com/pytest-dev/pytest-randomly @@ -65,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p %{python3_sitelib}/%{module_name}*.egg-info %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 3.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 15 2020 Dan Callaghan - 3.4.1-2 - skip tests for optional faker integration when it is not available