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-09-23 23:03:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbclient.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbclient"

Thu Sep 23 23:03:54 2021 rev:10 rq:921032 version:0.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes  
2021-04-10 15:28:02.862425773 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbclient.new.1899/python-nbclient.changes    
    2021-09-23 23:04:01.332321618 +0200
@@ -1,0 +2,21 @@
+Wed Sep 22 19:04:07 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Fix async_parallel_notebooks deselection expression
+
+-------------------------------------------------------------------
+Sun Sep 19 11:10:00 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Add IPYKERNEL_CELL_NAME env var for test sanitization
+- Only require async_generator for Python < 3.7
+
+-------------------------------------------------------------------
+Wed Sep 15 05:46:38 UTC 2021 - Arun Persaud <a...@gmx.de>
+
+- update to version 0.5.4:
+  * Replace km.cleanup with km.cleanup_resources #152 (@davidbrochart)
+  * Use async generator backport only on old python #154 (@mkoeppe)
+  * Support parsing of IPython dev version #150 (@cphyc)
+  * Set IPYKERNEL_CELL_NAME = <IPY-INPUT> #147 (@davidbrochart)
+  * Print useful error message on exception #142 (@certik)
+
+-------------------------------------------------------------------

Old:
----
  nbclient-0.5.3.tar.gz

New:
----
  nbclient-0.5.4.tar.gz

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

Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.5tIcvb/_old  2021-09-23 23:04:01.792321961 +0200
+++ /var/tmp/diff_new_pack.5tIcvb/_new  2021-09-23 23:04:01.796321963 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-nbclient
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -24,11 +24,10 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-nbclient%{psuffix}
-Version:        0.5.3
+Version:        0.5.4
 Release:        0
 Summary:        A client library for executing notebooks
 License:        BSD-3-Clause
@@ -37,14 +36,16 @@
 BuildRequires:  %{python_module setuptools >= 38.6.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if 0%{?python_version_nodots} < 37
 Requires:       python-async_generator
+%endif
 Requires:       python-jupyter-client >= 6.1.5
 Requires:       python-nbformat >= 5.0
 Requires:       python-nest-asyncio
 Requires:       python-traitlets >= 4.2
 BuildArch:      noarch
 %if %{with test}
-BuildRequires:  %{python_module async_generator}
+BuildRequires:  %{python_module async_generator if %python-base < 3.7}
 BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module jupyter-client >= 6.1.5}
@@ -66,7 +67,6 @@
 
 %prep
 %setup -q -n nbclient-%{version}
-rm -r nbclient/tests/files/.ipynb_checkpoints
 
 %build
 %python_build
@@ -79,8 +79,9 @@
 
 %if %{with test}
 %check
-# test_many_parallel_notebooks randomly fails - 
https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953
-%pytest -k 'not test_many_parallel_notebooks'
+export IPYKERNEL_CELL_NAME="<IPY-INPUT>"
+# tests on parallel notebooks randomly fail - 
https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953
+%pytest -k 'not (test_many_parallel_notebooks or 
test_async_parallel_notebooks)'
 %endif
 
 %if ! %{with test}

++++++ nbclient-0.5.3.tar.gz -> nbclient-0.5.4.tar.gz ++++++
++++ 2553 lines of diff (skipped)

Reply via email to