mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on JupyterLab to 03e9cb0
This commit is contained in:
parent
c83f648d73
commit
62a810ce9a
4 changed files with 30 additions and 180 deletions
|
@ -850,10 +850,10 @@ SOFTWARE.
|
|||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[influxdb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/eeb2a35
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/eeb2a35/README.md
|
||||
[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/03e9cb0
|
||||
[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/03e9cb0/README.md
|
||||
[jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-eeb2a35-blue.svg
|
||||
[jupyterlab-version-shield]: https://img.shields.io/badge/version-03e9cb0-blue.svg
|
||||
[jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,173 +1,23 @@
|
|||
# Changelog since v0.9.3
|
||||
- ⬆️ Bump bokeh from 3.0.3 to 3.1.0 in /jupyterlab (#416)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
# Changelog since v0.10.0
|
||||
- ⬆️ Bump jupyter-bokeh from 3.0.5 to 3.0.7 in /jupyterlab (#418)
|
||||
|
||||
Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.0.3 to 3.1.0.
|
||||
- [Release notes](https://github.com/bokeh/bokeh/releases)
|
||||
- [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.2/docs/CHANGELOG)
|
||||
- [Commits](https://github.com/bokeh/bokeh/compare/3.0.3...3.1.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: bokeh
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump beautifulsoup4 from 4.11.1 to 4.11.2 in /jupyterlab (#412)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump nbconvert from 7.2.9 to 7.2.10 in /jupyterlab (#419)
|
||||
|
||||
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.1 to 4.11.2.
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump sqlalchemy from 2.0.5.post1 to 2.0.6 in /jupyterlab (#417)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.5.post1 to 2.0.6.
|
||||
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
|
||||
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
|
||||
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: beautifulsoup4
|
||||
- dependency-name: sqlalchemy
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump numpy from 1.24.1 to 1.24.2 in /jupyterlab (#415)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump scrapy from 2.7.1 to 2.8.0 in /jupyterlab (#414)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.7.1 to 2.8.0.
|
||||
- [Release notes](https://github.com/scrapy/scrapy/releases)
|
||||
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
|
||||
- [Commits](https://github.com/scrapy/scrapy/compare/2.7.1...2.8.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: scrapy
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump matplotlib from 3.6.3 to 3.7.1 in /jupyterlab (#413)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.1.
|
||||
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
|
||||
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.3...v3.7.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: matplotlib
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump seaborn from 0.12.1 to 0.12.2 in /jupyterlab (#393)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.12.1 to 0.12.2.
|
||||
- [Release notes](https://github.com/mwaskom/seaborn/releases)
|
||||
- [Commits](https://github.com/mwaskom/seaborn/compare/v0.12.1...v0.12.2)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: seaborn
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump nbconvert from 7.2.7 to 7.2.9 in /jupyterlab (#400)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.2.7 to 7.2.9.
|
||||
- [Release notes](https://github.com/jupyter/nbconvert/releases)
|
||||
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.2.7...v7.2.9)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: nbconvert
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump pandas from 1.5.2 to 1.5.3 in /jupyterlab (#398)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.2 to 1.5.3.
|
||||
- [Release notes](https://github.com/pandas-dev/pandas/releases)
|
||||
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
|
||||
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.2...v1.5.3)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: pandas
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump sqlalchemy from 1.4.45 to 2.0.5.post1 in /jupyterlab (#409)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump jupyterlab from 3.5.2 to 3.6.1 in /jupyterlab (#404)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
||||
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.5.2 to 3.6.1.
|
||||
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
|
||||
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/vdom@3.6.1/CHANGELOG.md)
|
||||
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.5.2...@jupyterlab/vdom@3.6.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: jupyterlab
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- 🎆 Updates maintenance/license year to 2023 (#411)
|
||||
- ⬆️ Upgrades nodejs to 14.21.3-deb-1nodesource1 (#410)
|
||||
- ⬆️ Bump numpy from 1.24.0 to 1.24.1 in /jupyterlab (#392)
|
||||
|
||||
Bumps [numpy](https://github.com/numpy/numpy) from 1.24.0 to 1.24.1.
|
||||
- [Release notes](https://github.com/numpy/numpy/releases)
|
||||
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
|
||||
- [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v1.24.1)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: numpy
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump matplotlib from 3.6.2 to 3.6.3 in /jupyterlab (#396)
|
||||
|
||||
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
|
||||
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
|
||||
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.2...v3.6.3)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: matplotlib
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump ipywidgets from 8.0.3 to 8.0.4 in /jupyterlab (#390)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump jupyterlab-widgets from 3.0.4 to 3.0.5 in /jupyterlab (#391)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-eeb2a35-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/eeb2a35
|
||||
[release-shield]: https://img.shields.io/badge/version-03e9cb0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/03e9cb0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png
|
|
@ -1,29 +1,29 @@
|
|||
name: JupyterLab
|
||||
version: 03e9cb0
|
||||
slug: jupyterlablite
|
||||
description: Create documents containing live code, equations, visualizations, and
|
||||
explanatory text
|
||||
url: https://github.com/hassio-addons/addon-jupyterlab
|
||||
codenotary: codenotary@frenck.dev
|
||||
ingress: true
|
||||
panel_icon: mdi:flask-outline
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Create documents containing live code, equations, visualizations, and
|
||||
explanatory text
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/hassio-addons/jupyterlab/{arch}
|
||||
ingress: true
|
||||
init: false
|
||||
map:
|
||||
- config:rw
|
||||
- share:rw
|
||||
name: JupyterLab
|
||||
options:
|
||||
github_access_token: ''
|
||||
init_commands: []
|
||||
system_packages: []
|
||||
panel_icon: mdi:flask-outline
|
||||
init_commands: []
|
||||
schema:
|
||||
github_access_token: password
|
||||
init_commands:
|
||||
- str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
github_access_token: password
|
||||
system_packages:
|
||||
- str
|
||||
slug: jupyterlablite
|
||||
url: https://github.com/hassio-addons/addon-jupyterlab
|
||||
version: eeb2a35
|
||||
init_commands:
|
||||
- str
|
||||
image: ghcr.io/hassio-addons/jupyterlab/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue