new upstream release 3.4.0

epel9
Dan Callaghan 5 years ago
parent a3909ee29a
commit fca7122534

1
.gitignore vendored

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

@ -2,8 +2,8 @@
%global module_name pytest_randomly %global module_name pytest_randomly
Name: python-%{upstream_name} Name: python-%{upstream_name}
Version: 3.3.1 Version: 3.4.0
Release: 2%{?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
URL: https://github.com/pytest-dev/pytest-randomly URL: https://github.com/pytest-dev/pytest-randomly
@ -56,6 +56,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p
%{python3_sitelib}/%{module_name}*.egg-info %{python3_sitelib}/%{module_name}*.egg-info
%changelog %changelog
* Sat Jun 13 2020 Dan Callaghan <djc@djc.id.au> - 3.4.0-1
- new upstream release 3.4.0:
https://github.com/pytest-dev/pytest-randomly/blob/3.4.0/HISTORY.rst
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.1-2 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.1-2
- Rebuilt for Python 3.9 - Rebuilt for Python 3.9

@ -1 +1 @@
SHA512 (pytest-randomly-3.3.1.tar.gz) = 107b42df282d04d48a30d27e08fd177bf1f5c2d83fb5f2374fe76699fcc347c74cb57f6507d208569eaf77820099404032fbc15cfe78f6c2da259dcfcea6ffc0 SHA512 (pytest-randomly-3.4.0.tar.gz) = 4a5a24760038452f67f500b7ab42773e3e4da2784d5410e2e580f411249b17ce06b8c6ab00486ad110f7fd796d84063a5b475e35241a59ff89518c3c0866e9a9

Loading…
Cancel
Save