Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipykernel for
openSUSE:Factory checked in at 2022-12-28 10:54:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
and /work/SRC/openSUSE:Factory/.python-ipykernel.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipykernel"
Wed Dec 28 10:54:11 2022 rev:32 rq:1045315 version:6.19.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes
2022-11-07 13:51:24.855708057 +0100
+++
/work/SRC/openSUSE:Factory/.python-ipykernel.new.1563/python-ipykernel.changes
2022-12-28 10:54:12.644009882 +0100
@@ -1,0 +2,49 @@
+Sun Dec 25 17:46:14 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 6.19.4
+ * Don't pass None kernels to logging configurable in Comm #1061
+ (@bollwyvl)
+- Release 6.19.3
+ * format dates as ISO8601 #1057 (@GRcharles)
+ * Fix comms and add qtconsole downstream test #1056 (@blink1073)
+ * Fix lint #1058 (@blink1073)
+ * Fix comms and add qtconsole downstream test #1056 (@blink1073)
+- Release 6.19.2
+ * Fix error in %edit magic #1053 (@ccordoba12)
+- Release 6.19.1
+ * fix: too many arguments dropped when passing to base comm
+ constructor #1051 (@maartenbreddels)
+- Release 6.19.0
+ * Fix: there can be only one comm_manager #1049
+ (@maartenbreddels)
+ * Adopt ruff and address lint #1046 (@blink1073)
+- Release 6.18.3
+ * Fix Comm interface for downstream users #1042
+ (@maartenbreddels)
+- Release 6.18.2
+ * Configurables needs to be configurable #1037 (@Carreau)
+- Release 6.18.1
+ * fix: use comm package in backwards compatible way #1028
+ (@maartenbreddels)
+ * Add more testing and deprecate the Gtk event loops #1036
+ (@blink1073)
+ * More coverage improvements #1035 (@blink1073)
+ * Add more tests #1034 (@blink1073)
+ * Add more kernel tests #1032 (@blink1073)
+ * Add more coverage and add Readme badges #1031 (@blink1073)
+ * Clean up testing and coverage #1030 (@blink1073)
+ * Use base setup dependency type #1029 (@blink1073)
+- Release 6.18.0
+ * Add terminal color support #1025 (@blink1073)
+ * Extract the Comm Python package #973 (@martinRenou)
+ * Add windows coverage and clean up workflows #1023 (@blink1073)
+ * Increase coverage #1021 (@blink1073)
+ * Allow releasing from repo #1020 (@blink1073)
+- Release 6.17.1
+ * Ignore the new Jupyter_core deprecation warning in CI #1019
+ (@jasongrout)
+ * Bump actions/checkout from 2 to 3 #1018 (@dependabot)
+ * Add dependabot #1017 (@blink1073)
+ * Add pyupgrade to pre-commit #1014 (@blink1073)
+
+-------------------------------------------------------------------
Old:
----
ipykernel-6.17.0.tar.gz
New:
----
ipykernel-6.19.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.uqJfUZ/_old 2022-12-28 10:54:13.572014699 +0100
+++ /var/tmp/diff_new_pack.uqJfUZ/_new 2022-12-28 10:54:13.576014721 +0100
@@ -17,7 +17,7 @@
Name: python-ipykernel
-Version: 6.17.0
+Version: 6.19.4
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
@@ -43,6 +43,7 @@
BuildRequires: python-rpm-macros
# /SECTION
# SECTION dependencies
+BuildRequires: %{python_module comm >= 0.1.1}
BuildRequires: %{python_module debugpy >= 1.0}
BuildRequires: %{python_module ipython >= 7.23.1}
BuildRequires: %{python_module jupyter-client >= 6.1.12}
@@ -53,6 +54,7 @@
BuildRequires: %{python_module pyzmq >= 17}
BuildRequires: %{python_module tornado >= 6.1}
BuildRequires: %{python_module traitlets >= 5.1.0}
+Requires: python-comm >= 0.1.1
Requires: python-debugpy >= 1.0
Requires: python-ipython >= 7.23.1
Requires: python-jupyter-client >= 6.1.12
@@ -62,12 +64,13 @@
Requires: python-psutil
Requires: python-pyzmq >= 17
Requires: python-tornado >= 6.1
-Requires: python-traitlets >= 5.1.0
+Requires: python-traitlets >= 5.4.0
# /SECTION
# SECTION test requirements
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module pytest >= 7.0}
+BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-timeout}
# we don't want ipyparallel and its dependencies in Ring1, see below
#BuildRequires: #{python_module ipyparallel}
@@ -83,8 +86,6 @@
%prep
%autosetup -p1 -n ipykernel-%{version}
-# 5 tests out of 116, we don't want ipyparallel and its dependencies in Ring1
-rm ipykernel/tests/test_pickleutil.py
sed -i -e 's/--color=yes//' pyproject.toml
%build
@@ -113,6 +114,9 @@
donttest="test_shutdown_subprocesses"
# fails in obs setups
ignoretests="--ignore ipykernel/tests/test_debugger.py"
+# we don't want ipyparallel and its dependencies in Ring1
+ignoretests="$ignoretests --ignore ipykernel/tests/test_pickleutil.py"
+donttest="$donttest or test_do_apply"
%pytest -k "not ($donttest)" $ignoretests
%files %{python_files}
++++++ ipykernel-6.17.0.tar.gz -> ipykernel-6.19.4.tar.gz ++++++
++++ 3682 lines of diff (skipped)