diff --git a/pytest-xdist-2.3.0.tar.gz b/pytest-xdist-2.3.0.tar.gz deleted file mode 100644 index f9e62c9e5281dc167a31332a5aff5d1e74798889..0000000000000000000000000000000000000000 Binary files a/pytest-xdist-2.3.0.tar.gz and /dev/null differ diff --git a/pytest-xdist-2.5.0.tar.gz b/pytest-xdist-2.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c595dc6f9082491b63ba180366e613c0b650528c Binary files /dev/null and b/pytest-xdist-2.5.0.tar.gz differ diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 4aa4952320b7cc432b96ca5d7857c766b53142c0..d2549752a487c5b7c30c09ef3b6e1b692e11a56d 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-xdist -Version: 2.3.0 +Version: 2.5.0 Release: 1 Summary: pytest xdist plugin for distributed testing and loop-on-failing modes License: MIT URL: https://github.com/pytest-dev/pytest-xdist -Source0: https://files.pythonhosted.org/packages/d8/2a/d6333010844cd3931a57d17ae1203d2404fee689704c3f9a665c31d7faae/pytest-xdist-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/5d/43/9dbc32d297d6eae85d6c05dc8e8d3371061bd6cbe56a2f645d9ea4b53d9b/pytest-xdist-2.5.0.tar.gz BuildArch: noarch BuildRequires: python3-setuptools_scm @@ -23,6 +23,7 @@ Summary: pytest xdist plugin for distributed testing and loop-on-failing modes Provides: python-pytest-xdist BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm %description -n python3-pytest-xdist pytest xdist plugin for distributed testing and loop-on-failing modes. @@ -33,7 +34,7 @@ Provides: python3-pytest-xdist-doc pytest xdist plugin for distributed testing and loop-on-failing modes. %prep -%autosetup -n pytest-xdist-2.3.0 +%autosetup -n pytest-xdist-2.5.0 %build %py3_build @@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 2.5.0-1 +- Upgrade version for openstack yoga + * Tue Aug 17 2021 Python_Bot - 2.3.0-1 - Package Spec generated