Accepting request 1175516 from home:dimstar:Factory

- Replace %patchN with %patch -P N: %patchN is deprecated.

OBS-URL: https://build.opensuse.org/request/show/1175516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus-ext-threading?expand=0&rev=9
This commit is contained in:
2024-05-21 11:56:30 +00:00
committed by Git OBS Bridge
parent e313026d34
commit c4e42bcdd6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 10:37:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace %patchN with %patch -P N: %patchN is deprecated.
-------------------------------------------------------------------
Tue Mar 5 23:05:44 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -43,7 +43,7 @@ OpenCensus threading Integration
%prep
%setup -q -n opencensus-python-%{repo_version}/contrib/opencensus-ext-threading
pushd ../..
%patch0 -p1
%patch -P 0 -p1
popd
# for discovery to work
touch tests/__init__.py