!14 Upgrade to latest release [python-pytest-xdist -> 3.2.1]

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-03-28 01:10:21 +00:00 committed by Gitee
commit 349cd6bc99
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 7 additions and 4 deletions

View File

@ -8,5 +8,5 @@
+if __name__ == "__main__": +if __name__ == "__main__":
+ setup( + setup(
+ name = "pytest-xdist", + name = "pytest-xdist",
+ version = "3.1.0" + version = "3.2.1"
+ ) + )

Binary file not shown.

BIN
pytest-xdist-3.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pytest-xdist Name: python-pytest-xdist
Version: 3.1.0 Version: 3.2.1
Release: 1 Release: 1
Summary: pytest xdist plugin for distributed testing and loop-on-failing modes Summary: pytest xdist plugin for distributed testing and loop-on-failing modes
License: MIT License: MIT
URL: https://github.com/pytest-dev/pytest-xdist URL: https://github.com/pytest-dev/pytest-xdist
Source0: https://files.pythonhosted.org/packages/0d/e5/f7ece02dc1b4bc24a3e37be6a78251e03fff4193126d7ce126c450644696/pytest-xdist-3.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/e3/f8/de2dcd2938c05270c9881cb1463dea388acd0b239ee76809160420157784/pytest-xdist-3.2.1.tar.gz
Patch0: 0001-add-setup.py.patch Patch0: 0001-add-setup.py.patch
BuildArch: noarch BuildArch: noarch
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Mar 24 2023 wangjunqi <wangjunqi@kylinos.cn> - 3.2.1-1
- Update package to version 3.2.1
* Fri Dec 16 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.1.0-1 * Fri Dec 16 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.1.0-1
- Update package to version 3.1.0 - Update package to version 3.1.0