./devel/py-jupyter_client, Jupyter protocol implementation and client libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.6.1, Package name: py311-jupyter_client-8.6.1, Maintainer: pkgsrc-users

jupyter_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: 332.966 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-17 18:30:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-jupyter_client: updated to 8.3.0

8.3.0

Enhancements made

- Allow kwargs when writting connection_file
   2023-04-25 12:56:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter_client: updated to 8.2.0

8.2.0

Enhancements made
- use c.f.Future to wait across threads

Maintenance and upkeep improvements
- Use local coverage
- Add more project URLs

8.1.0

Bugs fixed
- ThreadedZMQStream: close stream before socket

Documentation improvements
- Adds spec for the copyToGlobals request

8.0.3

Bugs fixed
- Fix kernelspec print output
- Don't emit a trailng newline in base64-encoded data like 'image/png'

Maintenance and upkeep improvements
- Add license
- Improving jsonutil tests

8.0.2

Bugs fixed
- Add papermill downstream check and fix kernel client replies

Maintenance and upkeep improvements
- Adopt more ruff rules
- Prefer print in kernelspecapp:

8.0.0

This release is primarily focused on improving `asyncio` support, while aiming \ 
to have minimal API changes.

Enhancements made
- Remove nest-asyncio dependency

Bugs fixed
- Allow interrupt during restart of pending kernels
- Fix connection reconciliation to handle restarts
- Reconcile connection information
- Workaround for launch bug
- Defer creation of ready future
- Fix handling of initial ready promise
- Revert "Fix pending kernels again"
- Fix pending kernels again
- Use pytest_asyncio fixture

Maintenance and upkeep improvements
- MAINT: Don't format log in log call.
- Remove deprecated zmq imports
- MAINT: consistently use relative imports.
- Sync lint deps
- MAINT: Proper typing and cast
- MAINT: \[_async_\]start_kernel should only take kwarg only.
- Add more ci checks
- Allow releasing from repo
- Fix jupyter_core pinning
- Adopt ruff and reduce pre-commit usage
- Use pytest-jupyter
- Import ensure_async and run_sync from jupyter_core
- Use base setup dependency type
- More CI Cleanup
- More coverage
- Clean up workflow and pyproject
- Add more coverage
- Add coverage config
- Bump actions/setup-python from 2 to 4
- Bump actions/checkout from 2 to 3
- Use platform dirs in tests
- Clean up types and remove use of entrypoints
- Add dependabot
- Support Python 3.8-3.11
- Fix assertion in `TestSession.test_serialize`
- Maintenance cleanup
- Ignore warnings in prereleases test
- Use hatch for version
- Move tests to top level
- Fix nbconvert downstream test

Documentation improvements
- Reflect current protocol version in documentation
- Add full api docs
- Add more ci checks
- Switch to pydata sphinx theme
   2022-12-12 09:36:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_client: updated to 7.4.8

7.4.8

Bugs fixed

- Make sure loop is marked with nest_asyncio