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 2023-10-15 19:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter-client (Old) and /work/SRC/openSUSE:Factory/.python-jupyter-client.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-client" Sun Oct 15 19:27:27 2023 rev:20 rq:1117786 version:8.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter-client/python-jupyter-client.changes 2023-09-25 20:58:30.342022570 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter-client.new.20540/python-jupyter-client.changes 2023-10-15 19:29:34.601298751 +0200 @@ -1,0 +2,9 @@ +Sat Oct 14 08:34:54 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 8.4.0 + * Test on python 3.12 #978 (@blink1073) + * Update typing for traitlets 5.11 #977 (@blink1073) + * Do not use datetime.utcnow() that is deprecated in Python 3.12 + #972 (@ellert) + +------------------------------------------------------------------- Old: ---- jupyter_client-8.3.1.tar.gz New: ---- jupyter_client-8.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter-client.spec ++++++ --- /var/tmp/diff_new_pack.B5kGSq/_old 2023-10-15 19:29:35.093316475 +0200 +++ /var/tmp/diff_new_pack.B5kGSq/_new 2023-10-15 19:29:35.093316475 +0200 @@ -26,7 +26,7 @@ %endif Name: python-jupyter-client%{psuffix} -Version: 8.3.1 +Version: 8.4.0 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause @@ -81,7 +81,7 @@ %prep %autosetup -p1 -n jupyter_client-%{version} -sed -i 's/--color=yes//' pyproject.toml +sed -i 's/"--color=yes",//' pyproject.toml %build %pyproject_wheel @@ -99,6 +99,8 @@ %check # flaky timeout donttest="(TestAsyncKernelClient and test_input_request)" +# timeout +donttest+=" or (TestKernelManager and test_stream_on_recv)" %pytest --force-flaky --max-runs=3 --no-success-flaky-report -k "not ($donttest)" %endif ++++++ jupyter_client-8.3.1.tar.gz -> jupyter_client-8.4.0.tar.gz ++++++ ++++ 1943 lines of diff (skipped)