update version to 3.2.1

This commit is contained in:
Wangjunqi123 2023-03-24 09:20:43 +08:00
parent d72e05a5ac
commit 584d1c5e0b
4 changed files with 7 additions and 4 deletions

View File

@ -8,5 +8,5 @@
+if __name__ == "__main__":
+ setup(
+ 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
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
Source0: https://files.pythonhosted.org/packages/e3/f8/de2dcd2938c05270c9881cb1463dea388acd0b239ee76809160420157784/pytest-xdist-3.2.1.tar.gz
Patch0: 0001-add-setup.py.patch
BuildArch: noarch
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Update package to version 3.1.0