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