!3 Upgrade package to version 0.21.0

From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-08 08:22:31 +00:00 committed by Gitee
commit 05c7e50845
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pytest-xprocess
Version: 0.19.0
Version: 0.21.0
Release: 1
Summary: Pytest plugin to manage external processes across test runs
License: MIT
URL: https://github.com/pytest-dev/pytest-xprocess/
Source0: https://files.pythonhosted.org/packages/4b/f9/ba67efabd032e73e0526f6236dfe97c4860b1aa2e5d23f0a1c2f5d8d5e50/pytest-xprocess-0.19.0.tar.gz
Source0: https://files.pythonhosted.org/packages/69/11/8e579a231b1e18b99fd14b0bdd47fc8eded9236fb32fee1602e53fdb1945/pytest-xprocess-0.21.0.tar.gz
BuildArch: noarch
Requires: python3-pytest
@ -31,7 +31,7 @@ Provides: python3-pytest-xprocess-doc
A pytest plugin for managing external processes across test runs.
%prep
%autosetup -n pytest-xprocess-0.19.0
%autosetup -n pytest-xprocess-0.21.0
%build
%py3_build
@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Dec 07 2022 chendexi <chendexi@kylinos.cn> - 0.21.0-1
- Upgrade package to version 0.21.0
* Mon Aug 01 2022 Python_Bot <Python_Bot@openeuler.org> - 0.19.0-1
- Package Spec generated