Path to this page:
./
devel/py-hatch-jupyter-builder,
Hatch plugin to help build Jupyter packages
Branch: CURRENT,
Version: 0.9.1,
Package name: py311-hatch-jupyter-builder-0.9.1,
Maintainer: pkgsrc-usersThis provides a build hook plugin for Hatch that adds a build step for use with
Jupyter packages.
Master sites:
Filesize: 54.642 KB
Version history: (Expand)
- (2024-04-03) Updated to version: py311-hatch-jupyter-builder-0.9.1
- (2023-10-28) Updated to version: py311-hatch-jupyter-builder-0.8.3nb1
- (2023-05-05) Package added to pkgsrc.se, version py310-hatch-jupyter-builder-0.8.3 (created)
CVS history: (Expand)
2024-04-03 10:56:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-hatch-jupyter-builder: updated to 0.9.1
0.9.1
Maintenance and upkeep improvements
- Use tomllib from the Python 3.11+ standard library
0.9.0
Bugs fixed
- Update index.rst
- Migration script fixes
Maintenance and upkeep improvements
- Update Release Scripts
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Update ruff and typings
- chore: update pre-commit hooks
- Consolidate lint
- Use ruff format
- Update typings for mypy 1.6
- chore: update pre-commit hooks
- Bump actions/checkout from 2 to 4
- Adopt sp-repo-review
- Fix migration test
Documentation improvements
- Fix typo in docs
|
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-05-05 12:37:12 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-hatch-jupyter-builder: added version 0.8.3
This provides a build hook plugin for Hatch that adds a build step for use with
Jupyter packages.
|