diff --git a/0001-add-setup.py.patch b/0001-add-setup.py.patch index c4da175..2f065e6 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 7304d84..0000000 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 0000000..3f32fb3 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 0a3a49b..f531cd1 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