New upstream release 1.24.0

epel9
Scott Talbert 6 years ago
parent abf129c89b
commit 607d096c20

1
.gitignore vendored

@ -17,3 +17,4 @@
/pytest-xdist-1.22.3.tar.gz
/pytest-xdist-1.22.5.tar.gz
/pytest-xdist-1.23.2.tar.gz
/pytest-xdist-1.24.0.tar.gz

@ -13,7 +13,7 @@
different platforms and run tests in parallel on all of them.
Name: python-%{pypi_name}
Version: 1.23.2
Version: 1.24.0
Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes
@ -26,6 +26,8 @@ BuildRequires: python2-devel
BuildRequires: python3-devel
BuildRequires: python2-execnet
BuildRequires: python3-execnet
BuildRequires: python2-filelock
BuildRequires: python3-filelock
BuildRequires: python2-pytest
BuildRequires: python3-pytest
BuildRequires: python2-pytest-forked
@ -89,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py
%{python3_sitelib}/xdist/
%changelog
* Wed Oct 31 2018 Scott Talbert <swt@techie.net> - 1.24.0-1
- New upstream release 1.24.0
* Fri Oct 19 2018 Scott Talbert <swt@techie.net> - 1.23.2-1
- New upstream release 1.23.2

@ -1 +1 @@
SHA512 (pytest-xdist-1.23.2.tar.gz) = 4aae9a6d74e53a29630d0233d0a903d008023e322de726ef7ab7cf4865f428942f96cc65264e19726cb6213264edaa747da2cb6f368989417ba821f2a3f9b654
SHA512 (pytest-xdist-1.24.0.tar.gz) = b6262f8ea67f0c67aea9e356f6b7548eb947111151859c7fc3eabba70a20eb77244b9d5067d783d8203586b0040e2a6b8d8d63108d910ee50898f9d521481187

Loading…
Cancel
Save