From 1a2f58144ca0c33aa0bd06f47b697858dc4ec9ee Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 19 May 2018 22:21:43 +0000 Subject: [PATCH] :arrow_up: Updating add-on Jupyter to 7d76c8d --- README.md | 6 +++--- jupyter/CHANGELOG.md | 4 ++-- jupyter/README.md | 6 +++--- jupyter/config.json | 4 +++- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3a8ffb7bb..07d1974b3 100644 --- a/README.md +++ b/README.md @@ -401,10 +401,10 @@ SOFTWARE. [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/ba73503 -[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/ba73503/README.md +[addon-jupyter]: https://github.com/hassio-addons/addon-jupyter/tree/7d76c8d +[addon-doc-jupyter]: https://github.com/hassio-addons/addon-jupyter/blob/7d76c8d/README.md [jupyter-issue]: https://github.com/hassio-addons/addon-jupyter/issues -[jupyter-version-shield]: https://img.shields.io/badge/version-ba73503-blue.svg +[jupyter-version-shield]: https://img.shields.io/badge/version-7d76c8d-blue.svg [jupyter-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/jupyter-armhf.svg [jupyter-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/jupyter/CHANGELOG.md b/jupyter/CHANGELOG.md index f5b390b76..f0001c093 100644 --- a/jupyter/CHANGELOG.md +++ b/jupyter/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/05/19 08:58 UTC - [ba73503](https://github.com/hassio-addons/addon-jupyter/commit/ba7350335d0c43bc304b79babb9f37e4424abde2) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes bokeh javascript support in JupyterLab +2018/05/19 20:22 UTC - [7d76c8d](https://github.com/hassio-addons/addon-jupyter/commit/7d76c8d7ffee4f67b93a97695ec01a48fb236008) by [@frenck](https://github.com/frenck) +> :arrow_up: py3-attrs >= 17.4.0-r1 diff --git a/jupyter/README.md b/jupyter/README.md index b00d70c68..c5312ac11 100644 --- a/jupyter/README.md +++ b/jupyter/README.md @@ -45,10 +45,10 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-jupyter/blob/ba73503/README.md +[docs]: https://github.com/hassio-addons/addon-jupyter/blob/7d76c8d/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg -[release-shield]: https://img.shields.io/badge/version-ba73503-blue.svg -[release]: https://github.com/hassio-addons/addon-jupyter/tree/ba73503 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-7d76c8d-blue.svg +[release]: https://github.com/hassio-addons/addon-jupyter/tree/7d76c8d \ No newline at end of file diff --git a/jupyter/config.json b/jupyter/config.json index d6c01aaac..5cb787f86 100644 --- a/jupyter/config.json +++ b/jupyter/config.json @@ -1,6 +1,6 @@ { "name": "Jupyter", - "version": "ba73503", + "version": "7d76c8d", "slug": "jupyter", "description": "Create documents containing live code, equations, visualizations, and explanatory text.", "url": "https://github.com/hassio-addons/addon-jupyter", @@ -27,6 +27,7 @@ "options": { "log_level": "info", "password": "", + "github_access_token": "", "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -36,6 +37,7 @@ "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", "password": "str", + "github_access_token": "str", "ssl": "bool", "certfile": "str", "keyfile": "str",