You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename `Pyodide` platform argument to `Emscripten`
The sitecustomize.py injected at pip-resolution time monkey-patches
`platform.system()` to the platform argument value. Renaming `Pyodide` to
`Emscripten` aligns that value with what `platform.system()` actually returns
in a real Pyodide runtime, so PEP 508 markers like `platform_system != 'Emscripten'`
work consistently in both the build-time and in-browser micropip paths.
* Prepare release 1.0.0
Bump all packages to 1.0.0 and add changelog entries marking the
Pyodide → Emscripten platform argument rename as a breaking change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/serious_python/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 1.0.0
2
+
3
+
***Breaking change:**`--platform` argument value `Pyodide` has been renamed to `Emscripten` to match what `platform.system()` returns in the Pyodide runtime, so PEP 508 markers like `platform_system != 'Emscripten'` work consistently.
4
+
1
5
## 0.9.12
2
6
3
7
* Fix web packaging to skip `site-packages` when appropriate ([#199](https://github.com/flet-dev/serious-python/pull/199)).
0 commit comments