py-jupyter_server: updated to 2.13.0
2.13.0 Enhancements made - Add an option to have authentication enabled for all endpoints by default - websockets: add configurations for ping interval and timeout Bugs fixed - Fix color in windows log console with colorama Maintenance and upkeep improvements - Update release workflows - chore: update pre-commit hooks Documentation improvements - Add deprecation note for `ServerApp.preferred_dir` - Replace \_jupyter_server_extension_paths in apidocs - fix "Shutdown" -> "Shut down"
This commit is contained in:
parent
b7f93ee34c
commit
eeb18da9a3
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2024/01/20 08:59:36 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2024/03/07 17:37:53 adam Exp $
|
||||
|
||||
DISTNAME= jupyter_server-2.12.5
|
||||
DISTNAME= jupyter_server-2.13.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-server/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2024/01/20 08:59:36 adam Exp $
|
||||
$NetBSD: distinfo,v 1.9 2024/03/07 17:37:53 adam Exp $
|
||||
|
||||
BLAKE2s (jupyter_server-2.12.5.tar.gz) = 890319bc06d96687ceeb2aaa6a9c87cdcc307735657b7ad66710f578404cc890
|
||||
SHA512 (jupyter_server-2.12.5.tar.gz) = dd4fee86cfe82641dc9bbab2de93f65b45e78d56fad6d0a5ecdc442a4facc93aecbe90516200fa742f13d83039119640279efd4c42ff53a08786671c79d4a268
|
||||
Size (jupyter_server-2.12.5.tar.gz) = 713833 bytes
|
||||
BLAKE2s (jupyter_server-2.13.0.tar.gz) = 6b560df53df2b83bdae1d53a6421f8cc0a3514ed1b6b4f5d10068bae7f7dfe20
|
||||
SHA512 (jupyter_server-2.13.0.tar.gz) = 114387c34bf759bc9d27eedf2cb2ab12c07ddaec33d0d37c3bcaa776058c028220dc148fd7bc270644192a693b613b54d0195b5b809c2732c1e04d551b4d060c
|
||||
Size (jupyter_server-2.13.0.tar.gz) = 718244 bytes
|
||||
|
|
Loading…
Reference in a new issue