Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lalpulsar for openSUSE:Factory checked in at 2021-02-16 09:19:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lalpulsar (Old) and /work/SRC/openSUSE:Factory/.lalpulsar.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lalpulsar" Tue Feb 16 09:19:10 2021 rev:2 rq:872140 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lalpulsar/lalpulsar.changes 2020-11-04 18:30:52.908348637 +0100 +++ /work/SRC/openSUSE:Factory/.lalpulsar.new.28504/lalpulsar.changes 2021-02-16 09:19:16.531190773 +0100 @@ -1,0 +2,18 @@ +Fri Feb 12 20:03:55 UTC 2021 - Ben Greiner <[email protected]> + +- Update to 3.0.0 + * no release notes + +------------------------------------------------------------------- +Thu Jan 21 23:47:53 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Fix test for multi-version python. +- Disable builds for python3.6 since astropy is not available + for python < 3.7. + +------------------------------------------------------------------- +Mon Jan 18 14:51:53 UTC 2021 - Atri Bhattacharya <[email protected]> + +- Disable octave bindings, since octave >= 6 isn't supported. + +------------------------------------------------------------------- Old: ---- lalpulsar-2.0.0.tar.xz New: ---- lalpulsar-3.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lalpulsar.spec ++++++ --- /var/tmp/diff_new_pack.QHTEck/_old 2021-02-16 09:19:18.059192878 +0100 +++ /var/tmp/diff_new_pack.QHTEck/_new 2021-02-16 09:19:18.063192883 +0100 @@ -1,7 +1,7 @@ # # spec file for package lalpulsar # -# 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,15 @@ # -%define shlib lib%{name}21 -%bcond_without octave +%define shlib lib%{name}23 +# octave >= 6 is not supported +%bcond_with octave + +# astropy and numy unsupported for python < 3.7 in TW +%define skip_python36 1 + Name: lalpulsar -Version: 2.0.0 +Version: 3.0.0 Release: 0 Summary: LSC Algorithm Pulsar Library License: GPL-2.0-or-later @@ -29,8 +34,8 @@ # PATCH-FIX-UPSTREAM lalpulsar-printf-type-mismatch.patch [email protected] -- Fix type mismatch when passing variables to printf Patch0: lalpulsar-printf-type-mismatch.patch BuildRequires: %{python_module devel} -BuildRequires: %{python_module lal} -BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module lal >= 7.1.0} +BuildRequires: %{python_module numpy-devel >= 1.7} BuildRequires: %{python_module numpy} BuildRequires: fdupes BuildRequires: pkgconfig @@ -52,8 +57,8 @@ BuildRequires: pkgconfig(octave) %endif # SECTION For tests -BuildRequires: python3-astropy -BuildRequires: python3-pytest +BuildRequires: %{python_module astropy} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -157,10 +162,11 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch}/%{name}/ %check -export PYTHON=%{_bindir}/python3 -pushd ../python3_build +%{python_expand export PYTHON=$python +pushd ../${PYTHON}_build %make_build check popd +} %post -n %{shlib} -p /sbin/ldconfig %postun -n %{shlib} -p /sbin/ldconfig ++++++ lalpulsar-2.0.0.tar.xz -> lalpulsar-3.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/lalpulsar/lalpulsar-2.0.0.tar.xz /work/SRC/openSUSE:Factory/.lalpulsar.new.28504/lalpulsar-3.0.0.tar.xz differ: char 26, line 1
