!9 upgrade to 2.5.0

From: @zhangy1317 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-02 12:40:36 +00:00 committed by Gitee
commit 266068864b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
pytest-xdist-2.5.0.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: 2.3.0 Version: 2.5.0
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/d8/2a/d6333010844cd3931a57d17ae1203d2404fee689704c3f9a665c31d7faae/pytest-xdist-2.3.0.tar.gz Source0: https://files.pythonhosted.org/packages/5d/43/9dbc32d297d6eae85d6c05dc8e8d3371061bd6cbe56a2f645d9ea4b53d9b/pytest-xdist-2.5.0.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
@ -23,6 +23,7 @@ Summary: pytest xdist plugin for distributed testing and loop-on-failing modes
Provides: python-pytest-xdist Provides: python-pytest-xdist
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%description -n python3-pytest-xdist %description -n python3-pytest-xdist
pytest xdist plugin for distributed testing and loop-on-failing modes. pytest xdist plugin for distributed testing and loop-on-failing modes.
@ -33,7 +34,7 @@ Provides: python3-pytest-xdist-doc
pytest xdist plugin for distributed testing and loop-on-failing modes. pytest xdist plugin for distributed testing and loop-on-failing modes.
%prep %prep
%autosetup -n pytest-xdist-2.3.0 %autosetup -n pytest-xdist-2.5.0
%build %build
%py3_build %py3_build
@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 2.5.0-1
- Upgrade version for openstack yoga
* Tue Aug 17 2021 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1 * Tue Aug 17 2021 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1
- Package Spec generated - Package Spec generated