"Of course they release a new version the same day I updated the previous one"
edition.
At least gives me an excuse to finally drop the 3.9 recipe for good.
RIP 3.9! You weren't loved, but were useful nonetheless!
For completeness' sake, update the recipe one last time for version
3.9.25, released on 2025-10-31.
Keep it disabled, as this release marks the Python 3.9 EOL.
Expect this recipe to be removed soon.
While this worked fine on 32 bits, it failed with a corrupt file on
the 64 bits builder. Unsure if this is related to the use of parallel
build, or just another instance of those "corrupt files during compilation
that go away after a reboot" (as in https://dev.haiku-os.org/ticket/16951).
No rev-bump needed.
Added a note on the description regarding the need to uninstall the .hpkg pip/pip_python310 packages, if the users intend to use "upstream pip" (to avoid possible conflicts).
Seems parallel builds of Python can be a bit too much for lil' old
hoard2 in 32 bits. Let's see if this is enough for now.
(no rev-bump as 64 bits build went OK).
- Replaced some prefix spaces with tabs.
- Added pip instructions to the package description.
Just some non-functional changes to try and trigger a new build on
the x86_64 builder (might fail again if the work-dir still wasn't
manually cleaned).
* python3.14: new recipe.
First alpha release. Final 3.14.0 version expected next year.
Only tested unoptimized 64 bits builds so far.
* python3.14: update to alpha2. Works on 32 bits now!
* python3.14: update to alpha3.
* python3.14: update to alpha4.
Removed patch for `config.guess`, as it is now not needed.
* python3.14: update to alpha5.
* python3.14: make sure 'spawn' is used and not 'forkserver'.
* python3.14: update to alpha6.
* python3.14: update to alpha7.
* python3.14: update to 3.14.0 beta1.
Re-run the test suite on both bare-metal nightly 32 bits (hrev58812),
and beta5 64 bits under VMware, to double check which tests still hang
and which work.
Did my best to add some notes on possible causes for the failing ones.
Some notes:
- Enabled '--with-lto' for some extra bits of speed.
- Building the GIL-free version fails, so only the "traditional" available.
- Experimental JIT compiler also failed to build. Might try again on next releases.
This version removes, among other things, lib2to3, so we might face some compatibility issues
with older packages.
Reworked the .patchset, to match what has been done for other versions already.
According to "PEP 664 – Python 3.11 Release Schedule" this is 3.11's
"final regular bugfix release".