Modify the patching method
This commit is contained in:
parent
a320196b6b
commit
406c5e3c8c
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user