Path to this page:
./
devel/py-jupyter_core,
Jupyter core package
Branch: CURRENT,
Version: 5.7.2,
Package name: py311-jupyter_core-5.7.2,
Maintainer: pkgsrc-usersJupyter core package. A base package on which Jupyter projects rely.
Required to run:[
devel/py-setuptools] [
devel/py-traitlets] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 85.575 KB
Version history: (Expand)
- (2024-03-17) Updated to version: py311-jupyter_core-5.7.2
- (2024-01-09) Updated to version: py311-jupyter_core-5.7.1
- (2023-12-31) Updated to version: py311-jupyter_core-5.5.1
- (2023-11-02) Updated to version: py311-jupyter_core-5.5.0
- (2023-10-29) Updated to version: py311-jupyter_core-5.4.0
- (2023-10-28) Updated to version: py311-jupyter_core-5.3.2nb1
CVS history: (Expand)
2024-03-17 18:29:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_core: updated to 5.7.2
5.7.2
Maintenance and upkeep improvements
- Update Release Scripts
- Enforce pytest 7
- chore: update pre-commit hooks
|
2024-01-09 06:36:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_core: updated to 5.7.1
5.7.1
Bugs fixed
- Derive JupyterAsyncApp from JupyterApp
5.7.0
Enhancements made
- Modernize event loop behavior
Maintenance and upkeep improvements
- chore: update pre-commit hooks
5.6.1
Bugs fixed
- Fix export of package version
- Revert "Enable async JupyterApp"
Maintenance and upkeep improvements
- Bump github/codeql-action from 2 to 3
5.6.0
Enhancements made
- Enable async JupyterApp
|
2023-12-31 10:01:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jupyter_core: updated to 5.5.1
5.5.1
Bugs fixed
- Account for read only file systems in migration
Maintenance and upkeep improvements
- Update ruff and typings
- chore: update pre-commit hooks
- Clean up lint and add downstream checks
|
2023-11-02 12:04:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_core: updated to 5.5.0
5.5.0
Maintenance and upkeep improvements
- Fix typing for traitlets 5.13
- Adopt pydata sphinx theme
- Use ruff format
- Update typings for mypy 1.6
- Lowercase APPNAME on macOS Homebrew
|
2023-10-29 17:53:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_core: updated to 5.4.0
5.4.0
Maintenance and upkeep improvements
- Add python 3.12 support
- Update typings for traitlets 5.11
|
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-09-27 18:09:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jupyter_core: updated to 5.3.2
5.3.2
Bugs fixed
- Fix event loop handling
Maintenance and upkeep improvements
- Bump actions/checkout from 3 to 4
- Adopt sp-repo-review
|
2023-06-16 10:42:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_core: updated to 5.3.1
5.3.1
Bugs fixed
- Better handling of config migration
Maintenance and upkeep improvements
- Fix write_executable test
- Use local coverage
|