Update to new upstream release 1.33.0 (#1855516)

epel9
Scott Talbert 5 years ago
parent d2462ef9c1
commit 0508e51e35

1
.gitignore vendored

@ -28,3 +28,4 @@
/pytest-xdist-1.30.0.tar.gz /pytest-xdist-1.30.0.tar.gz
/pytest-xdist-1.31.0.tar.gz /pytest-xdist-1.31.0.tar.gz
/pytest-xdist-1.32.0.tar.gz /pytest-xdist-1.32.0.tar.gz
/pytest-xdist-1.33.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: 1.32.0 Version: 1.33.0
Release: 4%{?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
* Sat Jul 11 2020 Scott Talbert <swt@techie.net> - 1.33.0-1
- Update to new upstream release 1.33.0 (#1855516)
* Thu Jun 25 2020 Scott Talbert <swt@techie.net> - 1.32.0-4 * Thu Jun 25 2020 Scott Talbert <swt@techie.net> - 1.32.0-4
- Modernize Python packaging; BR setuptools - Modernize Python packaging; BR setuptools

@ -1 +1 @@
SHA512 (pytest-xdist-1.32.0.tar.gz) = f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8 SHA512 (pytest-xdist-1.33.0.tar.gz) = 5e5b23e60b546779d4bbcc9b86c004bdb084689ba006c8bb8a7db9be60b6080f04a5bb2b1f5b43a5062b82e35493331d1da699d8a36177307280b06aa23a1367

Loading…
Cancel
Save