!10 Modify the patching method
From: @wk333 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
36711d874e
@ -1,6 +1,6 @@
|
||||
Name: python-pytest-runner
|
||||
Version: 6.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Provide setup.py test support for pytest runner
|
||||
License: MIT
|
||||
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.
|
||||
|
||||
%prep
|
||||
%autosetup -n pytest-runner-%{version}
|
||||
%patch0
|
||||
%autosetup -n pytest-runner-%{version} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -41,6 +40,9 @@ for pytest runner.
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%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
|
||||
- Update package to version 6.0.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user