Bump drawio 16.1.0, minimum python 3.7, jupyterlite 0.1.0a18 (#83)

pull/87/head
Nicholas Bollweg 2021-12-26 17:05:58 -06:00 zatwierdzone przez GitHub
rodzic 4284d62f2c
commit 6cd7d29adc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
17 zmienionych plików z 938 dodań i 971 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ dependencies:
- sphinx-jsonschema
- sphinxext-rediraffe
- pip:
- jupyterlite ==0.1.0a17
- jupyterlite ==0.1.0a18
### ipydrawio-docs-deps ###
@ -72,7 +72,7 @@ dependencies:
- nodejs >=12,!=13.*,<15
- python # this gets patched in ci
# run
- ipywidgets >=7.6
- ipywidgets >=7.6,<8
- jupyterlab >=3.2.4,<4.0.0a0
- jupyterlab_widgets >=1
- lxml
@ -82,7 +82,7 @@ dependencies:
- retrolab
# building
- pip
- twine
- twine >=3.7.1
- wheel
# linting
- black

Wyświetl plik

@ -28,7 +28,7 @@ dependencies:
- nodejs >=12,!=13.*,<15
- python # this gets patched in ci
# run
- ipywidgets >=7.6
- ipywidgets >=7.6,<8
- jupyterlab >=3.2.4,<4.0.0a0
- jupyterlab_widgets >=1
- lxml
@ -38,7 +38,7 @@ dependencies:
- retrolab
# building
- pip
- twine
- twine >=3.7.1
- wheel
# linting
- black

Wyświetl plik

@ -14,6 +14,11 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: mambaforge-4.10
conda:
environment: docs/environment.yml

Wyświetl plik

@ -2,19 +2,25 @@
## Unreleased
### ipydrawio 1.1.4
### ipydrawio 1.2.0
#### @deathbeds/ipydrawio 1.1.4
- minimum supported python is now to 3.7
#### @deathbeds/ipydrawio-notebook 1.1.4
#### @deathbeds/ipydrawio 1.2.0
#### @deathbeds/ipydrawio-webpack 15.8.702
#### @deathbeds/ipydrawio-notebook 1.2.0
#### @deathbeds/ipydrawio-jupyter-templates 1.1.4
#### @deathbeds/ipydrawio-webpack 16.1.0
### ipydrawio-export 1.1.4
- updates to drawio v16.1.0
#### @deathbeds/ipydrawio-pdf 1.1.4
#### @deathbeds/ipydrawio-jupyter-templates 1.2.0
### ipydrawio-export 1.2.0
- minimum supported python is now to 3.7
#### @deathbeds/ipydrawio-pdf 1.2.0
---

Wyświetl plik

@ -62,6 +62,7 @@ doit dist
## Releasing
- [ ] start a release issue with a checklist (maybe like this one)
- [ ] merge all outstanding PRs
- [ ] ensure the versions have been bumped (check with `doit test:integrity`)
- [ ] ensure the CHANGELOG is up-to-date
- [ ] move the new release to the top of the stack

Wyświetl plik

@ -1,5 +1,5 @@
{% set name = "ipydrawio" %}
{% set version = "1.1.4" %}
{% set version = "1.2.0" %}
{% set build_number = 0 %}
@ -30,9 +30,9 @@ build:
requirements:
host:
- pip
- python >=3.6
- python >=3.7
run:
- python >=3.6
- python >=3.7
test:
commands:
@ -51,13 +51,13 @@ outputs:
requirements:
host:
- pip
- python >=3.6
- python >=3.7
run:
- ipywidgets >=7.6
- ipywidgets >=7.6,<8
- jupyterlab ==3.*
- jupyterlab_widgets >=1
- lxml
- python >=3.6
- python >=3.7
test:
imports:
- ipydrawio
@ -99,14 +99,14 @@ outputs:
requirements:
host:
- pip
- python >=3.6
- python >=3.7
run:
- ipydrawio =={{ version }}.*
- lxml
- nodejs
- pillow
- pypdf2
- python >=3.6
- python >=3.7
- requests_cache
test:
imports:

Wyświetl plik

@ -1,7 +1,7 @@
{
"LiteBuildConfig": {
"federated_extensions": [
"../py_packages/ipydrawio/dist/ipydrawio-1.1.4-py3-none-any.whl",
"../py_packages/ipydrawio/dist/ipydrawio-1.2.0-py3-none-any.whl",
"https://github.com/conda-forge/releases/releases/download/noarch/bqplot-0.12.31-pyhd8ed1ab_0.tar.bz2/bqplot-0.12.31-pyhd8ed1ab_0.tar.bz2",
"https://github.com/conda-forge/releases/releases/download/noarch/jupyterlab-tour-3.1.4-pyhd8ed1ab_0.tar.bz2/jupyterlab-tour-3.1.4-pyhd8ed1ab_0.tar.bz2",
"https://github.com/conda-forge/releases/releases/download/noarch/jupyterlab_widgets-1.0.2-pyhd8ed1ab_0.tar.bz2/jupyterlab_widgets-1.0.2-pyhd8ed1ab_0.tar.bz2",
@ -12,7 +12,7 @@
],
"ignore_sys_prefix": true,
"lite_dir": ".",
"output_archive": "../build/demo/ipydrawio-lite-1.1.4.tgz",
"output_archive": "../build/demo/ipydrawio-lite-1.2.0.tgz",
"output_dir": "../build/demo"
}
}

Wyświetl plik

@ -32,7 +32,7 @@ dependencies:
- sphinx-jsonschema
- sphinxext-rediraffe
- pip:
- jupyterlite ==0.1.0a17
- jupyterlite ==0.1.0a18
### ipydrawio-docs-deps ###
@ -45,7 +45,7 @@ dependencies:
- nodejs >=12,!=13.*,<15
- python # this gets patched in ci
# run
- ipywidgets >=7.6
- ipywidgets >=7.6,<8
- jupyterlab >=3.2.4,<4.0.0a0
- jupyterlab_widgets >=1
- lxml
@ -55,7 +55,7 @@ dependencies:
- retrolab
# building
- pip
- twine
- twine >=3.7.1
- wheel
# linting
- black

Wyświetl plik

@ -16,7 +16,7 @@
"typedoc-plugin-markdown": "~3.9.0"
},
"resolutions": {
"ansi-regex": ">=5.0.1",
"ansi-regex": "5.0.1",
"json-schema": ">=0.4.0"
},
"prettier": {

Wyświetl plik

@ -6,7 +6,7 @@
"homepage": "https://ipydrawio.rtfd.io",
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@deathbeds/ipydrawio": "^1.1.4"
"@deathbeds/ipydrawio": "^1.2.0"
},
"description": "Jupyter Templates for IPyDrawio",
"devDependencies": {
@ -55,5 +55,5 @@
},
"scripts": {},
"types": "lib/index.d.ts",
"version": "1.1.4"
"version": "1.2.0"
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@deathbeds/ipydrawio-notebook",
"version": "1.1.4",
"version": "1.2.0",
"bugs": {
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
@ -8,7 +8,7 @@
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/notebook": "^3.1.0",
"@deathbeds/ipydrawio": "^1.1.4"
"@deathbeds/ipydrawio": "^1.2.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",

Wyświetl plik

@ -4,14 +4,14 @@
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
"homepage": "https://ipydrawio.rtfd.io",
"version": "1.1.4",
"version": "1.2.0",
"dependencies": {
"@jupyterlab/application": "^3.1.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
"typescript": "~4.2.3",
"@deathbeds/ipydrawio": "^1.1.4"
"@deathbeds/ipydrawio": "^1.2.0"
},
"files": [
"{lib,schema,style,src}/**/*.{ts,tsx,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,css}",

@ -1 +1 @@
Subproject commit 0f4adefac54d1cb765d2688bdf0b4fe8a3061116
Subproject commit 7964a40d76c7a02d63db5e1b7cc592047b19d8e1

Wyświetl plik

@ -164,7 +164,7 @@ import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-fl
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-gcp.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-gcp19.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-gcp2.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-gcp3.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-gcpicons.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-general.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-gmdl.png';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/images/sidebar-ibm.png';
@ -2808,5 +2808,7 @@ import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-9fe249eb.
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-9fe249eb.js.map';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-bed83ea8.js';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-bed83ea8.js.map';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-dfbb910f.js';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-dfbb910f.js.map';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-f163abaa.js';
import '!!file-loader?name=[path][name].[ext]&context=.!../dio/workbox-f163abaa.js.map';

Wyświetl plik

@ -43,5 +43,5 @@
"build:pre": "python scripts/patch.py && python scripts/static.py"
},
"types": "lib/index.d.ts",
"version": "15.8.702"
"version": "16.1.0"
}

Wyświetl plik

@ -8,7 +8,7 @@
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/launcher": "^3.1.0",
"@jupyterlab/mainmenu": "^3.1.0",
"@deathbeds/ipydrawio-webpack": "^15.8.702"
"@deathbeds/ipydrawio-webpack": "^16.1.0"
},
"description": "A JupyterLab extension for embedding interactive drawio / mxgraph diagrams.",
"devDependencies": {
@ -75,5 +75,5 @@
"build:pre": "python scripts/schema.py"
},
"types": "lib/index.d.ts",
"version": "1.1.4"
"version": "1.2.0"
}

1821
yarn.lock

Plik diff jest za duży Load Diff