From 2be130032e1cb7eebfb2f913d75970e9ea667473 Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Thu, 9 Nov 2023 13:21:06 -0500 Subject: [PATCH] bump pyodide version number (#735) Pyodide packages needed rebuilding, and the pyodide project has moved on a bit so a new version number is needed. The new packages have already been built and pushed to S3. To verify, go to `sandbox/pyodide` and follow the README there. Then at top level do `GRIST_SANDBOX_FLAVOR=pyodide`. Try to create and edit a document using formulas. It should work. --- sandbox/pyodide/Makefile | 2 +- sandbox/pyodide/package_filenames.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/pyodide/Makefile b/sandbox/pyodide/Makefile index aa74638d..e1061008 100644 --- a/sandbox/pyodide/Makefile +++ b/sandbox/pyodide/Makefile @@ -1,6 +1,6 @@ # This number should be bumped up if making a non-additive change # to python packages. -GRIST_PYODIDE_VERSION = 2 +GRIST_PYODIDE_VERSION = 3 default: echo "Welcome to the pyodide sandbox" diff --git a/sandbox/pyodide/package_filenames.json b/sandbox/pyodide/package_filenames.json index a6292def..0c3d062f 100644 --- a/sandbox/pyodide/package_filenames.json +++ b/sandbox/pyodide/package_filenames.json @@ -1,6 +1,6 @@ [ "astroid-2.14.2-cp311-none-any.whl", - "asttokens-2.2.1-cp311-none-any.whl", + "asttokens-2.4.0-cp311-none-any.whl", "chardet-5.1.0-cp311-none-any.whl", "et_xmlfile-1.0.1-cp311-none-any.whl", "executing-1.1.1-cp311-none-any.whl",