Update to new upstream release 2.1.0 (#1872506)

epel9
Scott Talbert 4 years ago
parent 8f460615d8
commit 2cc8388a33

1
.gitignore vendored

@ -31,3 +31,4 @@
/pytest-xdist-1.33.0.tar.gz /pytest-xdist-1.33.0.tar.gz
/pytest-xdist-1.34.0.tar.gz /pytest-xdist-1.34.0.tar.gz
/pytest-xdist-2.0.0.tar.gz /pytest-xdist-2.0.0.tar.gz
/pytest-xdist-2.1.0.tar.gz

@ -1,7 +1,7 @@
%global pypi_name pytest-xdist %global pypi_name pytest-xdist
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.0.0 Version: 2.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes Summary: py.test plugin for distributed testing and loop-on-failing modes
@ -63,6 +63,9 @@ Requires: %{py3_dist py}
%{python3_sitelib}/xdist/ %{python3_sitelib}/xdist/
%changelog %changelog
* Wed Aug 26 2020 Scott Talbert <swt@techie.net> - 2.1.0-1
- Update to new upstream release 2.1.0 (#1872506)
* Fri Aug 14 2020 Scott Talbert <swt@techie.net> - 2.0.0-1 * Fri Aug 14 2020 Scott Talbert <swt@techie.net> - 2.0.0-1
- Update to new upstream release 2.0.0 (#1868954) - Update to new upstream release 2.0.0 (#1868954)

@ -1 +1 @@
SHA512 (pytest-xdist-2.0.0.tar.gz) = ad1e22ec6963e16f3f1408f0ed39c2945da8f8d2b332b29c36151bc1245e1b9ab532315d8315c22f93f249a64ab508fd78bccd5390be7315d962dd2382f63e0d SHA512 (pytest-xdist-2.1.0.tar.gz) = 85c69d8e649a19de5639738eae4cb213dc7323d96883ec82f39ab51a196346edd9fadbaf97f9763ac0dea104bc123d521264a39d2701878edfa76ce7e5bb347b

Loading…
Cancel
Save