From e79f25b21514ee9244ce30208c7101f320fc06a47aa7a9fa787c82178dc65132 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 17 May 2024 06:22:50 +0000 Subject: [PATCH] Accepting request 1174637 from home:dimstar:Factory - Use %autosetup macro: allows us to eliminate usage of deprecated %patchN syntax. OBS-URL: https://build.opensuse.org/request/show/1174637 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocess-tee?expand=0&rev=20 --- python-subprocess-tee.changes | 6 ++++++ python-subprocess-tee.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-subprocess-tee.changes b/python-subprocess-tee.changes index 34872ef..c213283 100644 --- a/python-subprocess-tee.changes +++ b/python-subprocess-tee.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 15:09:42 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN syntax. + ------------------------------------------------------------------- Mon Jul 17 07:05:58 UTC 2023 - Steve Kowalik diff --git a/python-subprocess-tee.spec b/python-subprocess-tee.spec index 267ada7..dafc1d1 100644 --- a/python-subprocess-tee.spec +++ b/python-subprocess-tee.spec @@ -1,7 +1,7 @@ # # spec file for package python-subprocess-tee # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,8 +49,7 @@ any tool that executes long-running child processes. For those, you do want to provide instant feedback (progress) related to what is happening. %prep -%setup -q -n subprocess-tee-%{version} -%patch1 -p1 +%autosetup -p1 -n subprocess-tee-%{version} %build %pyproject_wheel