!10 Modify the patching method

From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-27 09:09:06 +00:00 committed by Gitee
commit 36711d874e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-pytest-runner Name: python-pytest-runner
Version: 6.0.0 Version: 6.0.0
Release: 1 Release: 2
Summary: Provide setup.py test support for pytest runner Summary: Provide setup.py test support for pytest runner
License: MIT License: MIT
URL: https://github.com/pytest-dev/pytest-runner/ URL: https://github.com/pytest-dev/pytest-runner/
@ -24,8 +24,7 @@ Setup scripts can use pytest-runner to add setup.py test support
for pytest runner. for pytest runner.
%prep %prep
%autosetup -n pytest-runner-%{version} %autosetup -n pytest-runner-%{version} -p1
%patch0
%build %build
%py3_build %py3_build
@ -41,6 +40,9 @@ for pytest runner.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Feb 27 2023 wangkai <wangkai385@h-partners.com> - 6.0.0-2
- Modify the patching method
* Wed Oct 19 2022 wangjunqi <wangjunqi@kylinos.cn> - 6.0.0-1 * Wed Oct 19 2022 wangjunqi <wangjunqi@kylinos.cn> - 6.0.0-1
- Update package to version 6.0.0 - Update package to version 6.0.0