./devel/py-jupyter_events, Jupyter Event System library

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


Branch: CURRENT, Version: 0.10.0, Package name: py311-jupyter_events-0.10.0, Maintainer: pkgsrc-users

Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server,
JupyterLab Server, JupyterHub, etc.) to emit events-structured data describing
things happening inside the application. Other software (e.g. client
applications like JupyterLab) can listen and respond to these events.


Master sites:

Filesize: 60.074 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-18 09:16:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_events: updated to 0.10.0

0.10.0

Enhancements made

- Enable adding listeners to event before the event is registered
   2024-03-17 18:31:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_events: updated to 0.9.1

0.9.1

Maintenance and upkeep improvements

- Update Release Scripts
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Update ruff and typing
- chore: update pre-commit hooks
   2023-11-09 18:27:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_events: updated to 0.9.0

0.9.0

Bugs fixed

- Clean up linting and fix a bug that was found

Maintenance and upkeep improvements

- Clean up linting and fix a bug that was found
- Adopt ruff format
- Normalize "jsonschema\[format-nongpl\]" in  pyproject.toml
   2023-10-29 17:58:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_events: updated to 0.8.0

0.8.0

Bugs fixed

- Allow for string annotations in listener signature

Maintenance and upkeep improvements

- Adopt sp-repo-review
- Bump actions/checkout from 3 to 4
- Add more PyPI URLs
   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-26 11:19:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter_events: updated to 0.7.0

0.7.0

Enhancements made

- allow a 'message' field in an event schema

Bugs fixed

- Improve usability of jp_read_emitted_events fixture

Maintenance and upkeep improvements

- Migrate RefResolver to referencing.Registry
- Use local coverage
- Clean up license
- Add more linting
   2023-05-05 12:10:53 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py-jupyter_events: added version 0.6.3

Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server,
JupyterLab Server, JupyterHub, etc.) to emit events-structured data describing
things happening inside the application. Other software (e.g. client
applications like JupyterLab) can listen and respond to these events.