From 9c765892099f6551864ab64268aeae4be52166c9e19cdcac64db04dc3f57bb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 8 Apr 2024 08:20:00 +0000 Subject: [PATCH] Accepting request 1165547 from home:smithfarm:branches:devel:languages:python I assume the rationale for %{?sle15_python_module_pythons} in this case was that upstream might eventually drop support for Python 3.6. But that hasn't happened yet, so there doesn't seem to be any reason to limit the python-relatorio build to Python 3.11 in SLE15. OBS-URL: https://build.opensuse.org/request/show/1165547 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=37 --- python-relatorio.changes | 7 +++++++ python-relatorio.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-relatorio.changes b/python-relatorio.changes index 3780b1b..012fe79 100644 --- a/python-relatorio.changes +++ b/python-relatorio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 5 09:28:52 UTC 2024 - Nathan Cutler + +- spec: use %{?sle15allpythons} instead of + %{?sle15_python_module_pythons} to allow building + python3-relatorio for SLE15 (bsc#1222362) + ------------------------------------------------------------------- Tue Jan 23 10:16:49 UTC 2024 - Axel Braun diff --git a/python-relatorio.spec b/python-relatorio.spec index 6a0bb8c..c07330a 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -17,7 +17,7 @@ # -%{?sle15_python_module_pythons} +%{?sle15allpythons} %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define mod_name relatorio Name: python-relatorio