New upstream release 1.20.0

epel9
Scott Talbert 8 years ago
parent bb1c69df4f
commit 45f64a5d39

3
.gitignore vendored

@ -6,3 +6,6 @@
/pytest-xdist-1.18.0.tar.gz
/pytest-xdist-1.18.1.tar.gz
/pytest-xdist-1.18.2.tar.gz
/pytest-xdist-1.19.0.tar.gz
/pytest-xdist-1.19.1.tar.gz
/pytest-xdist-1.20.0.tar.gz

@ -13,7 +13,7 @@
different platforms and run tests in parallel on all of them.
Name: python-%{pypi_name}
Version: 1.18.2
Version: 1.20.0
Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes
@ -28,6 +28,8 @@ BuildRequires: python2-execnet
BuildRequires: python3-execnet
BuildRequires: python2-pytest
BuildRequires: python3-pytest
BuildRequires: python2-pytest-forked
BuildRequires: python3-pytest-forked
BuildRequires: python2-py
BuildRequires: python3-py
BuildRequires: python2-setuptools_scm
@ -42,6 +44,7 @@ Summary: %{summary}
Requires: python2-execnet
Requires: python2-pytest
Requires: python2-pytest-forked
Requires: python2-py
%description -n python2-%{pypi_name}
%{desc}
@ -52,6 +55,7 @@ Summary: %{summary}
Requires: python3-execnet
Requires: python3-pytest
Requires: python3-pytest-forked
Requires: python3-py
%description -n python3-%{pypi_name}
%{desc}
@ -68,8 +72,8 @@ Requires: python3-py
%py3_install
%check
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing -k "not test_looponfail_removed_test"
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing -k "not test_looponfail_removed_test"
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing
%files -n python2-%{pypi_name}
@ -85,6 +89,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing -k
%{python3_sitelib}/xdist/
%changelog
* Thu Aug 24 2017 Scott Talbert <swt@techie.net> - 1.20.0-1
- New upstream release 1.20.0
* Sat Jul 29 2017 Scott Talbert <swt@techie.net> - 1.18.2-1
- New upstream release 1.18.2

@ -1 +1 @@
SHA512 (pytest-xdist-1.18.2.tar.gz) = 5653abaa4890b4e0132946353b632db8631f1d6b4981536d6ea70fff77bbe40766af69315b3e2d84aa26c5bf478b28b0d47d7850a0ca4bc58e6f67b846a24790
SHA512 (pytest-xdist-1.20.0.tar.gz) = e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a

Loading…
Cancel
Save