Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scikit-sparse for openSUSE:Factory checked in at 2021-02-15 23:16:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scikit-sparse (Old) and /work/SRC/openSUSE:Factory/.python-scikit-sparse.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-sparse" Mon Feb 15 23:16:43 2021 rev:4 rq:871452 version:0.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scikit-sparse/python-scikit-sparse.changes 2018-11-08 09:50:37.560948587 +0100 +++ /work/SRC/openSUSE:Factory/.python-scikit-sparse.new.28504/python-scikit-sparse.changes 2021-02-15 23:19:18.627665561 +0100 @@ -1,0 +2,5 @@ +Fri Feb 12 14:12:27 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- skip python 36 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scikit-sparse.spec ++++++ --- /var/tmp/diff_new_pack.cR1Lf4/_old 2021-02-15 23:19:19.203666421 +0100 +++ /var/tmp/diff_new_pack.cR1Lf4/_new 2021-02-15 23:19:19.207666427 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-scikit-sparse # -# Copyright (c) 2018 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-%{**}} +%define skip_python2 1 +%define skip_python36 1 Name: python-scikit-sparse Version: 0.4.4 Release: 0 @@ -25,7 +27,7 @@ Summary: Scikits sparse matrix package License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Languages/Python -Url: https://github.com/scikit-sparse/scikit-sparse/ +URL: https://github.com/scikit-sparse/scikit-sparse/ Source: https://files.pythonhosted.org/packages/source/s/scikit-sparse/scikit-sparse-%{version}.tar.gz Source10: https://raw.githubusercontent.com/scikit-sparse/scikit-sparse/%{tag}/LICENSE.txt BuildRequires: %{python_module Cython}