python3.13: update to version 3.13.9. (#13137)

This commit is contained in:
OscarL
2025-10-29 08:52:52 -03:00
committed by GitHub
parent d1afb8be12
commit 3f1aa9e389
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ LICENSE="Python"
COPYRIGHT="1990-2025 Python Software Foundation"
REVISION="1"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="b9910730526b298299b46b35595ced9055722df60c06ad6301f6a4e2c728a252"
CHECKSUM_SHA256="ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c66"
SOURCE_DIR="Python-$portVersion"
pyShortVer="${portVersion%.*}"
@@ -313,7 +313,7 @@ TEST()
local test_options=(
# --single-process
# Use this to get same test order on different runs (actual value not important).
# Use same seed on repeated runs (actual value not important).
--randseed 7858065
# Print the names of the 10 slowest tests.