Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pythreejs for
openSUSE:Factory checked in at 2021-04-12 15:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythreejs (Old)
and /work/SRC/openSUSE:Factory/.python-pythreejs.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythreejs"
Mon Apr 12 15:49:36 2021 rev:6 rq:884596 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythreejs/python-pythreejs.changes
2021-02-10 21:30:09.614264763 +0100
+++
/work/SRC/openSUSE:Factory/.python-pythreejs.new.2401/python-pythreejs.changes
2021-04-12 15:49:49.741269546 +0200
@@ -1,0 +2,6 @@
+Sat Apr 10 20:28:32 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip python36 build: no numpy and datawidgets for python36 on
+ Tumbleweed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pythreejs.spec ++++++
--- /var/tmp/diff_new_pack.DCbkGB/_old 2021-04-12 15:49:50.205270108 +0200
+++ /var/tmp/diff_new_pack.DCbkGB/_new 2021-04-12 15:49:50.209270113 +0200
@@ -16,8 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
%define mainver 2.2.1
%define labver 2.2.0
Name: python-pythreejs
@@ -42,16 +43,16 @@
Requires: python-ipywidgets >= 7.2.1
Requires: python-numpy >= 1.14
BuildArch: noarch
-# SECTION test requirements -- don't pull in python36 packages following NEP 29
+# SECTION test requirements
BuildRequires: %{python_module ipydatawidgets >= 1.1.1}
BuildRequires: %{python_module ipywebrtc}
BuildRequires: %{python_module ipywidgets >= 7.2.1}
-BuildRequires: %{python_module matplotlib if %python-base >= 3.7}
+BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module nbval}
-BuildRequires: %{python_module numpy >= 1.14 if %python-base >= 3.7}
+BuildRequires: %{python_module numpy >= 1.14}
BuildRequires: %{python_module pytest-check-links}
-BuildRequires: %{python_module scikit-image if %python-base >= 3.7}
-BuildRequires: %{python_module scipy if %python-base >= 3.7}
+BuildRequires: %{python_module scikit-image}
+BuildRequires: %{python_module scipy}
# /SECTION
%python_subpackages