Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-notebook for openSUSE:Factory 
checked in at 2023-04-03 21:13:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and      /work/SRC/openSUSE:Factory/.python-notebook.new.9019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-notebook"

Mon Apr  3 21:13:20 2023 rev:23 rq:1075689 version:6.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-03-21 17:42:57.238239467 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.9019/python-notebook.changes    
    2023-04-03 21:13:21.268390592 +0200
@@ -1,0 +2,6 @@
+Thu Mar 30 17:50:17 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Pin to jupyter-client < 8
+  * gh#jupyter/notebook#6748
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-notebook.spec ++++++
--- /var/tmp/diff_new_pack.QRmGpx/_old  2023-04-03 21:13:21.864394027 +0200
+++ /var/tmp/diff_new_pack.QRmGpx/_new  2023-04-03 21:13:21.868394050 +0200
@@ -45,7 +45,9 @@
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module jupyter-packaging >= 0.9}
 BuildRequires:  %{python_module nbclassic >= 0.4.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros >= 20210929
 Requires:       jupyter-notebook = %{version}
 Requires:       python-Jinja2
@@ -53,11 +55,13 @@
 Requires:       python-argon2-cffi
 Requires:       python-ipykernel
 Requires:       python-ipython_genutils
-Requires:       python-jupyter-client >= 5.3.4
+# https://github.com/jupyter/notebook/issues/6748
+Requires:       (python-jupyter-client >= 5.3.4 with python-jupyter-client < 8)
 Requires:       python-jupyter-core >= 4.6.1
 Requires:       python-nbclassic >= 0.4.7
 Requires:       python-nbconvert >= 5
 Requires:       python-nbformat
+Requires:       python-nest-asyncio >= 1.5
 Requires:       python-prometheus_client
 Requires:       python-pyzmq >= 17
 Requires:       python-terminado >= 0.8.3
@@ -167,12 +171,12 @@
 # We don't want to run selenium tests
 rm -rf notebook/tests/selenium
 
+%if !%{with test}
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%if !%{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # Install icons
@@ -244,7 +248,7 @@
 %files %{python_files} -f %{python_prefix}-notebook.lang-exclude
 %doc README.md
 %license LICENSE
-%{python_sitelib}/notebook-*-py*.egg-info
+%{python_sitelib}/notebook-%{version}.dist-info
 %{python_sitelib}/notebook/
 %python_alternative %{_bindir}/jupyter-bundlerextension
 %python_alternative %{_bindir}/jupyter-nbextension

Reply via email to