Update to new upstream release 2.3.0 (#1972964)

epel9
Scott Talbert 4 years ago
parent 1af1e79267
commit 698a577300

1
.gitignore vendored

@ -34,3 +34,4 @@
/pytest-xdist-2.1.0.tar.gz /pytest-xdist-2.1.0.tar.gz
/pytest-xdist-2.2.0.tar.gz /pytest-xdist-2.2.0.tar.gz
/pytest-xdist-2.2.1.tar.gz /pytest-xdist-2.2.1.tar.gz
/pytest-xdist-2.3.0.tar.gz

@ -1,8 +1,8 @@
%global pypi_name pytest-xdist %global pypi_name pytest-xdist
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.2.1 Version: 2.3.0
Release: 2%{?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
License: MIT License: MIT
@ -63,6 +63,9 @@ Requires: %{py3_dist py}
%{python3_sitelib}/xdist/ %{python3_sitelib}/xdist/
%changelog %changelog
* Thu Jun 17 2021 Scott Talbert <swt@techie.net> - 2.2.1-3
- Update to new upstream release 2.3.0 (#1972964)
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.2.1-2 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.2.1-2
- Rebuilt for Python 3.10 - Rebuilt for Python 3.10

@ -1 +1 @@
SHA512 (pytest-xdist-2.2.1.tar.gz) = 0732f5ffb56eead3d1aeecd37381c2d9c6ed22398e8e51e9358b562765d737ebde48ecb6fe9f90d9a46902dba1422721cb2c7bfc9fc13918aa2c3b8e6a5e48c4 SHA512 (pytest-xdist-2.3.0.tar.gz) = bf49a1684b29f0ae21621b9d293f530cf2fa3d88b33f631fb803aef872c0d5ef6b3bbf2e16d01be8a6c1872fe3e6cff86ab842e3000b9e642fb46c2a170627f6

Loading…
Cancel
Save