From f6324eca2276380363a68a5d021a6a24e134a2d4d650c0ab34e2b4e37134a97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 21 May 2024 11:54:39 +0000 Subject: [PATCH] Accepting request 1175512 from home:dimstar:Factory - Replace %patchN with %patch -P N: %patchN is deprecated. OBS-URL: https://build.opensuse.org/request/show/1175512 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-debugger?expand=0&rev=10 --- python-flake8-debugger.changes | 5 +++++ python-flake8-debugger.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-flake8-debugger.changes b/python-flake8-debugger.changes index 332a804..c9b3664 100644 --- a/python-flake8-debugger.changes +++ b/python-flake8-debugger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 21 10:32:02 UTC 2024 - Dominique Leuenberger + +- Replace %patchN with %patch -P N: %patchN is deprecated. + ------------------------------------------------------------------- Wed Oct 12 03:20:30 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-flake8-debugger.spec b/python-flake8-debugger.spec index 19e2e81..c03335b 100644 --- a/python-flake8-debugger.spec +++ b/python-flake8-debugger.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-debugger # -# Copyright (c) 2022 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 @@ -46,7 +46,7 @@ ipdb/pdb statement checker plugin for flake8 %setup -q -n flake8-debugger-%{version} cp %{SOURCE1} . cp %{SOURCE2} . -%patch1 -p1 +%patch -P 1 -p1 %build %python_build