From 6146370821492f1b63d6f4d5606c716e8a4a18e3f31bb811eb37dc4f7ae09548 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 21 Jan 2024 11:03:05 +0000 Subject: [PATCH] - Update to 5.7.1 * Derive JupyterAsyncApp from JupyterApp #389 (@blink1073) - Release 5.7.0 * Modernize event loop behavior #387 (@blink1073) - Release 5.6.1 * Fix export of package version #386 (@blink1073) * Revert "Enable async JupyterApp" #385 (@blink1073) - Release 5.6.0 * Enable async JupyterApp #381 (@blink1073) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=52 --- jupyter_core-5.5.1.tar.gz | 3 --- jupyter_core-5.7.1.tar.gz | 3 +++ python-jupyter-core.changes | 13 +++++++++++++ python-jupyter-core.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 jupyter_core-5.5.1.tar.gz create mode 100644 jupyter_core-5.7.1.tar.gz diff --git a/jupyter_core-5.5.1.tar.gz b/jupyter_core-5.5.1.tar.gz deleted file mode 100644 index 41ae36e..0000000 --- a/jupyter_core-5.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1553311a97ccd12936037f36b9ab4d6ae8ceea6ad2d5c90d94a909e752178e40 -size 85962 diff --git a/jupyter_core-5.7.1.tar.gz b/jupyter_core-5.7.1.tar.gz new file mode 100644 index 0000000..89a29de --- /dev/null +++ b/jupyter_core-5.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de61a9d7fc71240f688b2fb5ab659fbb56979458dc66a71decd098e03c79e218 +size 87137 diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index f343bb9..f609ac1 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jan 21 11:00:17 UTC 2024 - Ben Greiner + +- Update to 5.7.1 + * Derive JupyterAsyncApp from JupyterApp #389 (@blink1073) +- Release 5.7.0 + * Modernize event loop behavior #387 (@blink1073) +- Release 5.6.1 + * Fix export of package version #386 (@blink1073) + * Revert "Enable async JupyterApp" #385 (@blink1073) +- Release 5.6.0 + * Enable async JupyterApp #381 (@blink1073) + ------------------------------------------------------------------- Sat Dec 23 19:23:58 UTC 2023 - Ben Greiner diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index c580ed2..433af26 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ %endif Name: python-jupyter-core%{psuffix} -Version: 5.5.1 +Version: 5.7.1 Release: 0 Summary: Base package on which Jupyter projects rely License: BSD-3-Clause