Skip to content

Commit 921ad84

Browse files
authored
Bump JupyterCAD 3.0.0 (#10)
* Bump JupyterCAD 3.0.0 * Bump OpenVSP
1 parent 39e72ed commit 921ad84

File tree

4 files changed

+50
-38
lines changed

4 files changed

+50
-38
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
shell: bash -l {0}
123123
run: |
124124
set -eux
125-
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.1-Ubuntu-22.04_amd64.deb -O ovsp.deb
125+
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.2-Ubuntu-22.04_amd64.deb -O ovsp.deb
126126
ar x ovsp.deb && tar -xf data.tar.gz
127127
python -m pip install ./opt/OpenVSP/python/utilities ./opt/OpenVSP/python/degen_geom ./opt/OpenVSP/python/openvsp_config ./opt/OpenVSP/python/openvsp
128128

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/collaborative-drive": "^3.0.0",
56-
"@jupytercad/base": "^3.0.0-alpha.6",
57-
"@jupytercad/jupytercad-core": "^3.0.0-alpha.6",
58-
"@jupytercad/schema": "^3.0.0-alpha.6",
56+
"@jupytercad/base": "^3.0.0",
57+
"@jupytercad/jupytercad-core": "^3.0.0",
58+
"@jupytercad/schema": "^3.0.0",
5959
"@jupyterlab/application": "^4.0.0",
6060
"@jupyterlab/coreutils": "^6.0.0",
6161
"@jupyterlab/services": "^7.0.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"jupyter_server>=2.0.1,<3",
27-
"jupytercad_core>=3.0.0a6,<4",
28-
"jupytercad_lab>=3.0.0a6,<4"
27+
"jupytercad_core>=3.0.0,<4",
28+
"jupytercad_lab>=3.0.0,<4"
2929
]
3030
dynamic = ["version", "description", "authors", "urls", "keywords"]
3131

yarn.lock

Lines changed: 44 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,18 @@ __metadata:
841841
languageName: node
842842
linkType: hard
843843

844+
"@jupyter/collaborative-drive@npm:^3.1.0-alpha.0":
845+
version: 3.1.0-rc.0
846+
resolution: "@jupyter/collaborative-drive@npm:3.1.0-rc.0"
847+
dependencies:
848+
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
849+
"@jupyterlab/services": ^7.2.0
850+
"@lumino/coreutils": ^2.1.0
851+
"@lumino/disposable": ^2.1.0
852+
checksum: 71de8568f3cbe8d296e0edc10829c586d4f2b7ca25e7a3c610c24622b82f3b2ea316b45f3e6332ee63f10649d0d340109fdaf182938646214dd93ffc7b20b56a
853+
languageName: node
854+
linkType: hard
855+
844856
"@jupyter/react-components@npm:^0.15.2":
845857
version: 0.15.3
846858
resolution: "@jupyter/react-components@npm:0.15.3"
@@ -928,15 +940,15 @@ __metadata:
928940
languageName: node
929941
linkType: hard
930942

931-
"@jupytercad/base@npm:^3.0.0-alpha.6":
932-
version: 3.0.0-alpha.6
933-
resolution: "@jupytercad/base@npm:3.0.0-alpha.6"
943+
"@jupytercad/base@npm:^3.0.0":
944+
version: 3.0.0
945+
resolution: "@jupytercad/base@npm:3.0.0"
934946
dependencies:
935947
"@deathbeds/jupyterlab-rjsf": ^1.1.0
936-
"@jupyter/collaborative-drive": ^3.0.0
948+
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
937949
"@jupyter/ydoc": ^3.0.0
938-
"@jupytercad/occ-worker": ^3.0.0-alpha.6
939-
"@jupytercad/schema": ^3.0.0-alpha.6
950+
"@jupytercad/occ-worker": ^3.0.0
951+
"@jupytercad/schema": ^3.0.0
940952
"@jupyterlab/application": ^4.0.0
941953
"@jupyterlab/apputils": ^4.0.0
942954
"@jupyterlab/completer": ^4.2.4
@@ -963,18 +975,18 @@ __metadata:
963975
three: ^0.168.0
964976
three-mesh-bvh: ^0.7.8
965977
uuid: ^8.3.2
966-
checksum: af1bde1839fbd1103bedfe194ad398f3971cc482c5203ce49ac49b6cdea5e5e6e27cb028c795992b3990db032eade133fe360426d8063353ab6a4704ffd2d0e5
978+
checksum: b19f2bd128d6ccb3ecd6f34f71a191388bcb378c7bfbfa79c410aa006a680266dcf35b8de24ab430c4f9aa68b61eebbe1994ee23bd64289b6cbf75d3e153215c
967979
languageName: node
968980
linkType: hard
969981

970-
"@jupytercad/jupytercad-core@npm:^3.0.0-alpha.6":
971-
version: 3.0.0-alpha.6
972-
resolution: "@jupytercad/jupytercad-core@npm:3.0.0-alpha.6"
982+
"@jupytercad/jupytercad-core@npm:^3.0.0":
983+
version: 3.0.0
984+
resolution: "@jupytercad/jupytercad-core@npm:3.0.0"
973985
dependencies:
974-
"@jupyter/collaborative-drive": ^3.0.0
975-
"@jupytercad/base": ^3.0.0-alpha.6
976-
"@jupytercad/occ-worker": ^3.0.0-alpha.6
977-
"@jupytercad/schema": ^3.0.0-alpha.6
986+
"@jupyter/collaborative-drive": ^3.1.0-alpha.0
987+
"@jupytercad/base": ^3.0.0
988+
"@jupytercad/occ-worker": ^3.0.0
989+
"@jupytercad/schema": ^3.0.0
978990
"@jupyterlab/application": ^4.0.0
979991
"@jupyterlab/apputils": ^4.0.0
980992
"@jupyterlab/docregistry": ^4.0.0
@@ -986,7 +998,7 @@ __metadata:
986998
"@jupyterlab/ui-components": ^4.0.0
987999
"@lumino/commands": ^2.0.0
9881000
util: ^0.12.5
989-
checksum: b13a9f5744b15016fa31ef26b91d1af9228f6ac6087b97355952f0fb5b91676da7b121a8fad3ac2c3980e5548b08719dd55c7d632502a4faa535467d8a7471b2
1001+
checksum: f20c0796453a4ad2f11ee3f02af669b3e31d8f32d578cf189181c0ab6b047c21f7dd9330dcc96c7b97bf0c96d7ee700b17f48644ca113dc66696dbe55db9f54c
9901002
languageName: node
9911003
linkType: hard
9921004

@@ -995,9 +1007,9 @@ __metadata:
9951007
resolution: "@jupytercad/jupytercad-openvsp@workspace:."
9961008
dependencies:
9971009
"@jupyter/collaborative-drive": ^3.0.0
998-
"@jupytercad/base": ^3.0.0-alpha.6
999-
"@jupytercad/jupytercad-core": ^3.0.0-alpha.6
1000-
"@jupytercad/schema": ^3.0.0-alpha.6
1010+
"@jupytercad/base": ^3.0.0
1011+
"@jupytercad/jupytercad-core": ^3.0.0
1012+
"@jupytercad/schema": ^3.0.0
10011013
"@jupyterlab/application": ^4.0.0
10021014
"@jupyterlab/builder": ^4.0.0
10031015
"@jupyterlab/coreutils": ^6.0.0
@@ -1027,28 +1039,28 @@ __metadata:
10271039
languageName: unknown
10281040
linkType: soft
10291041

1030-
"@jupytercad/occ-worker@npm:^3.0.0-alpha.6":
1031-
version: 3.0.0-alpha.6
1032-
resolution: "@jupytercad/occ-worker@npm:3.0.0-alpha.6"
1042+
"@jupytercad/occ-worker@npm:^3.0.0":
1043+
version: 3.0.0
1044+
resolution: "@jupytercad/occ-worker@npm:3.0.0"
10331045
dependencies:
1034-
"@jupytercad/opencascade": ^3.0.0-alpha.6
1035-
"@jupytercad/schema": ^3.0.0-alpha.6
1046+
"@jupytercad/opencascade": ^3.0.0
1047+
"@jupytercad/schema": ^3.0.0
10361048
"@lumino/coreutils": ^2.0.0
10371049
uuid: ^8.3.2
1038-
checksum: 1740227c3997fe3657de6bdc95d59e7c0900ab04ea085aaeb22a21321c98cad58f50e90d306080a4313041969f6713b5e64e87144f2bc2db514862839cb4e0be
1050+
checksum: e225571c260ed970724b3ee9c6ab54acc965565acff8db1a881e401f5507c35be8af1692947369e6669774cb4256d8193e39d6d2d99c10803867dd3eeb6390ba
10391051
languageName: node
10401052
linkType: hard
10411053

1042-
"@jupytercad/opencascade@npm:^3.0.0-alpha.6":
1043-
version: 3.0.0-alpha.6
1044-
resolution: "@jupytercad/opencascade@npm:3.0.0-alpha.6"
1045-
checksum: fa9c3ae4c386b627ab2b4720ce25c2612dcfd1c226ef5afda860139aef0ba24d8dce36c96a0497fb82a7e86b233545f143962691c5b8aaedb96dac43863a4657
1054+
"@jupytercad/opencascade@npm:^3.0.0":
1055+
version: 3.0.0
1056+
resolution: "@jupytercad/opencascade@npm:3.0.0"
1057+
checksum: 2f1846b9d3c346a96767b7b1ca7b5ee4843c3a7e2326eb55a46ec2f59781d3fb83b4ed49111ec747a9fa9e672a9437c25f46a328e472253efbeb826420ad5a26
10461058
languageName: node
10471059
linkType: hard
10481060

1049-
"@jupytercad/schema@npm:^3.0.0-alpha.6":
1050-
version: 3.0.0-alpha.6
1051-
resolution: "@jupytercad/schema@npm:3.0.0-alpha.6"
1061+
"@jupytercad/schema@npm:^3.0.0":
1062+
version: 3.0.0
1063+
resolution: "@jupytercad/schema@npm:3.0.0"
10521064
dependencies:
10531065
"@apidevtools/json-schema-ref-parser": ^9.0.9
10541066
"@jupyter/ydoc": ^3.0.0
@@ -1062,7 +1074,7 @@ __metadata:
10621074
ajv: ^8.16.0
10631075
json-schema-to-typescript: ^10.1.5
10641076
yjs: ^13.5.40
1065-
checksum: 3f966e1ae5853d8ce0b15e542c767db300e9189dce2f802d48b9e513e83453ef593c1ca6e00f5d4eb2b7c0ad814e1fd77e6cc383a7ff8cb8b657ef4d7df68ad3
1077+
checksum: 5b0bb1edb1bbf1661770fbedf11d0ba59a6ee2a66dc0b6d6ab3eb450b34539ae285f108912bd62cbc0f9118f977ec0c88d219c1946ba6afeb1068eed41add312
10661078
languageName: node
10671079
linkType: hard
10681080

0 commit comments

Comments
 (0)