Accepting request 1175543 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1175543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-debugger?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2024-05-22 19:29:46 +00:00 committed by Git OBS Bridge
commit 9acb0959ee
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 10:32:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace %patchN with %patch -P N: %patchN is deprecated.
-------------------------------------------------------------------
Wed Oct 12 03:20:30 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -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