new upstream release 3.4.1

epel9
Dan Callaghan 5 years ago
parent fca7122534
commit eb9532b332

1
.gitignore vendored

@ -2,3 +2,4 @@
/pytest-randomly-3.2.1.tar.gz
/pytest-randomly-3.3.1.tar.gz
/pytest-randomly-3.4.0.tar.gz
/pytest-randomly-3.4.1.tar.gz

@ -2,7 +2,7 @@
%global module_name pytest_randomly
Name: python-%{upstream_name}
Version: 3.4.0
Version: 3.4.1
Release: 1%{?dist}
Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD
@ -49,13 +49,17 @@ rm -r src/*.egg-info
PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p no:randomly -v tests/
%files -n python3-%{upstream_name}
%doc README.rst HISTORY.rst AUTHORS.rst
%doc README.rst HISTORY.rst
%license LICENSE
%{python3_sitelib}/%{module_name}.py
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/%{module_name}*.egg-info
%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
- new upstream release 3.4.0:
https://github.com/pytest-dev/pytest-randomly/blob/3.4.0/HISTORY.rst

@ -1 +1 @@
SHA512 (pytest-randomly-3.4.0.tar.gz) = 4a5a24760038452f67f500b7ab42773e3e4da2784d5410e2e580f411249b17ce06b8c6ab00486ad110f7fd796d84063a5b475e35241a59ff89518c3c0866e9a9
SHA512 (pytest-randomly-3.4.1.tar.gz) = 53da40628170566a1023c06759a039a96d4e943bd42bbc1df79f314e6a5a1f4a5e62456c48dbe8707f02f8bf46b1d0b9dbb179c7d751a8d6711b8f4cfb4fa619

Loading…
Cancel
Save