Path to this page:
./
devel/py-jupyter_client,
Jupyter protocol implementation and client libraries
Branch: CURRENT,
Version: 8.6.3,
Package name: py312-jupyter_client-8.6.3,
Maintainer: pkgsrc-usersjupyter_client contains the reference implementation of the Jupyter protocol.
It also provides client and kernel management APIs for working with kernels.
Required to run:[
devel/py-setuptools] [
time/py-dateutil] [
net/py-zmq] [
www/py-tornado] [
devel/py-traitlets] [
devel/py-jupyter_core] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 334.003 KB
Version history: (Expand)
- (2024-09-17) Updated to version: py312-jupyter_client-8.6.3
- (2024-07-20) Updated to version: py311-jupyter_client-8.6.2
- (2024-03-17) Updated to version: py311-jupyter_client-8.6.1
- (2023-11-09) Updated to version: py311-jupyter_client-8.6.0
- (2023-10-29) Updated to version: py311-jupyter_client-8.5.0
- (2023-10-28) Updated to version: py311-jupyter_client-8.3.1nb1
CVS history: (Expand)
2024-09-17 14:18:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.6.3
8.6.3
Enhancements made
- Support psutil for finding network addresses
Bugs fixed
- use simpler isoparse from dateutil to parse ISO-8601 timestamps
- Avoid a DeprecationWarning on Python 3.13+
|
2024-07-20 14:45:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.6.2
8.6.2
Bugs fixed
- Use non-blocking zmq Poller
Documentation improvements
- use https url
|
2024-03-17 18:30:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.6.1
8.6.1
Maintenance and upkeep improvements
- Update Release Scripts
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Bump actions/setup-python from 4 to 5
- chore: update pre-commit hooks
- Bump conda-incubator/setup-miniconda from 2 to 3
- chore: update pre-commit hooks
Documentation improvements
- Fix docs reference
- Add docs about packaging kernels
- Clarify what a restart means
|
2023-11-09 13:23:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.6.0
8.6.0
Bugs fixed
- Fix possibly not defined tracker
- BUG: Fix Kwarg only in update_env
Maintenance and upkeep improvements
- Update typing for traitlets 5.13
- Use ruff format
- Unused `*args` in `KernelManager`'s `__init__`
|
2023-10-29 17:54:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.5.0
8.5.0
Enhancements made
- Allow to update kernels env in between restart.
Maintenance and upkeep improvements
- Enable strict typing
- Update typings for mypy 1.6
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-30 15:40:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.3.1
8.3.1
Enhancements made
- Support external kernels
Bugs fixed
- Make cache_ports configurable with default value of False.
|
2023-06-28 10:38:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 8.3.0
8.3.0
Enhancements made
- Allow kwargs when writting connection_file
|