Compare commits

1 Commits
main ... 1.1

2 changed files with 3 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
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> 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 # spec file for package python-subprocess-tee
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,8 @@ any tool that executes long-running child processes. For those, you do want
to provide instant feedback (progress) related to what is happening. to provide instant feedback (progress) related to what is happening.
%prep %prep
%autosetup -p1 -n subprocess-tee-%{version} %setup -q -n subprocess-tee-%{version}
%patch1 -p1
%build %build
%pyproject_wheel %pyproject_wheel