From e0fe072a367754420932723fe752cc64f7673d35ab72f957742e99c4cd2151f9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 21 Apr 2023 14:28:16 +0000 Subject: [PATCH] Accepting request 1081460 from home:dirkmueller:acdc:as_python3_module SR for python stack proposal OBS-URL: https://build.opensuse.org/request/show/1081460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isoduration?expand=0&rev=3 --- python-isoduration.changes | 5 +++++ python-isoduration.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-isoduration.changes b/python-isoduration.changes index 5cf6a91..eab459e 100644 --- a/python-isoduration.changes +++ b/python-isoduration.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 21 12:27:10 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + ------------------------------------------------------------------- Mon Dec 26 11:33:20 UTC 2022 - Ben Greiner diff --git a/python-isoduration.spec b/python-isoduration.spec index fc65941..6ea5b7b 100644 --- a/python-isoduration.spec +++ b/python-isoduration.spec @@ -1,7 +1,7 @@ # # spec file for package python-isoduration # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-isoduration Version: 20.11.0 Release: 0 @@ -25,9 +26,9 @@ URL: https://github.com/bolsote/isoduration Source: https://github.com/bolsote/isoduration/archive/refs/tags/%{version}.tar.gz#/isoduration-%{version}-gh.tar.gz BuildRequires: %{python_module arrow >= 0.15.0} BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module wheel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} # SECTION test BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module isodate}