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%.*}"