From 87bfa1235e7fde1e419569ffe3da2777577b230cc56bf090e9f851eba099d733 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 23 Aug 2023 08:19:15 +0000 Subject: [PATCH] - Fix spec-cleaner: The stupid sle15 python reset macro needs to be before python_module calls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=89 --- python-ipykernel.changes | 6 ++++++ python-ipykernel.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-ipykernel.changes b/python-ipykernel.changes index bb1818e..3abcc06 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 23 08:18:35 UTC 2023 - Ben Greiner + +- Fix spec-cleaner: The stupid sle15 python reset macro needs to + be before python_module calls + ------------------------------------------------------------------- Mon Aug 7 17:17:39 UTC 2023 - Arun Persaud diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 0150d3d..a063467 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-ipykernel Version: 6.25.1 Release: 0 @@ -33,7 +34,6 @@ Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}} Provides: %{python_module jupyter-ipykernel-doc = %{version}} Obsoletes: %{python_module jupyter-ipykernel-doc < %{version}} BuildArch: noarch -%{?sle15_python_module_pythons} # SECTION build-system BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling >= 1.4}