Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-client for
openSUSE:Factory checked in at 2021-08-16 10:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-client (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-client.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-client"
Mon Aug 16 10:08:32 2021 rev:6 rq:911579 version:6.1.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-client/python-jupyter-client.changes
2021-07-02 13:26:44.617097389 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-client.new.1899/python-jupyter-client.changes
2021-08-16 10:12:59.882999097 +0200
@@ -1,0 +2,13 @@
+Thu Aug 12 10:13:22 UTC 2021 - Ben Greiner <[email protected]>
+
+- remove the ringdisabled conditional: ipykernel5 will be in Ring1
+
+-------------------------------------------------------------------
+Wed Aug 11 09:38:35 UTC 2021 - Ben Greiner <[email protected]>
+
+- Disable testing the kernelmanager in the python36 flavor in
+ lettered staging so that we don't need python-ipykernel5 in Ring1
+- Work around conflict for jupyter-ipykernel due to dangling
+ python36-ipykernel package until it gets removed from Factory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-client.spec ++++++
--- /var/tmp/diff_new_pack.3WxFt3/_old 2021-08-16 10:13:00.314998590 +0200
+++ /var/tmp/diff_new_pack.3WxFt3/_new 2021-08-16 10:13:00.318998585 +0200
@@ -58,6 +58,9 @@
BuildRequires: %{python_module traitlets}
# flaky is not an upstream dep, but for obs flakyness of parallel kernel test
BuildRequires: %{python_module flaky}
+# Workaround until python-ipykernel 6 lands in Factory and
openSUSE:Tumbleweed/dod, removing python36-ipykernel
+# (see
https://lists.opensuse.org/archives/list/[email protected]/message/742CEMJ57YWNVESAPWJ6HHZBZZ4RMJFP
)
+#!BuildIgnore: python36-ipykernel:jupyter-ipykernel
%endif
%python_subpackages
@@ -107,7 +110,7 @@
%if %{with test}
%check
pushd jupyter_client/tests
-%pytest --force-flaky --max-runs=2 --no-success-flaky-report
+%pytest --force-flaky --max-runs=3 --no-success-flaky-report
popd
%endif