14
0

Accepting request 1174637 from home:dimstar:Factory

- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.

OBS-URL: https://build.opensuse.org/request/show/1174637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocess-tee?expand=0&rev=20
This commit is contained in:
2024-05-17 06:22:50 +00:00
committed by Git OBS Bridge
parent 79a83b2eb0
commit 04f219e0ee
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> 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) 2023 SUSE LLC # Copyright (c) 2024 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,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. to provide instant feedback (progress) related to what is happening.
%prep %prep
%setup -q -n subprocess-tee-%{version} %autosetup -p1 -n subprocess-tee-%{version}
%patch1 -p1
%build %build
%pyproject_wheel %pyproject_wheel