pkgsrc/devel/py-jupyter_client/PLIST
adam d714f9e139 py-jupyter_client: updated to 7.1.2
7.1.2

Bugs fixed

- Await `kernel.ready` in `_async_shutdown_kernel`

7.1.1

Enhancements made

- Further improvements to pending kernels managment

Maintenance and upkeep improvements

- Test against all kernels in jupyter kernel test and clean up CI
- Replace master with main

Documentation improvements

- [DOC] improve kernel provisioner doc
- add changelog for message spec


7.1.0

Enhancements made

- Add support for pending kernels

Bugs fixed

- Improve restarter logic
- Set sticky bit only on the directory

Maintenance and upkeep improvements

- Enforce labels on PRs


7.0.6

Bugs fixed

- Fallback to the old ipykernel "json_clean" if we are not able to serialize a JSON message

Other merged PRs

- Add test for serializing bytes


7.0.5

Bugs fixed

- avoid use of deprecated zmq.utils.jsonapi

Maintenance and upkeep improvements

- Use logger.warning instead of deprecated warn method


7.0.4

Bugs fixed

- Fix json_default so that it's closer to what ipykernel had before
- Clean up the pending task
- fix kernel can only restart once issue
- Prevent failure if kernel is not found when shutting it down


7.0.3

Bugs fixed

- Address missing `local-provisioner` scenario
- use `load_connection_info(info)` when constructing a blocking client


7.0.2

Bugs fixed

- Don't set event loop policy on Windows at import time

Documentation improvements

- Improve migration guide


7.0.1

Merged PRs

- Use formal method names when called internally


7.0.0

Summary

The 7.0 release brings a major feature in [Kernel Provisioners](https://github.com/jupyter/jupyter_client/blob/master/docs/provisioning.rst), which enable the ability for third parties to manage the lifecycle of a kernel's runtime environment.

Being a major release, there are some backward incompatible changes. Please see the [migration guide](https://jupyter-client.readthedocs.io/en/latest/migration.html) for further details.

Enhancements made

- Kernel Provisioning - initial implementation

Bugs fixed

- Fix up some async method aliases in KernelManager
- Support `answer_yes` when removing kernel specs
- Include process ID in message ID
- Fix qtconsole issues

Maintenance and upkeep improvements

- Added debugger key in `kernel_info_reply`
- Prepare for use with Jupyter Releaser
- Force install `jupyter_client` master
- Fix project name
- Rename trait to `allowed_kernelspecs`
- Remove block parameter from `get_msg()`
- Only import `nest_asyncio` locally
- Use a default serializer that is not only for date types
- Updated `debug_info_response`
- Do not block on exit
- Update test kernel with native coroutine, remove `async_generator` dependency
- `setup.py` and CI improvements
- Test downstream projects
- Remove deprecations in kernel manager
- Add `block=True` back to `get_msg()`
- Pin `python>=3.6.1`
- Use `pre-commit`
- Attempt CI with `ipykernel` 6.0 prerelease
- Make `KernelManager` subclass tests DRY
- Add tests to ensure MultiKernelManager subclass methods are called
- Add type annotations, refactor sync/async

Documentation improvements

- Create migration guide
- Update changelog for 7.0.0rc0
- Added documentation for `richInspectVariables` request
- Change to `edit_magic` payload
- Added missing documentation for the inspectVariables request and resp…
- Add status field to other replies in documentation
2022-01-31 17:59:00 +00:00

187 lines
8.6 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2022/01/31 17:59:00 adam Exp $
bin/jupyter-kernel-${PYVERSSUFFIX}
bin/jupyter-kernelspec-${PYVERSSUFFIX}
bin/jupyter-run-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/jupyter_client/__init__.py
${PYSITELIB}/jupyter_client/__init__.pyc
${PYSITELIB}/jupyter_client/__init__.pyo
${PYSITELIB}/jupyter_client/_version.py
${PYSITELIB}/jupyter_client/_version.pyc
${PYSITELIB}/jupyter_client/_version.pyo
${PYSITELIB}/jupyter_client/adapter.py
${PYSITELIB}/jupyter_client/adapter.pyc
${PYSITELIB}/jupyter_client/adapter.pyo
${PYSITELIB}/jupyter_client/asynchronous/__init__.py
${PYSITELIB}/jupyter_client/asynchronous/__init__.pyc
${PYSITELIB}/jupyter_client/asynchronous/__init__.pyo
${PYSITELIB}/jupyter_client/asynchronous/client.py
${PYSITELIB}/jupyter_client/asynchronous/client.pyc
${PYSITELIB}/jupyter_client/asynchronous/client.pyo
${PYSITELIB}/jupyter_client/blocking/__init__.py
${PYSITELIB}/jupyter_client/blocking/__init__.pyc
${PYSITELIB}/jupyter_client/blocking/__init__.pyo
${PYSITELIB}/jupyter_client/blocking/client.py
${PYSITELIB}/jupyter_client/blocking/client.pyc
${PYSITELIB}/jupyter_client/blocking/client.pyo
${PYSITELIB}/jupyter_client/channels.py
${PYSITELIB}/jupyter_client/channels.pyc
${PYSITELIB}/jupyter_client/channels.pyo
${PYSITELIB}/jupyter_client/channelsabc.py
${PYSITELIB}/jupyter_client/channelsabc.pyc
${PYSITELIB}/jupyter_client/channelsabc.pyo
${PYSITELIB}/jupyter_client/client.py
${PYSITELIB}/jupyter_client/client.pyc
${PYSITELIB}/jupyter_client/client.pyo
${PYSITELIB}/jupyter_client/clientabc.py
${PYSITELIB}/jupyter_client/clientabc.pyc
${PYSITELIB}/jupyter_client/clientabc.pyo
${PYSITELIB}/jupyter_client/connect.py
${PYSITELIB}/jupyter_client/connect.pyc
${PYSITELIB}/jupyter_client/connect.pyo
${PYSITELIB}/jupyter_client/consoleapp.py
${PYSITELIB}/jupyter_client/consoleapp.pyc
${PYSITELIB}/jupyter_client/consoleapp.pyo
${PYSITELIB}/jupyter_client/ioloop/__init__.py
${PYSITELIB}/jupyter_client/ioloop/__init__.pyc
${PYSITELIB}/jupyter_client/ioloop/__init__.pyo
${PYSITELIB}/jupyter_client/ioloop/manager.py
${PYSITELIB}/jupyter_client/ioloop/manager.pyc
${PYSITELIB}/jupyter_client/ioloop/manager.pyo
${PYSITELIB}/jupyter_client/ioloop/restarter.py
${PYSITELIB}/jupyter_client/ioloop/restarter.pyc
${PYSITELIB}/jupyter_client/ioloop/restarter.pyo
${PYSITELIB}/jupyter_client/jsonutil.py
${PYSITELIB}/jupyter_client/jsonutil.pyc
${PYSITELIB}/jupyter_client/jsonutil.pyo
${PYSITELIB}/jupyter_client/kernelapp.py
${PYSITELIB}/jupyter_client/kernelapp.pyc
${PYSITELIB}/jupyter_client/kernelapp.pyo
${PYSITELIB}/jupyter_client/kernelspec.py
${PYSITELIB}/jupyter_client/kernelspec.pyc
${PYSITELIB}/jupyter_client/kernelspec.pyo
${PYSITELIB}/jupyter_client/kernelspecapp.py
${PYSITELIB}/jupyter_client/kernelspecapp.pyc
${PYSITELIB}/jupyter_client/kernelspecapp.pyo
${PYSITELIB}/jupyter_client/launcher.py
${PYSITELIB}/jupyter_client/launcher.pyc
${PYSITELIB}/jupyter_client/launcher.pyo
${PYSITELIB}/jupyter_client/localinterfaces.py
${PYSITELIB}/jupyter_client/localinterfaces.pyc
${PYSITELIB}/jupyter_client/localinterfaces.pyo
${PYSITELIB}/jupyter_client/manager.py
${PYSITELIB}/jupyter_client/manager.pyc
${PYSITELIB}/jupyter_client/manager.pyo
${PYSITELIB}/jupyter_client/managerabc.py
${PYSITELIB}/jupyter_client/managerabc.pyc
${PYSITELIB}/jupyter_client/managerabc.pyo
${PYSITELIB}/jupyter_client/multikernelmanager.py
${PYSITELIB}/jupyter_client/multikernelmanager.pyc
${PYSITELIB}/jupyter_client/multikernelmanager.pyo
${PYSITELIB}/jupyter_client/provisioning/__init__.py
${PYSITELIB}/jupyter_client/provisioning/__init__.pyc
${PYSITELIB}/jupyter_client/provisioning/__init__.pyo
${PYSITELIB}/jupyter_client/provisioning/factory.py
${PYSITELIB}/jupyter_client/provisioning/factory.pyc
${PYSITELIB}/jupyter_client/provisioning/factory.pyo
${PYSITELIB}/jupyter_client/provisioning/local_provisioner.py
${PYSITELIB}/jupyter_client/provisioning/local_provisioner.pyc
${PYSITELIB}/jupyter_client/provisioning/local_provisioner.pyo
${PYSITELIB}/jupyter_client/provisioning/provisioner_base.py
${PYSITELIB}/jupyter_client/provisioning/provisioner_base.pyc
${PYSITELIB}/jupyter_client/provisioning/provisioner_base.pyo
${PYSITELIB}/jupyter_client/restarter.py
${PYSITELIB}/jupyter_client/restarter.pyc
${PYSITELIB}/jupyter_client/restarter.pyo
${PYSITELIB}/jupyter_client/runapp.py
${PYSITELIB}/jupyter_client/runapp.pyc
${PYSITELIB}/jupyter_client/runapp.pyo
${PYSITELIB}/jupyter_client/session.py
${PYSITELIB}/jupyter_client/session.pyc
${PYSITELIB}/jupyter_client/session.pyo
${PYSITELIB}/jupyter_client/ssh/__init__.py
${PYSITELIB}/jupyter_client/ssh/__init__.pyc
${PYSITELIB}/jupyter_client/ssh/__init__.pyo
${PYSITELIB}/jupyter_client/ssh/forward.py
${PYSITELIB}/jupyter_client/ssh/forward.pyc
${PYSITELIB}/jupyter_client/ssh/forward.pyo
${PYSITELIB}/jupyter_client/ssh/tunnel.py
${PYSITELIB}/jupyter_client/ssh/tunnel.pyc
${PYSITELIB}/jupyter_client/ssh/tunnel.pyo
${PYSITELIB}/jupyter_client/tests/__init__.py
${PYSITELIB}/jupyter_client/tests/__init__.pyc
${PYSITELIB}/jupyter_client/tests/__init__.pyo
${PYSITELIB}/jupyter_client/tests/conftest.py
${PYSITELIB}/jupyter_client/tests/conftest.pyc
${PYSITELIB}/jupyter_client/tests/conftest.pyo
${PYSITELIB}/jupyter_client/tests/problemkernel.py
${PYSITELIB}/jupyter_client/tests/problemkernel.pyc
${PYSITELIB}/jupyter_client/tests/problemkernel.pyo
${PYSITELIB}/jupyter_client/tests/signalkernel.py
${PYSITELIB}/jupyter_client/tests/signalkernel.pyc
${PYSITELIB}/jupyter_client/tests/signalkernel.pyo
${PYSITELIB}/jupyter_client/tests/test_adapter.py
${PYSITELIB}/jupyter_client/tests/test_adapter.pyc
${PYSITELIB}/jupyter_client/tests/test_adapter.pyo
${PYSITELIB}/jupyter_client/tests/test_client.py
${PYSITELIB}/jupyter_client/tests/test_client.pyc
${PYSITELIB}/jupyter_client/tests/test_client.pyo
${PYSITELIB}/jupyter_client/tests/test_connect.py
${PYSITELIB}/jupyter_client/tests/test_connect.pyc
${PYSITELIB}/jupyter_client/tests/test_connect.pyo
${PYSITELIB}/jupyter_client/tests/test_jsonutil.py
${PYSITELIB}/jupyter_client/tests/test_jsonutil.pyc
${PYSITELIB}/jupyter_client/tests/test_jsonutil.pyo
${PYSITELIB}/jupyter_client/tests/test_kernelapp.py
${PYSITELIB}/jupyter_client/tests/test_kernelapp.pyc
${PYSITELIB}/jupyter_client/tests/test_kernelapp.pyo
${PYSITELIB}/jupyter_client/tests/test_kernelmanager.py
${PYSITELIB}/jupyter_client/tests/test_kernelmanager.pyc
${PYSITELIB}/jupyter_client/tests/test_kernelmanager.pyo
${PYSITELIB}/jupyter_client/tests/test_kernelspec.py
${PYSITELIB}/jupyter_client/tests/test_kernelspec.pyc
${PYSITELIB}/jupyter_client/tests/test_kernelspec.pyo
${PYSITELIB}/jupyter_client/tests/test_localinterfaces.py
${PYSITELIB}/jupyter_client/tests/test_localinterfaces.pyc
${PYSITELIB}/jupyter_client/tests/test_localinterfaces.pyo
${PYSITELIB}/jupyter_client/tests/test_manager.py
${PYSITELIB}/jupyter_client/tests/test_manager.pyc
${PYSITELIB}/jupyter_client/tests/test_manager.pyo
${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.py
${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.pyc
${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.pyo
${PYSITELIB}/jupyter_client/tests/test_provisioning.py
${PYSITELIB}/jupyter_client/tests/test_provisioning.pyc
${PYSITELIB}/jupyter_client/tests/test_provisioning.pyo
${PYSITELIB}/jupyter_client/tests/test_public_api.py
${PYSITELIB}/jupyter_client/tests/test_public_api.pyc
${PYSITELIB}/jupyter_client/tests/test_public_api.pyo
${PYSITELIB}/jupyter_client/tests/test_restarter.py
${PYSITELIB}/jupyter_client/tests/test_restarter.pyc
${PYSITELIB}/jupyter_client/tests/test_restarter.pyo
${PYSITELIB}/jupyter_client/tests/test_session.py
${PYSITELIB}/jupyter_client/tests/test_session.pyc
${PYSITELIB}/jupyter_client/tests/test_session.pyo
${PYSITELIB}/jupyter_client/tests/test_ssh.py
${PYSITELIB}/jupyter_client/tests/test_ssh.pyc
${PYSITELIB}/jupyter_client/tests/test_ssh.pyo
${PYSITELIB}/jupyter_client/tests/test_utils.py
${PYSITELIB}/jupyter_client/tests/test_utils.pyc
${PYSITELIB}/jupyter_client/tests/test_utils.pyo
${PYSITELIB}/jupyter_client/tests/utils.py
${PYSITELIB}/jupyter_client/tests/utils.pyc
${PYSITELIB}/jupyter_client/tests/utils.pyo
${PYSITELIB}/jupyter_client/threaded.py
${PYSITELIB}/jupyter_client/threaded.pyc
${PYSITELIB}/jupyter_client/threaded.pyo
${PYSITELIB}/jupyter_client/utils.py
${PYSITELIB}/jupyter_client/utils.pyc
${PYSITELIB}/jupyter_client/utils.pyo
${PYSITELIB}/jupyter_client/win_interrupt.py
${PYSITELIB}/jupyter_client/win_interrupt.pyc
${PYSITELIB}/jupyter_client/win_interrupt.pyo