diff --git a/pytest-xdist-1.27.0.tar.gz b/pytest-xdist-1.27.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2f9b5f19405152452fbe496be61653f8036ce78f 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 f9e62c9e5281dc167a31332a5aff5d1e74798889..0000000000000000000000000000000000000000 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 4aa4952320b7cc432b96ca5d7857c766b53142c0..711c0bd7c6a1f70ab1feee1db2603dbe7d990b04 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