Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipysheet for openSUSE:Factory
checked in at 2022-10-14 15:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipysheet (Old)
and /work/SRC/openSUSE:Factory/.python-ipysheet.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipysheet"
Fri Oct 14 15:41:50 2022 rev:7 rq:1010447 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipysheet/python-ipysheet.changes
2021-10-18 22:02:38.570113132 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipysheet.new.2275/python-ipysheet.changes
2022-10-14 15:42:50.755949121 +0200
@@ -1,0 +2,20 @@
+Thu Oct 13 09:12:22 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 0.6
+ * no release notes
+- Added compatibility with ipywidgets 8.x
+- Added a warning about the deprecation of the whole package
+
+-------------------------------------------------------------------
+Wed Oct 5 14:21:19 UTC 2022 - Ben Greiner <[email protected]>
+
+- Revert 233.patch. Wait for working PR
+ -- gh#quantstack/ipysheet#233
+
+-------------------------------------------------------------------
+Wed Oct 5 11:39:48 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Add patch 233.patch to fix incompatibility with ipywidgets 8.x
+ gh#quantstack/ipysheet#233
+
+-------------------------------------------------------------------
Old:
----
ipysheet-0.5.0.tar.gz
New:
----
ipysheet-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipysheet.spec ++++++
--- /var/tmp/diff_new_pack.3iRubt/_old 2022-10-14 15:42:51.223949903 +0200
+++ /var/tmp/diff_new_pack.3iRubt/_new 2022-10-14 15:42:51.227949909 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ipysheet
#
-# 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,11 +16,10 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
-%define skip_python36 1
Name: python-ipysheet
-Version: 0.5.0
+Version: 0.6.0
Release: 0
Summary: Spreadsheet widget for the Jupyter notebook
License: MIT
@@ -49,10 +48,16 @@
%description
A Jupyter widget providing spreadsheets for the Jupyter notebook.
+WARNING
+Due to Handsontable licensing changes ipysheet is stuck witch the
+outdated Handsontable version 6.2.2 (open-source). We recommend
+not using ipysheet anymore. We suggest an alternative like
+ipydatagrid.
+
This package provides the python interface.
%prep
-%setup -q -n ipysheet-%{version}
+%autosetup -p1 -n ipysheet-%{version}
%build
%python_build
++++++ ipysheet-0.5.0.tar.gz -> ipysheet-0.6.0.tar.gz ++++++
++++ 10230 lines of diff (skipped)