From d3e6a215bacf9e8f45108fcbd7c44d0c09f26a945c47946e9dc75619d5fb9cd0 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 26 Aug 2023 13:23:52 +0000 Subject: [PATCH 1/3] - Update to 2.7.2 * accessing API version should not count as activity #1315 (@minrk) * Make kernel_id as a conditional optional field #1300 (@allstrive) * Reference current_user to detect auth #1294 (@bhperry) * send2trash now supports deleting from different filesystem type(#1290) #1291 (@wqj97) - Release 2.7.0 * Add missing events to gateway client #1288 (@allstrive) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=71 --- jupyter_server-2.6.0.tar.gz | 3 --- jupyter_server-2.7.2.tar.gz | 3 +++ python-jupyter-server.changes | 14 ++++++++++++++ python-jupyter-server.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 jupyter_server-2.6.0.tar.gz create mode 100644 jupyter_server-2.7.2.tar.gz diff --git a/jupyter_server-2.6.0.tar.gz b/jupyter_server-2.6.0.tar.gz deleted file mode 100644 index b7e5bbc..0000000 --- a/jupyter_server-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae4af349f030ed08dd78cb7ac1a03a92d886000380c9ea6283f3c542a81f4b06 -size 704208 diff --git a/jupyter_server-2.7.2.tar.gz b/jupyter_server-2.7.2.tar.gz new file mode 100644 index 0000000..728a430 --- /dev/null +++ b/jupyter_server-2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64fb4e593907290e5df916e3c9399c15ab2cd7bdb71cbcd1d36452dbfb30523 +size 705360 diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 158f8ae..801ea9f 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Aug 26 13:06:44 UTC 2023 - Ben Greiner + +- Update to 2.7.2 + * accessing API version should not count as activity #1315 + (@minrk) + * Make kernel_id as a conditional optional field #1300 + (@allstrive) + * Reference current_user to detect auth #1294 (@bhperry) + * send2trash now supports deleting from different filesystem + type(#1290) #1291 (@wqj97) +- Release 2.7.0 + * Add missing events to gateway client #1288 (@allstrive) + ------------------------------------------------------------------- Sun Jun 11 20:34:14 UTC 2023 - Ben Greiner diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index e09e7e3..45ffe56 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -32,7 +32,7 @@ %endif Name: python-jupyter-server%{psuffix} -Version: 2.6.0 +Version: 2.7.2 Release: 0 Summary: The backend to Jupyter web applications License: BSD-3-Clause @@ -50,7 +50,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 Requires: python >= 3.8 Requires: python-Jinja2 -Requires: python-Send2Trash +Requires: python-Send2Trash >= 1.8.2 Requires: python-anyio >= 3.1.0 Requires: python-argon2-cffi Requires: python-jupyter-client >= 7.4.4 From af683ddfc4806b4f6204debf01571dcabea462d4401062e88b1c6d9aa342c5fa Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 29 Aug 2023 07:29:31 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=72 --- python-jupyter-server.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 801ea9f..6965032 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 29 07:28:29 UTC 2023 - Ben Greiner + +- Update fixes: CVE-2023-39968 boo#1214730 + ------------------------------------------------------------------- Sat Aug 26 13:06:44 UTC 2023 - Ben Greiner From 9951931f9553dec716d7839be540e16b540eccbf348b5fac915f1a1030ce5843 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 29 Aug 2023 07:31:28 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=73 --- python-jupyter-server.changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 6965032..f4c264d 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Tue Aug 29 07:28:29 UTC 2023 - Ben Greiner -- Update fixes: CVE-2023-39968 boo#1214730 +- Update fixes: + * CVE-2023-39968 boo#1214730 + * CVE-2023-40170 boo#1214731 ------------------------------------------------------------------- Sat Aug 26 13:06:44 UTC 2023 - Ben Greiner