From 81d2277e527d9d7d13699b2a46a540c796524dabe0e09519ff010a92ce8704d8 Mon Sep 17 00:00:00 2001
From: Benjamin Greiner <code@bnavigator.de>
Date: Tue, 19 Mar 2024 10:53:38 +0000
Subject: [PATCH 1/2] Accepting request 1159326 from
 home:bnavigator:branches:devel:languages:python:numeric

- Enable SLE15 python module for python311
  * Old version in 15.x is vulnerable: boo#1221661 CVE-2023-41334

OBS-URL: https://build.opensuse.org/request/show/1159326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=113
---
 python-astropy.changes | 6 ++++++
 python-astropy.spec    | 1 +
 2 files changed, 7 insertions(+)

diff --git a/python-astropy.changes b/python-astropy.changes
index b108060..96807b9 100644
--- a/python-astropy.changes
+++ b/python-astropy.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Mar 19 10:51:28 UTC 2024 - Ben Greiner <code@bnavigator.de>
+
+- Enable SLE15 python module for python311
+  * Old version in 15.x is vulnerable: boo#1221661 CVE-2023-41334
+
 -------------------------------------------------------------------
 Thu Mar  7 10:42:18 UTC 2024 - Ben Greiner <code@bnavigator.de>
 
diff --git a/python-astropy.spec b/python-astropy.spec
index 4dd397d..6768286 100644
--- a/python-astropy.spec
+++ b/python-astropy.spec
@@ -47,6 +47,7 @@
 %define unbundle_libs %{?unbundle_expat} \
                       %{?unbundle_wcs}
 
+%{?sle15_python_module_pythons}
 Name:           python-astropy%{psuffix}
 Version:        6.0.0
 Release:        0

From d699a9c34242be27a25219edb70c53f249a0ea12c6f4c5917818ae5d5d5cbb20 Mon Sep 17 00:00:00 2001
From: Benjamin Greiner <code@bnavigator.de>
Date: Tue, 19 Mar 2024 11:07:01 +0000
Subject: [PATCH 2/2] OBS-URL:
 https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=114

---
 python-astropy.changes | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python-astropy.changes b/python-astropy.changes
index 96807b9..17d1685 100644
--- a/python-astropy.changes
+++ b/python-astropy.changes
@@ -2,7 +2,8 @@
 Tue Mar 19 10:51:28 UTC 2024 - Ben Greiner <code@bnavigator.de>
 
 - Enable SLE15 python module for python311
-  * Old version in 15.x is vulnerable: boo#1221661 CVE-2023-41334
+  * Old version <=5.3.2 would be vulnerable boo#1221661
+    CVE-2023-41334
 
 -------------------------------------------------------------------
 Thu Mar  7 10:42:18 UTC 2024 - Ben Greiner <code@bnavigator.de>