Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipydatawidgets for
openSUSE:Factory checked in at 2022-08-29 09:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipydatawidgets (Old)
and /work/SRC/openSUSE:Factory/.python-ipydatawidgets.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipydatawidgets"
Mon Aug 29 09:42:30 2022 rev:8 rq:999712 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ipydatawidgets/python-ipydatawidgets.changes
2021-04-12 12:39:12.465497833 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipydatawidgets.new.2083/python-ipydatawidgets.changes
2022-08-29 09:42:32.623737995 +0200
@@ -1,0 +2,20 @@
+Sun Aug 28 20:50:06 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 4.3.2
+ * jupyter-datawidgets 5.5.2
+ * jupyerlab-datawidgets 7.1.2
+ * no release notes
+ * Drop Python2 and Python 3.6 support
+- fixes failures with recent ipywidgets 8.0.1
+
+-------------------------------------------------------------------
+Sun Aug 21 20:01:14 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 4.3.1.post1
+ * jupyter-datawidgets 5.5.1
+ * jupyerlab-datawidgets 7.1.1.
+ * no release notes
+ * ipywidgets 8 support
+ * typing changes
+
+-------------------------------------------------------------------
Old:
----
ipydatawidgets-4.2.0-py2.py3-none-any.whl
New:
----
ipydatawidgets-4.3.2-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipydatawidgets.spec ++++++
--- /var/tmp/diff_new_pack.sptaOo/_old 2022-08-29 09:42:33.067739050 +0200
+++ /var/tmp/diff_new_pack.sptaOo/_new 2022-08-29 09:42:33.071739059 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ipydatawidgets
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
-%define mainver 4.2.0
-%define labver 7.0.0
-%define jupver 5.4.0
+%define mainver 4.3.2
+%define labver 7.1.2
+%define jupver 5.5.2
Name: python-ipydatawidgets
Version: %{mainver}
Release: 0
@@ -30,14 +27,13 @@
Group: Development/Languages/Python
URL: https://github.com/vidartf/ipydatawidgets
Source:
https://files.pythonhosted.org/packages/py2.py3/i/ipydatawidgets/ipydatawidgets-%{mainver}-py2.py3-none-any.whl
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module ipywidgets >= 7.0.0}
-BuildRequires: %{python_module notebook}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module six}
BuildRequires: %{python_module traittypes >= 0.2.0}
BuildRequires: fdupes
-BuildRequires: jupyter-jupyterlab-filesystem
+BuildRequires: jupyter-rpm-macros
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module nbval}
@@ -45,13 +41,10 @@
# /SECTION
Requires: jupyter-ipydatawidgets = %{jupver}
Requires: python-ipywidgets >= 7.0.0
-Requires: python-notebook
Requires: python-numpy
-Requires: python-six
Requires: python-traittypes >= 0.2.0
Provides: python-jupyter_ipydatawidgets = %{mainver}
Obsoletes: python-jupyter_ipydatawidgets < %{mainver}
-Recommends: python-ipyscales >= 0.1.1
BuildArch: noarch
%python_subpackages
@@ -100,8 +93,7 @@
# Not Needed
%install
-cp -a %{SOURCE0} .
-%pyproject_install
+%pyproject_install %{SOURCE0}
%{jupyter_move_config}
%python_expand find %{buildroot}%{$python_sitelib}/ipydatawidgets/ -type f
-name "*.py" -exec sed -i 's/\r$//' {} +
%python_expand find %{buildroot}%{$python_sitelib}/ipydatawidgets/ -type f
-name "*.py" -exec sed -i -e '/^#!\//, 1d' {} +
@@ -121,7 +113,7 @@
%files -n jupyter-ipydatawidgets
%license LICENSE.txt
%{_jupyter_nbextension_dir}/jupyter-datawidgets/
-%config %{_jupyter_nb_notebook_confdir}/jupyter-datawidgets.json
+%_jupyter_config %{_jupyter_nb_notebook_confdir}/jupyter-datawidgets.json
%files -n jupyter-ipydatawidgets-jupyterlab
%license LICENSE.txt