Accepting request 1223453 from devel:languages:python

- Enable sle15_python_module_pythons.

OBS-URL: https://build.opensuse.org/request/show/1223453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdcal?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-11-12 18:21:46 +00:00 committed by Git OBS Bridge
commit ac86624de2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 12 00:42:57 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Enable sle15_python_module_pythons.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 22 12:52:40 UTC 2019 - pgajdos@suse.com Wed May 22 12:52:40 UTC 2019 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-jdcal # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-jdcal Name: python-jdcal
Version: 1.4.1 Version: 1.4.1
Release: 0 Release: 0
Summary: Julian dates from proleptic Gregorian and Julian calendars Summary: Julian dates from proleptic Gregorian and Julian calendars
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/j/jdcal/jdcal-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes