Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbclient for openSUSE:Factory 
checked in at 2021-11-15 15:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbclient.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbclient"

Mon Nov 15 15:26:40 2021 rev:11 rq:931395 version:0.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes  
2021-09-23 23:04:01.332321618 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbclient.new.1890/python-nbclient.changes    
    2021-11-15 15:28:25.109857409 +0100
@@ -1,0 +2,20 @@
+Sun Nov 14 13:28:35 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 0.5.8
+  * Prepare for use with Jupyter Releaser #175 (@davidbrochart)
+  * Move IPYKERNEL_CELL_NAME from tox to pytest #172
+    (@frenzymadness)
+  * Added CLI to README #170 (@palewire)
+  * Add "jupyter execute" command-line interface #165 (@palewire)
+  * Fix: updating buffers overwrote previous buffers #169
+    (@maartenbreddels)
+  * Fix tests for ipykernel without debugpy #166 (@frenzymadness)
+  * gitignore Pipfile #164 (@palewire)
+  * Fixed CONTRIBUTING.md link #163 (@palewire)
+  * Fix typo #162 (@The-Compiler)
+  * Move format & lint to pre-commit #161 (@chrisjsewell)
+  * Add skip-execution cell tag functionality #151 (@chrisjsewell)
+- Not enabling new jupyter-run entrypoint due to conflict with
+  jupyter_client
+
+-------------------------------------------------------------------

Old:
----
  nbclient-0.5.4.tar.gz

New:
----
  nbclient-0.5.8.tar.gz

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

Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.QG0Z2x/_old  2021-11-15 15:28:25.493857517 +0100
+++ /var/tmp/diff_new_pack.QG0Z2x/_new  2021-11-15 15:28:25.497857518 +0100
@@ -27,7 +27,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-nbclient%{psuffix}
-Version:        0.5.4
+Version:        0.5.8
 Release:        0
 Summary:        A client library for executing notebooks
 License:        BSD-3-Clause
@@ -43,6 +43,8 @@
 Requires:       python-nbformat >= 5.0
 Requires:       python-nest-asyncio
 Requires:       python-traitlets >= 4.2
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module async_generator if %python-base < 3.7}
@@ -67,6 +69,8 @@
 
 %prep
 %setup -q -n nbclient-%{version}
+# conflict with jupyter_client -- 
https://github.com/jupyter/nbclient/pull/173#issuecomment-968292909
+sed -i '/jupyter-run =/ d' setup.py
 
 %build
 %python_build
@@ -74,6 +78,7 @@
 %if ! %{with test}
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/jupyter-execute
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
@@ -85,11 +90,18 @@
 %endif
 
 %if ! %{with test}
+%post
+%python_install_alternative jupyter-execute
+
+%postun
+%python_uninstall_alternative jupyter-execute
+
 %files %{python_files}
 %doc CHANGELOG.md README.md
 %license LICENSE
+%python_alternative %{_bindir}/jupyter-execute
 %{python_sitelib}/nbclient
-%{python_sitelib}/nbclient-%{version}-py*.egg-info/
+%{python_sitelib}/nbclient-%{version}*-info/
 %endif
 
 %changelog

++++++ nbclient-0.5.4.tar.gz -> nbclient-0.5.8.tar.gz ++++++
++++ 2474 lines of diff (skipped)

Reply via email to