pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-jupyter_server
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 27 10:49:32 UTC 2025
Modified Files:
pkgsrc/www/py-jupyter_server: Makefile distinfo
Log Message:
py-jupyter_server: updated to 2.15.0
2.15.0
Enhancements made
- Better error message when starting kernel for session.
- Add a traitlet to disable recording HTTP request metrics
- prometheus: Expose 3 activity metrics
- Add prometheus info metrics listing server extensions + versions
- Add prometheus metric with version information
- Better hash format error message
- Removing excessive logging from reading local files
- Do not include token in dashboard link, when available
- Add an option to have authentication enabled for all endpoints by default
- websockets: add configurations for ping interval and timeout
- log extension import time at debug level unless it's actually slow
- Add support for async Authorizers (part 2)
- Support async Authorizers
- Support get file(notebook) md5
- Update kernel env to reflect changes in session
Bugs fixed
- Return HTTP 400 when attempting to post an event with an unregistered schema
- write server extension list to stdout
- don't let ExtensionApp jpserver_extensions be overridden by config
- Pass session_id during Websocket connect
- Do not log environment variables passed to kernels
- extensions: render default templates with default static_url
- Improve the busy/idle execution state tracking for kernels.
- Ignore zero-length page_config.json, restore previous behavior of crashing for invalid JSON
- Don't crash on invalid JSON in page_config
- Fix color in windows log console with colorama
- Fix log arguments for gateway client error
- Import User unconditionally
- Fix a typo in error message
- avoid unhandled error on some invalid paths
- Change md5 to hash and hash_algorithm, fix incompatibility
- ContentsHandler return 404 rather than raise exc
- Force legacy ws subprotocol when using gateway
Maintenance and upkeep improvements
- Donation link NF -> LF
- Handle newer jupyter_events wants string version, drop 3.8
- Ignore unclosed sqlite connection in traits
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Use hatch fmt command
- chore: update pre-commit hooks
- Fix jupytext and lint CI failures
- Set all min deps
- chore: update pre-commit hooks
- Update pytest requirement from \<8,>=7.0 to >=7.0,\<9
- Pin to Pytest 7
- Update release workflows
- chore: update pre-commit hooks
- Improve warning handling
- Simplify the jupytext downstream test
- Fix test param for pytest-xdist
- Update pre-commit deps
- Use ruff docstring-code-format
- Update for tornado 6.4
- chore: update pre-commit hooks
- Update ruff and typings
- Clean up ruff config
- Add more typings
- chore: update pre-commit hooks
- Clean up config and address warnings
- Clean up lint and typing
- Update typing for traitlets 5.13
- Update typings and fix tests
Documentation improvements
- add comments to explain signal handling under jupyterhub
- Update documentation for `cookie_secret`
- Add Changelog for 2.14.1
- Update simple extension examples: \_jupyter_server_extension_points
- Link to GitHub repo from the docs
- docs: list server extensions
- Update simple extension README to cd into correct subdirectory
- Add deprecation note for `ServerApp.preferred_dir`
- Replace \_jupyter_server_extension_paths in apidocs
- fix "Shutdown" -> "Shut down"
- Enable htmlzip and epub on readthedocs
- Update api docs with md5 param
- typo: ServerApp
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-jupyter_server/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-jupyter_server/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-jupyter_server/Makefile
diff -u pkgsrc/www/py-jupyter_server/Makefile:1.13 pkgsrc/www/py-jupyter_server/Makefile:1.14
--- pkgsrc/www/py-jupyter_server/Makefile:1.13 Mon Oct 14 06:46:07 2024
+++ pkgsrc/www/py-jupyter_server/Makefile Mon Jan 27 10:49:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/10/14 06:46:07 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/27 10:49:32 adam Exp $
-DISTNAME= jupyter_server-2.14.2
+DISTNAME= jupyter_server-2.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-server/}
@@ -14,11 +14,11 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupy
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-Send2Trash>=1.8.2:../../sysutils/py-Send2Trash
DEPENDS+= ${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio
-DEPENDS+= ${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
+DEPENDS+= ${PYPKGPREFIX}-argon2-cffi>=21.1:../../security/py-argon2-cffi
DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.3:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=7.4.4:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
-DEPENDS+= ${PYPKGPREFIX}-jupyter_events>=0.9.0:../../devel/py-jupyter_events
+DEPENDS+= ${PYPKGPREFIX}-jupyter_events>=0.11.0:../../devel/py-jupyter_events
DEPENDS+= ${PYPKGPREFIX}-jupyter_server_terminals>=0.4.4:../../comms/py-jupyter_server_terminals
DEPENDS+= ${PYPKGPREFIX}-nbconvert>=6.4.4:../../www/py-nbconvert
DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.3.0:../../www/py-nbformat
Index: pkgsrc/www/py-jupyter_server/distinfo
diff -u pkgsrc/www/py-jupyter_server/distinfo:1.10 pkgsrc/www/py-jupyter_server/distinfo:1.11
--- pkgsrc/www/py-jupyter_server/distinfo:1.10 Sat Jul 20 19:04:24 2024
+++ pkgsrc/www/py-jupyter_server/distinfo Mon Jan 27 10:49:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/07/20 19:04:24 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/01/27 10:49:32 adam Exp $
-BLAKE2s (jupyter_server-2.14.2.tar.gz) = bfa31e52bd3c6b802ad27ac0780147ac12aa10861d32e5d03e5c8f75997efe3e
-SHA512 (jupyter_server-2.14.2.tar.gz) = ea8fbf93c1bafcdb77c95cc65e2e7c6e9d010add7fb8b2b1d4538f415c4b39a89cf18a58795da05dd41a838fc1057fadde3f68d9bc73d532aec76ae5cab357a7
-Size (jupyter_server-2.14.2.tar.gz) = 719933 bytes
+BLAKE2s (jupyter_server-2.15.0.tar.gz) = dcf022204e5cde857c0c41dc74d7fbd181debdde7b7929070f5fd442f5d3775c
+SHA512 (jupyter_server-2.15.0.tar.gz) = 96d5cf536c0ac242c86f20d0c18662f544d8d6b7a11a3fd06e473205fa597da02333f2064ffc9440ffd177c916dd37b3c608a623c35443e67663768aae97f0fc
+Size (jupyter_server-2.15.0.tar.gz) = 725227 bytes
Home |
Main Index |
Thread Index |
Old Index