|
|
@ -2,7 +2,7 @@
|
|
|
|
%global module_name pytest_randomly
|
|
|
|
%global module_name pytest_randomly
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 3.4.0
|
|
|
|
Version: 3.4.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?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
|
|
|
@ -49,13 +49,17 @@ rm -r src/*.egg-info
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p no:randomly -v tests/
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p no:randomly -v tests/
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{upstream_name}
|
|
|
|
%files -n python3-%{upstream_name}
|
|
|
|
%doc README.rst HISTORY.rst AUTHORS.rst
|
|
|
|
%doc README.rst HISTORY.rst
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{python3_sitelib}/%{module_name}.py
|
|
|
|
%{python3_sitelib}/%{module_name}.py
|
|
|
|
%{python3_sitelib}/__pycache__/*
|
|
|
|
%{python3_sitelib}/__pycache__/*
|
|
|
|
%{python3_sitelib}/%{module_name}*.egg-info
|
|
|
|
%{python3_sitelib}/%{module_name}*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-1
|
|
|
|
|
|
|
|
- new upstream release 3.4.1:
|
|
|
|
|
|
|
|
https://github.com/pytest-dev/pytest-randomly/blob/3.4.1/HISTORY.rst
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 13 2020 Dan Callaghan <djc@djc.id.au> - 3.4.0-1
|
|
|
|
* Sat Jun 13 2020 Dan Callaghan <djc@djc.id.au> - 3.4.0-1
|
|
|
|
- new upstream release 3.4.0:
|
|
|
|
- new upstream release 3.4.0:
|
|
|
|
https://github.com/pytest-dev/pytest-randomly/blob/3.4.0/HISTORY.rst
|
|
|
|
https://github.com/pytest-dev/pytest-randomly/blob/3.4.0/HISTORY.rst
|
|
|
|