Accepting request 1107864 from devel:languages:python:jupyter
- Update fixes: * CVE-2023-39968 boo#1214730 * CVE-2023-40170 boo#1214731 - 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/request/show/1107864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=33
This commit is contained in:
commit
51d6a9ae7e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae4af349f030ed08dd78cb7ac1a03a92d886000380c9ea6283f3c542a81f4b06
|
|
||||||
size 704208
|
|
3
jupyter_server-2.7.2.tar.gz
Normal file
3
jupyter_server-2.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d64fb4e593907290e5df916e3c9399c15ab2cd7bdb71cbcd1d36452dbfb30523
|
||||||
|
size 705360
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 29 07:28:29 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update fixes:
|
||||||
|
* CVE-2023-39968 boo#1214730
|
||||||
|
* CVE-2023-40170 boo#1214731
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 26 13:06:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sun Jun 11 20:34:14 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-jupyter-server%{psuffix}
|
Name: python-jupyter-server%{psuffix}
|
||||||
Version: 2.6.0
|
Version: 2.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The backend to Jupyter web applications
|
Summary: The backend to Jupyter web applications
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: python >= 3.8
|
Requires: python >= 3.8
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-Send2Trash
|
Requires: python-Send2Trash >= 1.8.2
|
||||||
Requires: python-anyio >= 3.1.0
|
Requires: python-anyio >= 3.1.0
|
||||||
Requires: python-argon2-cffi
|
Requires: python-argon2-cffi
|
||||||
Requires: python-jupyter-client >= 7.4.4
|
Requires: python-jupyter-client >= 7.4.4
|
||||||
|
Loading…
Reference in New Issue
Block a user