Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lalframe for openSUSE:Factory checked in at 2021-02-16 09:19:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lalframe (Old) and /work/SRC/openSUSE:Factory/.lalframe.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lalframe" Tue Feb 16 09:19:18 2021 rev:2 rq:872142 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/lalframe/lalframe.changes 2020-11-04 18:30:33.288392136 +0100 +++ /work/SRC/openSUSE:Factory/.lalframe.new.28504/lalframe.changes 2021-02-16 09:19:20.679196489 +0100 @@ -1,0 +2,21 @@ +Fri Feb 12 19:04:34 UTC 2021 - Ben Greiner <[email protected]> + +- Update to version 1.5.3: + * No release notes. +- Skip python36 build because python36-numpy in TW is no more + (NEP29) + +------------------------------------------------------------------- +Thu Jan 21 23:25:34 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Fix up dependency for tests and the %check section running the + tests for mutli-versioned python. + +------------------------------------------------------------------- +Mon Dec 21 22:19:38 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 1.5.2: + * No release notes. +- Disable octave bindings: octave >= 6 unsupported. + +------------------------------------------------------------------- Old: ---- lalframe-1.5.1.tar.xz New: ---- lalframe-1.5.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lalframe.spec ++++++ --- /var/tmp/diff_new_pack.20vieR/_old 2021-02-16 09:19:21.235197255 +0100 +++ /var/tmp/diff_new_pack.20vieR/_new 2021-02-16 09:19:21.239197261 +0100 @@ -1,7 +1,7 @@ # # spec file for package lalframe # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,13 @@ # +# NEP 29: python36-numpy and co. in TW are no more +%define skip_python36 1 %define shlib lib%{name}11 -%bcond_without octave +# No support for octave >= 6 +%bcond_with octave Name: lalframe -Version: 1.5.1 +Version: 1.5.3 Release: 0 Summary: LSC Algorithm Frame Library for gravitational wave data analysis License: GPL-2.0-or-later @@ -27,9 +30,9 @@ URL: https://wiki.ligo.org/Computing/LALSuite Source: http://software.ligo.org/lscsoft/source/lalsuite/lalframe-%{version}.tar.xz BuildRequires: %{python_module devel} -BuildRequires: %{python_module lal >= 6.21.0} -BuildRequires: %{python_module numpy-devel} -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module lal >= 7.1.0} +BuildRequires: %{python_module numpy >= 1.7} +BuildRequires: %{python_module numpy-devel >= 1.7} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -38,17 +41,18 @@ BuildRequires: pkgconfig(framel) BuildRequires: pkgconfig(lal) >= 6.21.0 Requires: python-lal -Requires: python-numpy +Requires: python-numpy >= 1.7 ExcludeArch: %{ix86} %if 0%{?suse_version} < 1550 BuildRequires: python-xml %endif %if %{with octave} -BuildRequires: octave-lal >= 6.21.0 +BuildRequires: octave-lal >= 7.1.0 BuildRequires: pkgconfig(octave) %endif # SECTION For tests -BuildRequires: python3-pytest +BuildRequires: %{python_module ligo-segments} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -143,10 +147,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch}/%{name}/ -%ifpython3 %check +%{python_expand # check all flavors +export PYTHON=$python +pushd ../${PYTHON}_build %make_build check -%endif +} %post -n %{shlib} -p /sbin/ldconfig %postun -n %{shlib} -p /sbin/ldconfig ++++++ lalframe-1.5.1.tar.xz -> lalframe-1.5.3.tar.xz ++++++ /work/SRC/openSUSE:Factory/lalframe/lalframe-1.5.1.tar.xz /work/SRC/openSUSE:Factory/.lalframe.new.28504/lalframe-1.5.3.tar.xz differ: char 26, line 1
