diff --git a/pytest-xdist-1.27.0.tar.gz b/pytest-xdist-1.27.0.tar.gz new file mode 100644 index 0000000..2f9b5f1 Binary files /dev/null and b/pytest-xdist-1.27.0.tar.gz differ diff --git a/pytest-xdist-2.3.0.tar.gz b/pytest-xdist-2.3.0.tar.gz deleted file mode 100644 index f9e62c9..0000000 Binary files a/pytest-xdist-2.3.0.tar.gz and /dev/null differ diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 4aa4952..711c0bd 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: 1.27.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/39/04/b4f351214f8fa5fd6da0333db56f3da55680dab2b453689fc95ea468bb02/pytest-xdist-1.27.0.tar.gz BuildArch: noarch BuildRequires: python3-setuptools_scm @@ -33,7 +33,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-1.27.0 %build %py3_build @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Aug 17 2021 Python_Bot - 2.3.0-1 -- Package Spec generated +* Sat Sep 4 2021 liyanan - 1.27.0-1 +- package init