Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipyscales for
openSUSE:Factory checked in at 2021-04-22 18:04:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyscales (Old)
and /work/SRC/openSUSE:Factory/.python-ipyscales.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyscales"
Thu Apr 22 18:04:00 2021 rev:3 rq:887394 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyscales/python-ipyscales.changes
2019-08-19 21:38:35.820338978 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipyscales.new.12324/python-ipyscales.changes
2021-04-22 18:04:49.478585538 +0200
@@ -1,0 +2,5 @@
+Thu Apr 22 03:59:17 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipyscales.spec ++++++
--- /var/tmp/diff_new_pack.WmKNE3/_old 2021-04-22 18:04:49.942586246 +0200
+++ /var/tmp/diff_new_pack.WmKNE3/_new 2021-04-22 18:04:49.946586252 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ipyscales
#
-# 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
@@ -20,12 +20,12 @@
%define mainver 0.4.0
%define labver 3.0.0
%define skip_python2 1
+%define skip_python36 1
Name: python-ipyscales
Version: %{mainver}
Release: 0
Summary: A widget library for scales
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/vidartf/ipyscales
Source:
https://files.pythonhosted.org/packages/py2.py3/i/ipyscales/ipyscales-%{mainver}-py2.py3-none-any.whl
BuildRequires: %{python_module notebook}
@@ -57,12 +57,12 @@
%package -n jupyter-ipyscales
Summary: A Jupyter widget library for scales
-Requires: jupyter-notebook >= 4.0.0
Requires: jupyter-ipyscales = %{version}
+Requires: jupyter-notebook >= 4.0.0
Requires(post): jupyter-notebook
Requires(post): jupyter-ipywidgets >= 7.0.0
-Requires(preun): jupyter-notebook
-Requires(preun): jupyter-ipywidgets >= 7.0.0
+Requires(preun):jupyter-notebook
+Requires(preun):jupyter-ipywidgets >= 7.0.0
Conflicts: python3-jupyter_ipyscales < 0.4.0
%description -n jupyter-ipyscales
@@ -103,7 +103,6 @@
cp %{buildroot}%{python3_sitelib}/ipyscales-%{mainver}.dist-info/LICENSE.txt .
%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
-
%check
export PYTHONDONTWRITEBYTECODE=1
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}