Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sidecar for openSUSE:Factory checked in at 2024-03-08 18:10:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sidecar (Old) and /work/SRC/openSUSE:Factory/.python-sidecar.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sidecar" Fri Mar 8 18:10:47 2024 rev:7 rq:1156376 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sidecar/python-sidecar.changes 2023-08-18 19:29:01.763388020 +0200 +++ /work/SRC/openSUSE:Factory/.python-sidecar.new.1770/python-sidecar.changes 2024-03-08 18:10:57.646068071 +0100 @@ -1,0 +2,8 @@ +Fri Mar 8 13:53:52 UTC 2024 - Ben Greiner <[email protected]> + +- Update to v0.7.0 + * Use lumino classes by @krassowski in #105 + * Update to JupyterLab 4 by @martinRenou in #110 +- Skip python39: no longer supported by ipython (via ipykernel) + +------------------------------------------------------------------- Old: ---- sidecar-0.5.2-py3-none-any.whl New: ---- sidecar-0.7.0-py3-none-any.whl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sidecar.spec ++++++ --- /var/tmp/diff_new_pack.Rn5MTv/_old 2024-03-08 18:10:58.186087916 +0100 +++ /var/tmp/diff_new_pack.Rn5MTv/_new 2024-03-08 18:10:58.186087916 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sidecar # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,11 @@ # +%define skip_python39 1 Name: python-sidecar -%define mainver 0.5.2 -%define labver 0.6.2 +%define mainver 0.7.0 +%define shortver 0.7 +%define labver 0.7.0 Version: %{mainver} Release: 0 Summary: A sidecar output widget for JupyterLab @@ -26,17 +28,15 @@ Group: Development/Languages/Python URL: https://github.com/jupyter-widgets/jupyterlab-sidecar Source: https://files.pythonhosted.org/packages/py3/s/sidecar/sidecar-%{mainver}-py3-none-any.whl -BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module ipywidgets >= 7.6.0 with %python-ipywidgets < 9} -BuildRequires: %{python_module jupyterlab >= 3.0.0} +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module ipywidgets >= 8 with %python-ipywidgets < 9} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: jupyter-jupyter_core-filesystem BuildRequires: jupyter-jupyterlab-filesystem BuildRequires: python-rpm-macros Requires: jupyter-sidecar-jupyterlab = %{labver} -Requires: python-jupyterlab >= 3.0.0 -Requires: (python-ipywidgets >= 7.6.0 with python-ipywidgets < 9) +Requires: (python-ipywidgets >= 8 with python-ipywidgets < 9) BuildArch: noarch %python_subpackages @@ -53,7 +53,7 @@ Release: 0 Requires: jupyter-jupyterlab >= 3.0.0 # Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354 -Requires: python3dist(sidecar) = %{mainver} +Requires: python3dist(sidecar) = %{shortver} Suggests: python3-sidecar %description -n jupyter-sidecar-jupyterlab @@ -72,18 +72,18 @@ %python_expand find %{buildroot}%{$python_sitelib} -name '*.py' -exec sed -i '1{/^#!.*env/ d}' {} \; %python_compileall %python_expand %fdupes %{buildroot}%{$python_sitelib} -find %{buildroot}%{_prefix} -path '*/sidecar-%{mainver}.dist-info/LICENSE.txt' -exec cp {} . ';' -quit +find %{buildroot}%{_prefix} -path '*/sidecar-%{mainver}.dist-info/licenses' -exec cp -r {} ./ ';' #%%check # Tests need online connection using jlpm %files %{python_files} -%license LICENSE.txt +%license licenses/* %{python_sitelib}/sidecar-%{mainver}.dist-info/ %{python_sitelib}/sidecar/ %files -n jupyter-sidecar-jupyterlab -%license LICENSE.txt +%license licenses/* %dir %{_jupyter_prefix}/labextensions %dir %{_jupyter_prefix}/labextensions/@jupyter-widgets %{_jupyter_prefix}/labextensions/@jupyter-widgets/jupyterlab-sidecar
