!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:
commit
349cd6bc99
@ -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
BIN
pytest-xdist-3.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user