./net/py-comm, Jupyter Python Comm implementation

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


Branch: CURRENT, Version: 0.2.2, Package name: py311-comm-0.2.2, Maintainer: pkgsrc-users

It provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.


Master sites:

Filesize: 6.064 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-16 19:32:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-comm: updated to 0.2.2

0.2.2

Maintenance and upkeep improvements

Update Release Scripts
   2024-01-03 07:52:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-comm: updated to 0.2.1

0.2.1

Maintenance and upkeep improvements

Update ruff config

Other merged PRs

chore: update pre-commit hooks
Prevent exception spam during interpreter teardown
chore: update pre-commit hooks
chore: update pre-commit hooks
   2023-11-10 19:35:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-comm: updated to 0.2.0

0.2.0

Maintenance and upkeep improvements

Add downstream checks
Adopt sp-repo-review

Other merged PRs

Bump actions/checkout from 3 to 4
   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-03 10:06:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-comm: updated to 0.1.4

0.1.4
Improvements

Loosen dependency on traitlet so it is available in python 3.6
   2023-04-18 09:49:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-comm: updated to 0.1.3

0.1.3

Maintenance and upkeep improvements

Adopt linters and releaser

Other merged PRs

feat: provide a default implementation
   2022-12-09 12:09:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-comm: updated to 0.1.2

0.1.2
Unknown changes
   2022-11-28 20:59:04 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-comm: added version 0.1.1

It provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.