diff --git a/.github/workflows/please_pex_build.yaml b/.github/workflows/please_pex_build.yaml index de32754..9b9b9f3 100644 --- a/.github/workflows/please_pex_build.yaml +++ b/.github/workflows/please_pex_build.yaml @@ -33,7 +33,7 @@ jobs: operating_system: freebsd architecture: x86-64 version: '14.3' - image_url: https://github.com/please-build/freebsd-builder/releases/download/v0.12.0-please.3/freebsd-14.3-x86-64.qcow2 + image_url: https://github.com/please-build/freebsd-builder/releases/download/v0.12.0-please.4/freebsd-14.3-x86-64.qcow2 shell: bash shutdown_vm: true run: package/gha_release.sh //package:please_pex_${{ inputs.platform }} diff --git a/.github/workflows/plugin_test.yaml b/.github/workflows/plugin_test.yaml index f6dadfc..fa5e8e0 100644 --- a/.github/workflows/plugin_test.yaml +++ b/.github/workflows/plugin_test.yaml @@ -50,7 +50,7 @@ jobs: operating_system: freebsd architecture: x86-64 version: '14.3' - image_url: https://github.com/please-build/freebsd-builder/releases/download/v0.12.0-please.3/freebsd-14.3-x86-64.qcow2 + image_url: https://github.com/please-build/freebsd-builder/releases/download/v0.12.0-please.4/freebsd-14.3-x86-64.qcow2 shell: bash environment_variables: PLZ_ARGS shutdown_vm: true diff --git a/third_party/cc/cpython/BUILD b/third_party/cc/cpython/BUILD index 2e2e4cd..b2ab179 100644 --- a/third_party/cc/cpython/BUILD +++ b/third_party/cc/cpython/BUILD @@ -46,16 +46,16 @@ _python_build_standalone_hashes = { } _freebsd_ports_hashes = { - "py310-sqlite3-3.10.20_10": "50c38e86975195c01053604fd6871cd50182772b4d3b14e9a7a8d6634467f274", - "py311-sqlite3-3.11.15_10": "605efeb4f3a188bc8a52b0724d590953b946311dd07b176c49afa1d0a6f0acb0", - "py312-sqlite3-3.12.13_10": "1a1f0ec7d4e43f8872e675edad2885b2600af2c200e9e912b14eb5c8a683c9fd", - "py313-sqlite3-3.13.12_10": "4564298122c1ad6e4b98426057b4b5c0eff6462f328b38420854cccb12a27030", - "py314-sqlite3-3.14.3_10": "b30aae7a987a08db6b8ce1b35bd99db2aaf89c4ec492ea25c0b2f14a325419e2", - "python310-3.10.20_1": "4193d13e2b16c6df662911cd1c81118df013d027678dda37beddf0f604069509", - "python311-3.11.15_1": "6f6908030cf3031615773a9e353b8d2dee991a4b4b50e6da8991ca57b20d3d9e", - "python312-3.12.13_1": "f599d17c4baecdd4df24ec98b63610221f8d6c0c55e1f870289bebbfd7ff9a1a", - "python313-3.13.12_1": "9bc1c96c345b7928bcdec199dd58caaa37982ce18c4e86ee71becf05206c68f5", - "python314-3.14.3_1": "3b4934d4c324fd1a388e7a807988c9325175ebe69f2cd3ddf7923338e36499ea", + "py310-sqlite3-3.10.20_10": "ddf723ad1f1d7e76dceb6dcc736c2aa7694730571011191d24f00d6f13cfbf4f", + "py311-sqlite3-3.11.15_10": "e1b58c9662903e10c32e3abb5812b211088295624298cb93a74c580575e0554e", + "py312-sqlite3-3.12.13_10": "2f30c64ef5d273319888e34906e8c82ee3572f0d1c534e9c72986d5201236100", + "py313-sqlite3-3.13.14_10": "83140fe9d1ff35214f0da4e5a91de1ddf148b6a3a9ff5ab8fa20f338c46add43", + "py314-sqlite3-3.14.6_10": "2693a491c470d50de7d184b9c4c625aeaeb068be6490575f15dbc376505dc3f8", + "python310-3.10.20_4": "355868345774e9263821b3b6cf6dcc002ce6de4bf9b92ca415f2f3b791f752f5", + "python311-3.11.15_4": "d4dce4355403a8481c0fdf4fb9943d13e2bd314752e9111f85a8d43ba7acc700", + "python312-3.12.13_3": "30e5e21c5621fb4de958bf83378f77a77e3e9b0f8e75fc740cc95673f0466c49", + "python313-3.13.14": "810d1557b95a091029ae3484d733cec655cdf543cd151241028f018be96569b1", + "python314-3.14.6": "e1b485b7d702171c4d89f6a7e4937db9e408e9b9ac3ffa886c4fd5528d1a5e77", } for minor in ["3.10", "3.11", "3.12", "3.13", "3.14"]: