From 3f1aa9e38983e009e4c468dbc8221d6adf98d9cb Mon Sep 17 00:00:00 2001 From: OscarL Date: Wed, 29 Oct 2025 08:52:52 -0300 Subject: [PATCH] python3.13: update to version 3.13.9. (#13137) --- ...{python3.13-3.13.8.patchset => python3.13-3.13.9.patchset} | 0 .../{python3.13-3.13.8.recipe => python3.13-3.13.9.recipe} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-lang/python/patches/{python3.13-3.13.8.patchset => python3.13-3.13.9.patchset} (100%) rename dev-lang/python/{python3.13-3.13.8.recipe => python3.13-3.13.9.recipe} (99%) diff --git a/dev-lang/python/patches/python3.13-3.13.8.patchset b/dev-lang/python/patches/python3.13-3.13.9.patchset similarity index 100% rename from dev-lang/python/patches/python3.13-3.13.8.patchset rename to dev-lang/python/patches/python3.13-3.13.9.patchset diff --git a/dev-lang/python/python3.13-3.13.8.recipe b/dev-lang/python/python3.13-3.13.9.recipe similarity index 99% rename from dev-lang/python/python3.13-3.13.8.recipe rename to dev-lang/python/python3.13-3.13.9.recipe index 25e619714..7baffbc46 100644 --- a/dev-lang/python/python3.13-3.13.8.recipe +++ b/dev-lang/python/python3.13-3.13.9.recipe @@ -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.