Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openmesh for openSUSE:Factory
checked in at 2021-02-19 23:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openmesh (Old)
and /work/SRC/openSUSE:Factory/.python-openmesh.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openmesh"
Fri Feb 19 23:44:10 2021 rev:2 rq:873581 version:1.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openmesh/python-openmesh.changes
2019-05-22 11:10:21.598595575 +0200
+++
/work/SRC/openSUSE:Factory/.python-openmesh.new.28504/python-openmesh.changes
2021-02-19 23:45:21.591368954 +0100
@@ -1,0 +2,5 @@
+Thu Feb 18 23:04:54 UTC 2021 - Dirk M??ller <[email protected]>
+
+- skip python 3.6 (no numpy)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openmesh.spec ++++++
--- /var/tmp/diff_new_pack.mZYfE9/_old 2021-02-19 23:45:22.187369538 +0100
+++ /var/tmp/diff_new_pack.mZYfE9/_new 2021-02-19 23:45:22.187369538 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-openmesh
#
-# Copyright (c) 2019 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
@@ -12,21 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python36 1
Name: python-openmesh
Version: 1.1.3
Release: 0
-License: BSD-3-Clause
Summary: A data structure for representing and manipulating polygon
meshes
-Url:
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
+License: BSD-3-Clause
Group: Development/Languages/Python
+URL:
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
Source:
https://files.pythonhosted.org/packages/source/o/openmesh/openmesh-%{version}.tar.gz
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: cmake
BuildRequires: fdupes