New upstream release 1.17.1

epel9
Scott Talbert 8 years ago
parent 1a4d478234
commit 93b5c5fb44

1
.gitignore vendored

@ -2,3 +2,4 @@
/pytest-xdist-1.15.0.tar.gz
/pytest-xdist-1.16.0.tar.gz
/pytest-xdist-1.17.0.tar.gz
/pytest-xdist-1.17.1.tar.gz

@ -13,7 +13,7 @@
different platforms and run tests in parallel on all of them.
Name: python-%{pypi_name}
Version: 1.17.0
Version: 1.17.1
Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes
@ -58,6 +58,7 @@ Requires: python3-py
%prep
%autosetup -n %{pypi_name}-%{version}
rm -rf testing/__pycache__
%build
%py2_build
@ -85,6 +86,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing
%{python3_sitelib}/xdist/
%changelog
* Wed Jun 14 2017 Scott Talbert <swt@techie.net> - 1.17.1-1
- New upstream release 1.17.1
* Sat Jun 10 2017 Scott Talbert - 1.17.0-1
- New upstream release 1.17.0

@ -1 +1 @@
SHA512 (pytest-xdist-1.17.0.tar.gz) = f475e6a058958fe59aa2b49bc7510b940a19c04bed142a402b90a0d04c2d0035e13ad872c1aa780b3e8db690242a56ae74483aa6d5f902196afe52eca6d99795
SHA512 (pytest-xdist-1.17.1.tar.gz) = e254a26a1c8effa871254b350d85cc7fd90e040b1b3401aa8c07675a0cc5fea4f84de4ffab36f489315e70d4663f87edd4f254bee0fd20dd039ce06fe1bc5169

Loading…
Cancel
Save