Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ligo-lw for openSUSE:Factory checked in at 2022-03-29 18:16:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ligo-lw (Old) and /work/SRC/openSUSE:Factory/.python-ligo-lw.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ligo-lw" Tue Mar 29 18:16:18 2022 rev:4 rq:965657 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ligo-lw/python-ligo-lw.changes 2022-01-13 00:23:28.515977954 +0100 +++ /work/SRC/openSUSE:Factory/.python-ligo-lw.new.1900/python-ligo-lw.changes 2022-03-29 18:16:27.307195545 +0200 @@ -1,0 +2,6 @@ +Tue Mar 29 12:16:27 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Disable 32-bit builds as lal, a dependency of this, no longer + supports those archs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ligo-lw.spec ++++++ --- /var/tmp/diff_new_pack.PkjFUn/_old 2022-03-29 18:16:27.895196142 +0200 +++ /var/tmp/diff_new_pack.PkjFUn/_new 2022-03-29 18:16:27.903196150 +0200 @@ -1,5 +1,5 @@ # -# spec file +# spec file for python-ligo-lw # # Copyright (c) 2022 SUSE LLC # @@ -20,8 +20,6 @@ %if "%{flavor}" == "test" %bcond_without test %define psuffix -test -# Tests known to fail on 32 bit due to fp precision -ExcludeArch: %{ix86} %else %bcond_with test %define psuffix %{nil} @@ -61,6 +59,10 @@ Requires: python-python-dateutil Requires: python-six Requires: python-tqdm +Requires(post): update-alternatives +Requires(postun):update-alternatives +# lal no longer supported for 32bit, and is a hard dependency for ligo-lw +ExcludeArch: %{ix86} # SECTION Test requirements %if %{with test} BuildRequires: %{python_module PyYAML} @@ -78,8 +80,6 @@ BuildRequires: python3 %endif # /SECTION -Requires(post): update-alternatives -Requires(postun):update-alternatives %python_subpackages %description