From a9d3265c7413c6af2d2d6c6652eb6175a843193f Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Fri, 15 Aug 2025 02:39:30 -0300 Subject: [PATCH] python3.14: update to version 3.14.0rc2. --- ...3.14.0~rc1.patchset => python3.14-3.14.0~rc2.patchset} | 0 ....14-3.14.0~rc1.recipe => python3.14-3.14.0~rc2.recipe} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-lang/python/patches/{python3.14-3.14.0~rc1.patchset => python3.14-3.14.0~rc2.patchset} (100%) rename dev-lang/python/{python3.14-3.14.0~rc1.recipe => python3.14-3.14.0~rc2.recipe} (98%) diff --git a/dev-lang/python/patches/python3.14-3.14.0~rc1.patchset b/dev-lang/python/patches/python3.14-3.14.0~rc2.patchset similarity index 100% rename from dev-lang/python/patches/python3.14-3.14.0~rc1.patchset rename to dev-lang/python/patches/python3.14-3.14.0~rc2.patchset diff --git a/dev-lang/python/python3.14-3.14.0~rc1.recipe b/dev-lang/python/python3.14-3.14.0~rc2.recipe similarity index 98% rename from dev-lang/python/python3.14-3.14.0~rc1.recipe rename to dev-lang/python/python3.14-3.14.0~rc2.recipe index 9a940f2b0..c8f5dd289 100644 --- a/dev-lang/python/python3.14-3.14.0~rc1.recipe +++ b/dev-lang/python/python3.14-3.14.0~rc2.recipe @@ -19,13 +19,13 @@ HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2025 Python Software Foundation" REVISION="1" -SOURCE_URI="https://www.python.org/ftp/python/${portVersion%~rc1}/Python-${portVersion/'~'/}.tar.xz" -CHECKSUM_SHA256="8707780ae9f19c5bf5b9f27827181ba11cdad7bb292ea49cad5424331e40ee8b" +SOURCE_URI="https://www.python.org/ftp/python/${portVersion%~rc2}/Python-${portVersion/'~'/}.tar.xz" +CHECKSUM_SHA256="bc62854cf232345bd22c9091a68464e01e056c6473a3fffa84572c8a342da656" SOURCE_DIR="Python-${portVersion/'~'/}" -pyShortVer="${portVersion%~rc1}" +pyShortVer="${portVersion%~rc2}" pyShortVer="${pyShortVer%.*}" -pyVersionCompat="${portVersion%~rc1} compat >= $pyShortVer" +pyVersionCompat="${portVersion%~rc2} compat >= $pyShortVer" PATCHES="python$pyShortVer-$portVersion.patchset"