Modify the patching method

This commit is contained in:
wk333 2023-02-27 11:23:07 +08:00
parent a320196b6b
commit 406c5e3c8c

View File

@ -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