From 6b9d690f483cf2bd6c1221c9b79eea675d4496632fa6901e86f421e66538d35a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 14 Feb 2024 13:40:17 +0000 Subject: [PATCH] Accepting request 1146578 from home:uncomfyhalomacro:branches:science - Use python3 instead of python. Python 2.x is EOL-ed. OBS-URL: https://build.opensuse.org/request/show/1146578 OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=172 --- julia.changes | 5 +++++ julia.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/julia.changes b/julia.changes index 43a967e..3ef1dfa 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 11 05:19:11 UTC 2024 - Soc Virnyl Estela + +- Use python3 instead of python. Python 2.x is EOL-ed. + ------------------------------------------------------------------- Sat Dec 30 04:16:58 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index a743863..5a5c9c8 100644 --- a/julia.spec +++ b/julia.spec @@ -1,7 +1,7 @@ # # spec file for package julia # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -115,7 +115,7 @@ BuildRequires: p7zip >= 16 BuildRequires: patchelf >= 0.9 BuildRequires: pcre2-devel >= 10.31 BuildRequires: perl -BuildRequires: python >= 2.5 +BuildRequires: python3 BuildRequires: readline-devel BuildRequires: suitesparse-devel >= 7.2.1 BuildRequires: update-desktop-files @@ -156,8 +156,8 @@ Requires: julia-devel = %{version} Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/ldconfig -Requires(postun):%{_sbindir}/update-alternatives -Requires(postun):%{_sbindir}/ldconfig +Requires(postun): %{_sbindir}/update-alternatives +Requires(postun): %{_sbindir}/ldconfig Recommends: curl Recommends: git