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"