|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 3.3.1
|
|
|
|
Version: 3.3.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Pytest plugin to randomly order tests and control random.seed
|
|
|
|
Summary: Pytest plugin to randomly order tests and control random.seed
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/pytest-dev/pytest-randomly
|
|
|
|
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
|
|
|
|
%{python3_sitelib}/%{module_name}*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.1-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 17 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.3.1-1
|
|
|
|
* Sun May 17 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.3.1-1
|
|
|
|
- new upstream release 3.3.1:
|
|
|
|
- new upstream release 3.3.1:
|
|
|
|
https://github.com/pytest-dev/pytest-randomly/blob/3.3.1/HISTORY.rst
|
|
|
|
https://github.com/pytest-dev/pytest-randomly/blob/3.3.1/HISTORY.rst
|
|
|
|