Update dependency indygreg/python-build-standalone to v20250106 #23
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.
This PR contains the following updates:
20241016
->20250106
Release Notes
indygreg/python-build-standalone (indygreg/python-build-standalone)
v20250106
Compare Source
Distribution changes
cdsplit
function splitting strategy for BOLT optimizationslto
variant is replaced bypgo+lto
)Upgrades
Fixes
sqlite3
module, e.g.,Connection.serialize
pkg-config
during CPython builds: improves detection of various minor features-update-debug-section
flag to BOLT instrumentationtest_embed
test cases that segfault when BOLT is enabledhfsort+
strategy in BOLTBuild system changes
pythonbuild
when not neededFull Changelog: astral-sh/python-build-standalone@2024121...2025010
v20241219
Compare Source
Distribution changes
sysconfig
data (#415)_tkinter.c
to look in base prefix (#421)-Werror=unguarded-availability-new
fromsysconfig
data (#422)-utf8
tovswhere
(#429)pgo
-only builds on macOS and Linux;pgo+lto
builds are available (#444)Build system changes
mips
/mipsel
targets from CI; these were not published (#413)libatomic
allowance to MIPS on Python 3.13 (#411)mimalloc
explicitly on all GNU Python 3.13 builds (#391)Full Changelog: astral-sh/python-build-standalone@2024120...2024121
v20241206
Compare Source
This release includes a fix for 20241205, please see that release for other changes.
Fixes
python3.13t.exe
atpython.exe
andpythonw3.13t.exe
atpythonw.exe
for free-threaded Windows distributions: 20241205 attempted to remove the3.13t
suffixed executables, but it caused a regression with the virtual environment launcher. A later release may consolidate these executables under unsuffixed name for consistency. In the meantime, a copy is a simple, compatible solution.v20241205
Compare Source
This release includes a regression for free-threaded Python 3.13 on Windows. No other distribution versions are affected. The regression is resolved in 20241206 See https://github.com/indygreg/python-build-standalone/issues/405 for details.
Breaking
python3.13t.exe
topython.exe
in Windows free-threaded distributions: This matches the other Windows distributions. See astral-sh/uv#8298 for discussion.Upgrades
Fixes
dbstat
virtual tables in SQLite viaSQLITE_ENABLE_DBSTAT_VTAB
Hacl_Hash_SHA2
does not appear as a library to link toOther
Full Changelog: astral-sh/python-build-standalone@2024101...2024120
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.