Update to new upstream release 1.30.0 (#1757495)

epel9
Scott Talbert 5 years ago
parent 5a5e8b50bb
commit 8c1622ff53

1
.gitignore vendored

@ -25,3 +25,4 @@
/pytest-xdist-1.27.0.tar.gz
/pytest-xdist-1.28.0.tar.gz
/pytest-xdist-1.29.0.tar.gz
/pytest-xdist-1.30.0.tar.gz

@ -13,8 +13,8 @@
different platforms and run tests in parallel on all of them.
Name: python-%{pypi_name}
Version: 1.29.0
Release: 4%{?dist}
Version: 1.30.0
Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes
License: MIT
@ -64,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py
%{python3_sitelib}/xdist/
%changelog
* Wed Oct 02 2019 Scott Talbert <swt@techie.net> - 1.30.0-1
- Update to new upstream release 1.30.0 (#1757495)
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.29.0-4
- Rebuilt for Python 3.8

@ -1 +1 @@
SHA512 (pytest-xdist-1.29.0.tar.gz) = b4d62d602cef103e69a42105c1455e52d67769b21c93f931831e577e7b5aa2e27d017a61634ebdde2be5a5db1a53453bb380d4b7d9e45f445320a9a2cb10a63c
SHA512 (pytest-xdist-1.30.0.tar.gz) = 978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122

Loading…
Cancel
Save