Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-threevis for openSUSE:Factory
checked in at 2021-04-27 21:35:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-threevis (Old)
and /work/SRC/openSUSE:Factory/.python-threevis.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-threevis"
Tue Apr 27 21:35:05 2021 rev:5 rq:888645 version:0.1.0.post25
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-threevis/python-threevis.changes
2020-12-17 17:08:37.985930840 +0100
+++
/work/SRC/openSUSE:Factory/.python-threevis.new.12324/python-threevis.changes
2021-04-27 21:35:28.772064515 +0200
@@ -1,0 +2,5 @@
+Tue Apr 27 05:18:24 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-threevis.spec ++++++
--- /var/tmp/diff_new_pack.l1XKy5/_old 2021-04-27 21:35:29.176065179 +0200
+++ /var/tmp/diff_new_pack.l1XKy5/_new 2021-04-27 21:35:29.176065179 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-threevis
#
-# 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
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-threevis
Version: 0.1.0.post25
Release: 0
Summary: Plugin for visualizing meshes, point clouds, and other
geometry in a Jupyter Notebook
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://graphics.rwth-aachen.de:9000/threevis/threevis
Source:
https://files.pythonhosted.org/packages/source/t/threevis/threevis-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}