Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PeakUtils for openSUSE:Factory checked in at 2021-04-21 20:59:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PeakUtils (Old) and /work/SRC/openSUSE:Factory/.python-PeakUtils.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PeakUtils" Wed Apr 21 20:59:36 2021 rev:5 rq:886825 version:1.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PeakUtils/python-PeakUtils.changes 2020-02-03 11:13:04.237837421 +0100 +++ /work/SRC/openSUSE:Factory/.python-PeakUtils.new.12324/python-PeakUtils.changes 2021-04-21 20:59:50.806243619 +0200 @@ -1,0 +2,5 @@ +Tue Apr 20 04:31:38 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Do not build with Python 3.6, due to no NumPy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PeakUtils.spec ++++++ --- /var/tmp/diff_new_pack.CJCUPt/_old 2021-04-21 20:59:51.274244357 +0200 +++ /var/tmp/diff_new_pack.CJCUPt/_new 2021-04-21 20:59:51.278244363 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-PeakUtils # -# 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 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-PeakUtils Version: 1.3.3 Release: 0 Summary: Peak detection utilities for 1D data License: MIT -Group: Development/Languages/Python URL: https://bitbucket.org/lucashnegri/peakutils Source: https://files.pythonhosted.org/packages/source/P/PeakUtils/PeakUtils-%{version}.tar.gz BuildRequires: %{python_module setuptools}