diff --git a/python-cppy.changes b/python-cppy.changes index 387e73a..967c2e1 100644 --- a/python-cppy.changes +++ b/python-cppy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 21 12:23:49 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:40:42 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + ------------------------------------------------------------------- Thu Jul 14 17:35:43 UTC 2022 - Ben Greiner diff --git a/python-cppy.spec b/python-cppy.spec index bb441e1..34496c8 100644 --- a/python-cppy.spec +++ b/python-cppy.spec @@ -1,7 +1,7 @@ # # spec file for package python-cppy # -# 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-cppy Version: 1.2.1 Release: 0 @@ -27,8 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/c/cppy/cppy-%{ver Source99: python-cppy-rpmlintrc BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools >= 61.2} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module tomli} BuildRequires: fdupes BuildRequires: python-rpm-macros