From 04d5782200dae0672c2693eb65a9eae4c478b8e131b50b65cd893bfab6d0e6c7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Sep 2021 11:43:26 +0000 Subject: [PATCH] - Use %autosetup macro instead OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schedule?expand=0&rev=11 --- python-schedule.changes | 5 +++++ python-schedule.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-schedule.changes b/python-schedule.changes index 2a9fa8a..7a138d0 100644 --- a/python-schedule.changes +++ b/python-schedule.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 9 11:43:19 UTC 2021 - Matej Cepl + +- Use %autosetup macro instead + ------------------------------------------------------------------- Wed Sep 8 08:54:38 UTC 2021 - pgajdos@suse.com diff --git a/python-schedule.spec b/python-schedule.spec index 5f0f072..7da7c7a 100644 --- a/python-schedule.spec +++ b/python-schedule.spec @@ -39,8 +39,7 @@ pattern for configuration. Schedule lets the user run Python functions (or any other callable) periodically at pre-determined intervals. %prep -%setup -q -n schedule-%{version} -%patch0 -p1 +%autosetup -p1 -n schedule-%{version} %build %python_build