Update to new upstream release 2.0.0 (#1868954)

epel9
Scott Talbert 5 years ago
parent cc40d7736f
commit 8aa4588334

1
.gitignore vendored

@ -30,3 +30,4 @@
/pytest-xdist-1.32.0.tar.gz
/pytest-xdist-1.33.0.tar.gz
/pytest-xdist-1.34.0.tar.gz
/pytest-xdist-2.0.0.tar.gz

@ -1,7 +1,7 @@
%global pypi_name pytest-xdist
Name: python-%{pypi_name}
Version: 1.34.0
Version: 2.0.0
Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes
@ -13,12 +13,12 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: %{py3_dist execnet} >= 1.1
BuildRequires: %{py3_dist filelock}
BuildRequires: %{py3_dist pytest} >= 4.4.0
BuildRequires: %{py3_dist psutil} >= 3.0.0
BuildRequires: %{py3_dist pytest} >= 6.0.0
BuildRequires: %{py3_dist pytest-forked}
BuildRequires: %{py3_dist py}
BuildRequires: %{py3_dist setuptools}
BuildRequires: %{py3_dist setuptools_scm}
BuildRequires: %{py3_dist six}
%global _description %{expand:
The pytest-xdist plugin extends py.test with some unique test execution modes:
@ -63,6 +63,9 @@ Requires: %{py3_dist py}
%{python3_sitelib}/xdist/
%changelog
* Fri Aug 14 2020 Scott Talbert <swt@techie.net> - 1.34.0-2
- Update to new upstream release 2.0.0 (#1868954)
* Tue Jul 28 2020 Scott Talbert <swt@techie.net> - 1.34.0-1
- Update to new upstream release 1.34.0 (#1861207)

@ -1 +1 @@
SHA512 (pytest-xdist-1.34.0.tar.gz) = 69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24
SHA512 (pytest-xdist-2.0.0.tar.gz) = ad1e22ec6963e16f3f1408f0ed39c2945da8f8d2b332b29c36151bc1245e1b9ab532315d8315c22f93f249a64ab508fd78bccd5390be7315d962dd2382f63e0d

Loading…
Cancel
Save