From 89071fabd8cb162e3a8ec60973a811d87ab34d5efb3f0151f5ea974534e29f4d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 21 Apr 2023 14:47:21 +0000 Subject: [PATCH] Accepting request 1081376 from home:dirkmueller:acdc:as_python3_module SR for python stack proposal OBS-URL: https://build.opensuse.org/request/show/1081376 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppy?expand=0&rev=9 --- python-cppy.changes | 10 ++++++++++ python-cppy.spec | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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