[gtk-osx] Upgrade Python3 to 3.10.2



commit ddf2cba0b23a03d4d3d43649f8d3af8e427bda05
Author: John Ralls <jralls ceridwen us>
Date:   Tue Mar 15 14:43:39 2022 -0700

    Upgrade Python3 to 3.10.2
    
    Required to build with Xcode 13.3

 gtk-osx-setup.sh                           | 2 +-
 modulesets-stable/gtk-osx-python.modules   | 5 +++--
 modulesets-unstable/gtk-osx-python.modules | 4 ++--
 modulesets/gtk-osx-python.modules          | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gtk-osx-setup.sh b/gtk-osx-setup.sh
index a0717d1..d3cae56 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -57,7 +57,7 @@ envvar DEV_SRC_ROOT "$DEVROOT/Source"
 envvar PYENV_INSTALL_ROOT "$DEV_SRC_ROOT/pyenv"
 envvar PYENV_ROOT "$DEVPREFIX/share/pyenv"
 envvar PIP_CONFIG_DIR "$HOME/.config/pip"
-envvar PYTHON_VERSION 3.10.0
+envvar PYTHON_VERSION 3.10.2
 
 export PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command
 
diff --git a/modulesets-stable/gtk-osx-python.modules b/modulesets-stable/gtk-osx-python.modules
index c795d31..9602ad5 100644
--- a/modulesets-stable/gtk-osx-python.modules
+++ b/modulesets-stable/gtk-osx-python.modules
@@ -64,8 +64,9 @@
   </autotools>
 
   <autotools id="python3" autogenargs="--enable-shared" autogen-sh="configure">
-    <branch repo="python" module="3.9.2/Python-3.9.2.tar.xz" version="3.9.2"
-            hash="sha256:3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d"/>
+    <branch repo="python" module="3.10.2/Python-3.10.2.tar.xz" version="3.10.2"
+            hash="sha256:17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7"/>
+
     <dependencies>
       <dep package='readline'/>
       <dep package="openssl"/> <!-- For hashlib -->
diff --git a/modulesets-unstable/gtk-osx-python.modules b/modulesets-unstable/gtk-osx-python.modules
index 71221dc..d7cf82e 100644
--- a/modulesets-unstable/gtk-osx-python.modules
+++ b/modulesets-unstable/gtk-osx-python.modules
@@ -22,8 +22,8 @@
   </metamodule>
 
   <autotools id="python3" autogenargs="--enable-shared" autogen-sh="autoreconf">
-    <branch repo="python" module="3.9.2/Python-3.9.2.tar.xz" version="3.9.2"
-            hash="sha256:3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d"/>
+    <branch repo="python" module="3.10.2/Python-3.10.2.tar.xz" version="3.10.2"
+            hash="sha256:17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7"/>
     <dependencies>
       <dep package='readline'/>
       <dep package="openssl" /> <!-- For hashlib -->
diff --git a/modulesets/gtk-osx-python.modules b/modulesets/gtk-osx-python.modules
index 0e9d5d4..19df823 100644
--- a/modulesets/gtk-osx-python.modules
+++ b/modulesets/gtk-osx-python.modules
@@ -21,8 +21,8 @@
   </metamodule>
 
   <autotools id="python3" autogenargs="--enable-shared" autogen-sh="configure">
-    <branch repo="python" module="3.9.2/Python-3.9.2.tar.xz" version="3.9.2"
-            hash="sha256:3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d"/>
+    <branch repo="python" module="3.10.2/Python-3.10.2.tar.xz" version="3.10.2"
+            hash="sha256:17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7"/>
     <dependencies>
       <dep package='readline'/>
       <dep package="openssl" /> <!-- For hashlib -->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]