Skip to content

Commit

Permalink
Deploy html version and bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Nov 27, 2024
1 parent 59b8a18 commit b417ad9
Show file tree
Hide file tree
Showing 52 changed files with 135 additions and 751 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ even your browser.
[openssf]: https://bestpractices.coreinfrastructure.org/projects/7182
[PyCharm downloads]: https://img.shields.io/jetbrains/plugin/d/9742?label=PyCharm%20%E2%86%93
[pycharm plugin]: https://plugins.jetbrains.com/plugin/9742
[Emacs downloads]: https://img.shields.io/badge/Emacs%20%E2%86%93-377k-brightgreen
[Emacs downloads]: https://img.shields.io/badge/Emacs%20%E2%86%93-432k-brightgreen
[emacs plugin]: https://melpa.org/#/live-py-mode
[Sublime downloads]: https://img.shields.io/packagecontrol/dt/Live%20Coding%20in%20Python?label=Sublime%20%E2%86%93
[sublime plugin]: https://packagecontrol.io/packages/Live%20Coding%20in%20Python
Expand Down
2 changes: 1 addition & 1 deletion contributing-browser-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GitHub, and install Docker. After that, follow these steps for each release.

1. Update the version number in `html/meta.yaml` and in the `srcFiles` list in
`html/deploy.js`.
2. Find the `remove_modules.txt` file in the pyodide project, and remove
2. Find the `Makefile.envs` file in the pyodide project, and remove
`turtle.py` from the list.
3. Run `npm run build`. You should see a message that it rebuilt space tracer
in pyodide.
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/head-scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
window.liveCodingExtraFiles = "{{ page.files }}";
</script>
{% endif %}
<script defer="defer" src="{{ 'demo/static/js/main.e8040e10.js' | relative_url }}"></script><link href="{{ 'demo/static/css/main.2915c2e0.css' | relative_url }}" rel="stylesheet">
<script defer="defer" src="{{ 'demo/static/js/main.fe4a6fe8.js' | relative_url }}"></script><link href="{{ 'demo/static/css/main.2915c2e0.css' | relative_url }}" rel="stylesheet">
{% endif %}
10 changes: 5 additions & 5 deletions docs/demo/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "./static/css/main.2915c2e0.css",
"main.js": "./static/js/main.e8040e10.js",
"static/js/496.97f6a965.chunk.js": "./static/js/496.97f6a965.chunk.js",
"main.js": "./static/js/main.fe4a6fe8.js",
"static/js/496.4627015c.chunk.js": "./static/js/496.4627015c.chunk.js",
"index.html": "./index.html",
"main.2915c2e0.css.map": "./static/css/main.2915c2e0.css.map",
"main.e8040e10.js.map": "./static/js/main.e8040e10.js.map",
"496.97f6a965.chunk.js.map": "./static/js/496.97f6a965.chunk.js.map"
"main.fe4a6fe8.js.map": "./static/js/main.fe4a6fe8.js.map",
"496.4627015c.chunk.js.map": "./static/js/496.4627015c.chunk.js.map"
},
"entrypoints": [
"static/css/main.2915c2e0.css",
"static/js/main.e8040e10.js"
"static/js/main.fe4a6fe8.js"
]
}
Binary file not shown.
Binary file removed docs/demo/pyodide/cycler-0.11.0-py3-none-any.whl
Binary file not shown.
Binary file added docs/demo/pyodide/cycler-0.12.1-py3-none-any.whl
Binary file not shown.
Binary file removed docs/demo/pyodide/distutils-1.0.0.zip
Binary file not shown.
Binary file removed docs/demo/pyodide/fonttools-4.42.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 15 additions & 12 deletions docs/demo/pyodide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyodide",
"version": "0.24.1",
"version": "0.26.0",
"description": "The Pyodide JavaScript package",
"keywords": [
"python",
Expand All @@ -17,15 +17,14 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/emscripten": "^1.39.5",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.25",
"@types/node": "^20.8.4",
"@types/ws": "^8.5.3",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"dts-bundle-generator": "^6.7.0",
"dts-bundle-generator": "^8.1.1",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.17.12",
"express": "^4.17.3",
Expand All @@ -35,8 +34,9 @@
"prettier": "^2.2.1",
"ts-mocha": "^9.0.2",
"tsd": "^0.24.1",
"typedoc": "^0.22.15",
"typescript": "^4.6.4"
"typedoc": "^0.25.1",
"typescript": "^4.6.4",
"wabt": "^1.0.32"
},
"main": "pyodide.js",
"exports": {
Expand All @@ -45,6 +45,9 @@
"import": "./pyodide.mjs",
"types": "./pyodide.d.ts"
},
"./ffi": {
"types": "./ffi.d.ts"
},
"./pyodide.asm.wasm": "./pyodide.asm.wasm",
"./pyodide.asm.js": "./pyodide.asm.js",
"./python_stdlib.zip": "./python_stdlib.zip",
Expand Down Expand Up @@ -76,8 +79,9 @@
"ws": false
},
"scripts": {
"build": "tsc --noEmit && node esbuild.config.mjs",
"test": "npm-run-all test:*",
"test:unit": "cross-env TEST_NODE=1 ts-mocha -p tsconfig.test.json test/unit/**/*.test.ts",
"test:unit": "cross-env TEST_NODE=1 ts-mocha --node-option=experimental-loader=./test/loader.mjs --node-option=experimental-wasm-stack-switching -p tsconfig.test.json test/unit/**/*.test.*",
"test:node": "cross-env TEST_NODE=1 mocha test/integration/**/*.test.js",
"test:browser": "mocha test/integration/**/*.test.js",
"tsc": "tsc --noEmit",
Expand All @@ -94,9 +98,6 @@
"pyodide",
"page",
"chai"
],
"file": [
"test/conftest.js"
]
},
"nyc": {
Expand Down Expand Up @@ -126,8 +127,10 @@
}
},
"dependencies": {
"base-64": "^1.0.0",
"ws": "^8.5.0"
},
"types": "./pyodide.d.ts"
"types": "./pyodide.d.ts",
"engines": {
"node": ">=18.0.0"
}
}
Binary file removed docs/demo/pyodide/packaging-23.1-py3-none-any.whl
Binary file not shown.
Binary file added docs/demo/pyodide/packaging-23.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b417ad9

Please sign in to comment.