From 406c5e3c8cda608ab15869890406cad4e8f8a03a Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 27 Feb 2023 11:23:07 +0800 Subject: [PATCH] Modify the patching method --- python-pytest-runner.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-pytest-runner.spec b/python-pytest-runner.spec index 4a81cf8..ef9afb0 100644 --- a/python-pytest-runner.spec +++ b/python-pytest-runner.spec @@ -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 - 6.0.0-2 +- Modify the patching method + * Wed Oct 19 2022 wangjunqi - 6.0.0-1 - Update package to version 6.0.0