Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-MulticoreTSNE for openSUSE:Factory checked in at 2021-01-31 16:52:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-MulticoreTSNE (Old) and /work/SRC/openSUSE:Factory/.python-MulticoreTSNE.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-MulticoreTSNE" Sun Jan 31 16:52:32 2021 rev:3 rq:868129 version:0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-MulticoreTSNE/python-MulticoreTSNE.changes 2019-03-12 09:54:49.903521112 +0100 +++ /work/SRC/openSUSE:Factory/.python-MulticoreTSNE.new.28504/python-MulticoreTSNE.changes 2021-01-31 16:52:38.536757300 +0100 @@ -1,0 +2,5 @@ +Fri Jan 29 22:51:27 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- Skip python36 flavor: python36-scipy not in Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-MulticoreTSNE.spec ++++++ --- /var/tmp/diff_new_pack.ciw27z/_old 2021-01-31 16:52:39.164758208 +0100 +++ /var/tmp/diff_new_pack.ciw27z/_new 2021-01-31 16:52:39.164758208 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-MulticoreTSNE # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,6 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# TW does not have python36-scipy (SciPy 1.6.0 does not support it) +%define skip_python36 1 Name: python-MulticoreTSNE Version: 0.1 Release: 0 @@ -65,14 +67,13 @@ %check pushd MulticoreTSNE/tests -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -$python -m unittest discover -v -} +%pyunittest_arch discover -v popd %files %{python_files} %doc README.md %license LICENSE.txt -%{python_sitearch}/* +%{python_sitearch}/MulticoreTSNE +%{python_sitearch}/MulticoreTSNE-%{version}*-info %changelog