From d08f2ef85eb5eb8737306ffdd0932a6770fb26d9371030831c3d9590b9d45e2b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Mar 2024 16:14:50 +0000 Subject: [PATCH] Accepting request 1158002 from home:dimstar:Factory - Use %autosetup macro: allows us to eliminate usage of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1158002 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=30 --- python-happybase.changes | 6 ++++++ python-happybase.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-happybase.changes b/python-happybase.changes index a8f2505..9f41e8e 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 14 13:31:07 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN. + ------------------------------------------------------------------- Mon Nov 8 13:54:27 UTC 2021 - Dirk Müller diff --git a/python-happybase.spec b/python-happybase.spec index f1f4ace..6d390cc 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -1,7 +1,7 @@ # # spec file for package python-happybase # -# Copyright (c) 2021 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 @@ -53,8 +53,7 @@ HappyBase is a Python library to interact with Apache HBase. This package contains the documentation. %prep -%setup -q -n happybase-%{version} -%patch0 -p1 +%autosetup -p1 -n happybase-%{version} %build %python_build