Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-imread for openSUSE:Factory checked in at 2021-04-19 21:05:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-imread (Old) and /work/SRC/openSUSE:Factory/.python-imread.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-imread" Mon Apr 19 21:05:52 2021 rev:4 rq:886514 version:0.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-imread/python-imread.changes 2020-04-15 19:54:35.641601672 +0200 +++ /work/SRC/openSUSE:Factory/.python-imread.new.12324/python-imread.changes 2021-04-19 21:06:10.904045777 +0200 @@ -1,0 +2,5 @@ +Mon Apr 19 03:22:18 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Don't build on Python 3.6, due to no NumPy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-imread.spec ++++++ --- /var/tmp/diff_new_pack.8WMYmQ/_old 2021-04-19 21:06:11.392046509 +0200 +++ /var/tmp/diff_new_pack.8WMYmQ/_new 2021-04-19 21:06:11.392046509 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-imread # -# 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-imread Version: 0.7.4 Release: 0 Summary: Image reading library License: MIT -Group: Development/Languages/Python URL: http://luispedro.org/software/imread Source: https://files.pythonhosted.org/packages/source/i/imread/imread-%{version}.tar.gz BuildRequires: %{python_module devel}