Bump serious_python 4.2.1 / python-build 20260701#6630
Merged
Conversation
- python_versions.py: PYTHON_BUILD_RELEASE_DATE 20260630 -> 20260701. The new python-build release only rebuilds the iOS runtime (now bundles the `_multiprocessing` extension, importable-not-spawnable); the manifest is otherwise identical to 20260630, so the supported Python/Pyodide/dart_bridge/ ABI set is unchanged. - build template pubspec.yaml: serious_python 4.2.0 -> 4.2.1, which ships the ctypes `.dylib` iOS-simulator load fix (serious_python#223). - CHANGELOG: note the iOS simulator .dylib fix + `_multiprocessing`.
Deploying flet-website-v2 with
|
| Latest commit: |
78bcae0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bdd207d8.flet-website-v2.pages.dev |
| Branch Preview URL: | https://bump-serious-python-4-2-1.flet-website-v2.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-pins the bundled Python runtime to the latest
serious_python/python-buildreleases.python_versions.py:PYTHON_BUILD_RELEASE_DATE20260630→20260701. The new python-build release only rebuilds the iOS runtime (which now bundles the_multiprocessingextension — importable, not spawnable). Itsmanifest.jsonis otherwise byte-identical to20260630, so the supported Python (3.12.13 / 3.13.14 / 3.14.6) / Pyodide /dart_bridge(1.4.1) / ABI set is unchanged — flet fetches the manifest at build time, so no version table needs regenerating.pubspec.yaml:serious_python4.2.0→4.2.1, which ships the ctypes.dylibiOS-simulator load fix (fix(darwin): framework-ize ctypes.dyliblibs so they load on the iOS simulator serious-python#223):.dylib-shipping packages likellama-cpp-pythonnowdlopenon the simulator instead of failing withincompatible platform (have 'iOS', need 'iOS-simulator')._multiprocessing.Based on
flet-0.86(targetsflet-0.86).The template pins
serious_python: 4.2.1exactly, soflet buildwill not resolve untilserious_python4.2.1 is published to pub.dev. That release is still in flight (flet-dev/serious-python#224). Do not merge/release this ahead of theserious_python4.2.1 publish. python-build20260701is already published, so that half is live.Summary by Sourcery
Update bundled Python runtime references to the latest serious_python and python-build releases for iOS and document the related simulator loading and multiprocessing changes.
Bug Fixes:
Enhancements:
Documentation: