new upstream release 3.3.1

epel9
Dan Callaghan 5 years ago
parent c8bf34d708
commit 4fa7ee615c

1
.gitignore vendored

@ -1,2 +1,3 @@
/pytest-randomly-1.2.3.tar.gz
/pytest-randomly-3.2.1.tar.gz
/pytest-randomly-3.3.1.tar.gz

@ -2,7 +2,7 @@
%global module_name pytest_randomly
Name: python-%{upstream_name}
Version: 3.2.1
Version: 3.3.1
Release: 1%{?dist}
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD
@ -28,6 +28,7 @@ Requires: python3-importlib-metadata
%endif
# Only for running the tests:
BuildRequires: python3-pytest
BuildRequires: python3-pytest-xdist
BuildRequires: python3-factory-boy
BuildRequires: python3-numpy
@ -55,6 +56,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p
%{python3_sitelib}/%{module_name}*.egg-info
%changelog
* Sun May 17 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.3.1-1
- new upstream release 3.3.1:
https://github.com/pytest-dev/pytest-randomly/blob/3.3.1/HISTORY.rst
* Thu Jan 30 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.2.1-1
- new upstream release 3.2.1

@ -1 +1 @@
SHA512 (pytest-randomly-3.2.1.tar.gz) = 1ea0dd7d43e2193d90aa5ea8caeaf3933c00b3d57e7917702902eeb010170034f949fdc02c3d2c7920b64d2e20a39d96e581b8d17a7aaa2768432efbd0155057
SHA512 (pytest-randomly-3.3.1.tar.gz) = 107b42df282d04d48a30d27e08fd177bf1f5c2d83fb5f2374fe76699fcc347c74cb57f6507d208569eaf77820099404032fbc15cfe78f6c2da259dcfcea6ffc0

Loading…
Cancel
Save