From 47d31c8eb9b8fe89f35d11dc539c8de80095eefb Mon Sep 17 00:00:00 2001 From: Tom Dyas Date: Tue, 24 Dec 2024 00:55:56 +0100 Subject: [PATCH] release notes update --- docs/notes/2.25.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/2.25.x.md b/docs/notes/2.25.x.md index f2875d2fb4a..acff5c6b541 100644 --- a/docs/notes/2.25.x.md +++ b/docs/notes/2.25.x.md @@ -70,7 +70,7 @@ Several improvements to the Python Build Standalone backend (`pants.backend.pyth - The backend will now infer metadata for a PBS release from a given URL if the URL conforms to the naming convention used by the PBS project. The inferred metadata is Python version, PBS release tag, and platform. -- The `--python-build-standalone-known-python-versions` option now accepts a three field format where each value is `URL|SHA256|FILE_SIZE`. All of the PBS release metadata will be parsed from the URL (which must use the naming convention used by the PBS project). (The existing five-field format is still accepted and will now allow the version and platform fields to be blank if that data can be inferred from the URL.) +- The `--python-build-standalone-known-python-versions` option now accepts a three field format where each value is `SHA256|FILE_SIZE|URL`. All of the PBS release metadata will be parsed from the URL (which must use the naming convention used by the PBS project). (The existing five-field format is still accepted and will now allow the version and platform fields to be blank if that data can be inferred from the URL.) Reverence to Python Build Standalone not refer to the [GitHub organization](https://github.com/astral-sh/python-build-standalone) as described in [Transferring Python Build Standalone Stewardship to Astral](https://gregoryszorc.com/blog/2024/12/03/transferring-python-build-standalone-stewardship-to-astral/).