Sync from SUSE:SLFO:Main python-subprocess-tee revision 0cd1c5ed614859ad11c77d3816865214

This commit is contained in:
Adrian Schröter 2024-10-03 17:56:48 +02:00
parent de191fd758
commit 744c0a2dc6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 16 15:09:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminate usage of deprecated
%patchN syntax.
-------------------------------------------------------------------
Mon Jul 17 07:05:58 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

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