Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-osmviz for openSUSE:Factory checked in at 2021-06-01 10:35:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-osmviz (Old) and /work/SRC/openSUSE:Factory/.python-osmviz.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-osmviz" Tue Jun 1 10:35:21 2021 rev:3 rq:895293 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-osmviz/python-osmviz.changes 2018-12-24 11:40:37.349493082 +0100 +++ /work/SRC/openSUSE:Factory/.python-osmviz.new.1898/python-osmviz.changes 2021-06-01 10:35:55.044655291 +0200 @@ -1,0 +2,5 @@ +Tue May 25 04:59:44 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Do not build for Python 3.6, due to no NumPy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-osmviz.spec ++++++ --- /var/tmp/diff_new_pack.cVsfIE/_old 2021-06-01 10:35:55.460655999 +0200 +++ /var/tmp/diff_new_pack.cVsfIE/_new 2021-06-01 10:35:55.464656006 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-osmviz # -# 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,13 +17,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-osmviz Version: 1.1.0 Release: 0 Summary: An OpenStreetMap Visualization Toolkit for Python License: MIT -Group: Development/Languages/Python -Url: http://cbick.github.com/osmviz +URL: http://cbick.github.com/osmviz Source: https://files.pythonhosted.org/packages/source/o/osmviz/osmviz-%{version}.tar.gz Source10: https://raw.githubusercontent.com/hugovk/osmviz/%{version}/LICENSE BuildRequires: %{python_module setuptools}