Hello community, here is the log from the commit of package python-gsw for openSUSE:Factory checked in at 2020-08-20 22:31:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gsw (Old) and /work/SRC/openSUSE:Factory/.python-gsw.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gsw" Thu Aug 20 22:31:45 2020 rev:7 rq:828080 version:3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gsw/python-gsw.changes 2019-04-30 12:59:04.254156570 +0200 +++ /work/SRC/openSUSE:Factory/.python-gsw.new.3399/python-gsw.changes 2020-08-20 22:32:27.096082987 +0200 @@ -1,0 +2,6 @@ +Thu Aug 20 08:40:02 UTC 2020 - Guillaume GARDET <[email protected]> + +- Fix build on aarch64 by ignoring test_check_function[cfcf72] + See: gh#TEOS-10/GSW-Python#40 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gsw.spec ++++++ --- /var/tmp/diff_new_pack.JwjCLn/_old 2020-08-20 22:32:27.884083356 +0200 +++ /var/tmp/diff_new_pack.JwjCLn/_new 2020-08-20 22:32:27.888083358 +0200 @@ -65,7 +65,11 @@ # gh#TEOS-10/GSW-Python#40 %check %{python_expand export PYTHONPATH=%{buildroot}%{python_sitearch} +%ifarch aarch64 +py.test-%{$python_bin_suffix} -v -k 'not test_check_function[cfcf72]' +%else py.test-%{$python_bin_suffix} -v +%endif } %files %{python_files}
