From f4af705fd79e18b842d7065a9c5ced0dbe669e1e924378d005895edd141ce8b5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 31 Oct 2024 18:46:06 +0000 Subject: [PATCH] Accepting request 1218415 from home:esampson:branches:devel:languages:python Enable sle15_python_module_pythons. OBS-URL: https://build.opensuse.org/request/show/1218415 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdcal?expand=0&rev=13 --- python-jdcal.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-jdcal.spec b/python-jdcal.spec index e49063e..873b1fc 100644 --- a/python-jdcal.spec +++ b/python-jdcal.spec @@ -1,7 +1,7 @@ # # spec file for package python-jdcal # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,13 +17,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-jdcal Version: 1.4.1 Release: 0 Summary: Julian dates from proleptic Gregorian and Julian calendars License: BSD-2-Clause Group: Development/Languages/Python -Url: http://github.com/phn/jdcal +URL: http://github.com/phn/jdcal Source: https://files.pythonhosted.org/packages/source/j/jdcal/jdcal-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes