forked from pool/python-jupyter-server
- 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
This commit is contained in:
parent
4f3fef44c0
commit
d3e6a215ba
@ -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,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user