From beeb3b2b7a0933808369c132776f7545939af639 Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 11 Oct 2025 20:56:14 -0300 Subject: [PATCH] python3.10: update to version 3.10.19. (#13054) Added a note on the description regarding the need to uninstall the .hpkg pip/pip_python310 packages, if the users intend to use "upstream pip" (to avoid possible conflicts). --- ...thon3.10-3.10.18.patchset => python3.10-3.10.19.patchset} | 0 .../{python3.10-3.10.18.recipe => python3.10-3.10.19.recipe} | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename dev-lang/python/patches/{python3.10-3.10.18.patchset => python3.10-3.10.19.patchset} (100%) rename dev-lang/python/{python3.10-3.10.18.recipe => python3.10-3.10.19.recipe} (98%) diff --git a/dev-lang/python/patches/python3.10-3.10.18.patchset b/dev-lang/python/patches/python3.10-3.10.19.patchset similarity index 100% rename from dev-lang/python/patches/python3.10-3.10.18.patchset rename to dev-lang/python/patches/python3.10-3.10.19.patchset diff --git a/dev-lang/python/python3.10-3.10.18.recipe b/dev-lang/python/python3.10-3.10.19.recipe similarity index 98% rename from dev-lang/python/python3.10-3.10.18.recipe rename to dev-lang/python/python3.10-3.10.19.recipe index a23afdf0b..77bc77756 100644 --- a/dev-lang/python/python3.10-3.10.18.recipe +++ b/dev-lang/python/python3.10-3.10.19.recipe @@ -11,6 +11,9 @@ OSI-approved open source license. Note: to install \"pip\" for this Python version, use the following commands: +> pkgman uninstall pip pip_python310 +(only needed if you had the .hpkg packaged version of \"pip\" previously installed) + > python3.10 -m ensurepip --default-pip > python3.10 -m pip install --upgrade pip @@ -20,7 +23,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="ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f" +CHECKSUM_SHA256="c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076" SOURCE_DIR="Python-$portVersion" pyShortVer="${portVersion%.*}"