Publish 7.0.0a1

SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.1.tgz: aa3f2c6f8736bb07784ad3b42cbe1c81c07e5dab90800a6053448f386b127495

jupyter-notebook-application-extension-7.0.0-alpha.1.tgz: 18acd0b6ac210c7f11a67dd19fd1dc1e89e5aa8140d8392ea60f9f1c35d5101e

jupyter-notebook-console-extension-7.0.0-alpha.1.tgz: 84e05ccf0a8e1e9aa810e12687bc7a24295a9c00bccd6b55d5345fab3def2589

jupyter-notebook-docmanager-extension-7.0.0-alpha.1.tgz: 23ced746e4ec74f3aac6b917828b4397e9cafdb1dd91c9dcaf3a160a1aa6327f

jupyter-notebook-documentsearch-extension-7.0.0-alpha.1.tgz: f24361bf2164e82df55f13ad506fc4fed773d7b39d83711534c85cc17f8e4cb1

jupyter-notebook-help-extension-7.0.0-alpha.1.tgz: a99f5a1d06006e10fac9e63dae21f6f96e18c8c6a6602fd6d9d442823f81872d

jupyter-notebook-lab-extension-7.0.0-alpha.1.tgz: 68a9eccb1cbba8d206f5d1a5ca6b1d5efdc3857b3e82b58d85bfdedb5302d87c

jupyter-notebook-notebook-extension-7.0.0-alpha.1.tgz: 08e741da2799aeceb5f0dc03d2b56e7d8d94a2e4dce6a7688fb3bdcf389ce7aa

jupyter-notebook-terminal-extension-7.0.0-alpha.1.tgz: e227480e709b6730b7673ceaf0e214d5966c6b5c5d5a32c252ee89a9d8330d05

jupyter-notebook-tree-extension-7.0.0-alpha.1.tgz: 45e6335bf39bb4d2077e9a91d39ded1032691b3794b8997fb3f431a2bb2a43c0

jupyter-notebook-ui-components-7.0.0-alpha.1.tgz: 160f5c067d5abd83abbc15074d8871a3aaec9fed9bcc7c8d4ec543e8a517e5ad

notebook-7.0.0a1-py3-none-any.whl: 830da9ad4d52a3acd979dc9b6d9ab221191bb76b1c58f25049dd81955c3c31a3

notebook-7.0.0a1.tar.gz: 3a01449eda92ce6cfeeba357d20b10774d8b19e93e6a46a9153bd8687abe3903
This commit is contained in:
GitHub Action 2022-03-09 16:18:25 +00:00
parent 483e2fb8ea
commit 479dd42f41
16 changed files with 51 additions and 51 deletions

View File

@ -1,14 +1,14 @@
[bumpversion]
current_version = 7, 0, 0, 'alpha', 0
current_version = 7, 0, 0, 'alpha', 1
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
serialize =
serialize =
{major}, {minor}, {patch}, '{release}', {build}
[bumpversion:part:release]
optional_value = final
values =
values =
alpha
beta
candidate

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"private": true,
"scripts": {
"build": "webpack",
@ -11,16 +11,16 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.0",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.0",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.0",
"@jupyter-notebook/application": "~7.0.0-alpha.1",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.1",
"@jupyterlab/application": "~4.0.0-alpha.5",
"@jupyterlab/application-extension": "~4.0.0-alpha.5",
"@jupyterlab/apputils": "~4.0.0-alpha.5",
@ -93,16 +93,16 @@
"yjs": "~13.5.27"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.0",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.0",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.0",
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
"@jupyterlab/application-extension": "^4.0.0-alpha.5",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.5",
"@jupyterlab/celltags": "^4.0.0-alpha.5",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",

View File

@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [
])
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(7, 0, 0, 'alpha', 0)
version_info = VersionInfo(7, 0, 0, 'alpha', 1)
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

View File

@ -1,7 +1,7 @@
{
"name": "@jupyter-notebook/metapackage",
"private": true,
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -39,6 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0-alpha.5",
"@jupyterlab/apputils": "^4.0.0-alpha.5",
"@jupyterlab/celltags": "^4.0.0-alpha.5",
@ -53,9 +55,7 @@
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/coreutils": "^1.12.0",
"@lumino/disposable": "^1.10.1",
"@lumino/widgets": "^1.31.1",
"@jupyter-notebook/application": "^7.0.0-alpha.0",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.0"
"@lumino/widgets": "^1.31.1"
},
"devDependencies": {
"rimraf": "~3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/documentsearch": "^4.0.0-alpha.4",
"@lumino/widgets": "^1.31.1",
"@jupyter-notebook/application": "^7.0.0-alpha.0"
"@lumino/widgets": "^1.31.1"
},
"devDependencies": {
"rimraf": "~3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -39,11 +39,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0-alpha.5",
"@jupyterlab/apputils": "^4.0.0-alpha.5",
"@jupyterlab/mainmenu": "^4.0.0-alpha.5",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.0"
"@jupyterlab/translation": "^4.0.0-alpha.4"
},
"devDependencies": {
"rimraf": "~3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -43,6 +43,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0-alpha.5",
"@jupyterlab/apputils": "^4.0.0-alpha.5",
"@jupyterlab/coreutils": "^6.0.0-alpha.5",
@ -51,8 +52,7 @@
"@jupyterlab/notebook": "^4.0.0-alpha.5",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/commands": "^1.20.0",
"@lumino/disposable": "^1.10.1",
"@jupyter-notebook/application": "^7.0.0-alpha.0"
"@lumino/disposable": "^1.10.1"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.5",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -39,6 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0-alpha.5",
"@jupyterlab/apputils": "^4.0.0-alpha.5",
"@jupyterlab/cells": "^4.0.0-alpha.5",
@ -47,8 +48,7 @@
"@jupyterlab/settingregistry": "^4.0.0-alpha.5",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/polling": "^1.10.0",
"@lumino/widgets": "^1.31.1",
"@jupyter-notebook/application": "^7.0.0-alpha.0"
"@lumino/widgets": "^1.31.1"
},
"devDependencies": {
"rimraf": "~3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
@ -39,6 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyterlab/application": "^4.0.0-alpha.5",
"@jupyterlab/apputils": "^4.0.0-alpha.5",
"@jupyterlab/coreutils": "^6.0.0-alpha.5",
@ -52,8 +53,7 @@
"@jupyterlab/ui-components": "^4.0.0-alpha.19",
"@lumino/algorithm": "^1.9.1",
"@lumino/commands": "^1.20.0",
"@lumino/widgets": "^1.31.1",
"@jupyter-notebook/application": "^7.0.0-alpha.0"
"@lumino/widgets": "^1.31.1"
},
"devDependencies": {
"rimraf": "~3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {