diff --git a/0001-add-setup.py.patch b/0001-add-setup.py.patch index c4da175463cd0039aafc5d3096b8ac1da7da9520..2f065e65b2d8008202e37474c1432cf1f4b5f31f 100644 --- a/0001-add-setup.py.patch +++ b/0001-add-setup.py.patch @@ -8,5 +8,5 @@ +if __name__ == "__main__": + setup( + name = "pytest-xdist", -+ version = "3.1.0" ++ version = "3.2.1" + ) diff --git a/pytest-xdist-3.1.0.tar.gz b/pytest-xdist-3.1.0.tar.gz deleted file mode 100644 index 7304d84ed97af1dead28481985bd545d9970f2ad..0000000000000000000000000000000000000000 Binary files a/pytest-xdist-3.1.0.tar.gz and /dev/null differ diff --git a/pytest-xdist-3.2.1.tar.gz b/pytest-xdist-3.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3f32fb321cbc3d424e78e954cbb36ed159a3e57e Binary files /dev/null and b/pytest-xdist-3.2.1.tar.gz differ diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 0a3a49bbf61df772b4239c7dc264db8ef52881ba..f531cd17c097db43cf213a50435f2b43eb62da56 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-xdist -Version: 3.1.0 +Version: 3.2.1 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/0d/e5/f7ece02dc1b4bc24a3e37be6a78251e03fff4193126d7ce126c450644696/pytest-xdist-3.1.0.tar.gz -Patch0: 0001-add-setup.py.patch +Source0: https://files.pythonhosted.org/packages/e3/f8/de2dcd2938c05270c9881cb1463dea388acd0b239ee76809160420157784/pytest-xdist-3.2.1.tar.gz +Patch0: 0001-add-setup.py.patch BuildArch: noarch %description @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 24 2023 wangjunqi - 3.2.1-1 +- Update package to version 3.2.1 + * Fri Dec 16 2022 wangjunqi - 3.1.0-1 - Update package to version 3.1.0