From 26cf9506746708c3cc8e8be0d465e56996627609e498f5079fd25fba24f352b3 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 8 Jan 2022 11:47:37 +0000 Subject: [PATCH] Accepting request 943506 from home:badshah400:branches:science Update to version 7.1.5 OBS-URL: https://build.opensuse.org/request/show/943506 OBS-URL: https://build.opensuse.org/package/show/science/lal?expand=0&rev=23 --- lal-7.1.2.tar.xz | 3 --- lal-7.1.5.tar.xz | 3 +++ lal.changes | 7 +++++++ lal.spec | 8 +++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 lal-7.1.2.tar.xz create mode 100644 lal-7.1.5.tar.xz diff --git a/lal-7.1.2.tar.xz b/lal-7.1.2.tar.xz deleted file mode 100644 index 11a19b8..0000000 --- a/lal-7.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f777ce770215786a0c810ce362cdeea6d7256090bc9963df244a69375b25e9a6 -size 2325828 diff --git a/lal-7.1.5.tar.xz b/lal-7.1.5.tar.xz new file mode 100644 index 0000000..d1b3a84 --- /dev/null +++ b/lal-7.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058049e95d246c72d350d2305c339e830fa8f996a0682532dfd54021112f8100 +size 2329640 diff --git a/lal.changes b/lal.changes index b35d57a..d66aee4 100644 --- a/lal.changes +++ b/lal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 2 23:16:49 UTC 2022 - Atri Bhattacharya + +- Update to version 7.1.5: + * No release notes. +- Disable python2 since this is no longer supported by upstream. + ------------------------------------------------------------------- Fri Sep 10 14:48:22 UTC 2021 - Atri Bhattacharya diff --git a/lal.spec b/lal.spec index f6dea5f..97a21d5 100644 --- a/lal.spec +++ b/lal.spec @@ -1,7 +1,7 @@ # # spec file for package lal # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,8 @@ # NEP 29: numpy, scipy do not have a python36 flavor package in TW %define skip_python36 1 +# Py2 no longer supported by upstream +%define skip_python2 1 %define shliblal liblal20 %define shliblalsupport liblalsupport14 @@ -34,7 +36,7 @@ # No support for octave >= 6 %bcond_with octave Name: lal%{psuffix} -Version: 7.1.2 +Version: 7.1.5 Release: 0 Summary: A collection of various gravitational wave data analysis routines License: GPL-2.0-only @@ -140,7 +142,7 @@ This package provides the octave module for lal. %autosetup -p1 -n lal-%{version} %build -%{python_expand # Necessary to run %%configure with all python flavors +%{python_expand # Necessary to run configure with all python flavors export PYTHON=$python mkdir ../${PYTHON}_build cp -pr ./ ../${PYTHON}_build