Skip to content

Releases: pyodide/pyodide-build

v0.29.0

19 Sep 13:54
v0.29.0
3e17ce2
Compare
Choose a tag to compare

version 0.29.0 – 2024/09/19

Added

  • The pyodide xbuildenv search command now accepts a --json flag to output the search results in JSON format that is machine-readable. The design for the regular tabular output has been improved. (#28)

Changed

  • The pyodide skeleton pypi --update command and the --update-patched variant now validate the version and the source checksum when updating a package's recipe (#27)

  • pyo3_config_file is no longer available in the pyodide config command. Pyodide now sets PYO3_CROSS_PYTHON_VERSION, PYO3_CROSS_LIB_DIR to specify the cross-compilation environment
    for PyO3. (#19)


PRs that made it into this release

Full changelog: v0.28.0...v0.29.0