Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2023-01-02 15:01:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyterlab.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyterlab"

Mon Jan  2 15:01:40 2023 rev:23 rq:1045951 version:3.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes      
2022-10-27 13:54:57.964810435 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.1563/python-jupyterlab.changes
    2023-01-02 15:01:48.485229464 +0100
@@ -1,0 +2,11 @@
+Mon Dec 26 22:52:43 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 3.5.2
+  * use jupyter_config_dir instead of config_path[0] for
+    workspaces, settings #13589 (@minrk)
+  * Fix Python test dependencies #13508 (@fcollonval)
+- Release 3.5.1
+  * Fixes sharing metadata #13491 (@hbcarlos)
+  * Bump sanitize-html to 2.7.3 #13509 (@fcollonval)
+
+-------------------------------------------------------------------

Old:
----
  jupyterlab-3.5.0-py3-none-any.whl

New:
----
  jupyterlab-3.5.2-py3-none-any.whl

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyterlab.spec ++++++
--- /var/tmp/diff_new_pack.hHQSNM/_old  2023-01-02 15:01:49.217233578 +0100
+++ /var/tmp/diff_new_pack.hHQSNM/_new  2023-01-02 15:01:49.221233600 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-jupyterlab
-Version:        3.5.0
+Version:        3.5.2
 Release:        0
 Summary:        Environment for interactive and reproducible computing
 License:        BSD-3-Clause
@@ -58,6 +58,8 @@
 BuildRequires:  %{python_module pytest >= 6.0}
 BuildRequires:  %{python_module pytest-check-links}
 BuildRequires:  %{python_module pytest-console-scripts}
+BuildRequires:  %{python_module pytest-jupyter >= 0.6}
+BuildRequires:  %{python_module pytest-tornasync}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module virtualenv}
 # /SECTION
@@ -107,7 +109,8 @@
 %fdupes %{buildroot}%{$python_sitelib}
 }
 %fdupes %{buildroot}%{_jupyter_prefix}
-cp %{buildroot}%{python3_sitelib}/jupyterlab-%{version}.dist-info/LICENSE .
+# Find any one installed LICENSE and get if for the rpm tagged file
+find %{buildroot}%{_prefix}/lib/python3.* -path 
'*/jupyterlab-%{version}.dist-info/LICENSE' -exec cp {} . ';' -quit
 
 %check
 # This is only a rudimentary set of tests which we can run offline using 
pytest directly. The full test

Reply via email to