Skip to content

Commit

Permalink
Update to Python 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Mar 17, 2023
1 parent 1232c60 commit 13d32b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Python-3.11/build_python.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set -e
BASE_DIR=`pwd`
VERSION=3.11
LONG_VERSION=3.11.1
LONG_VERSION=3.11.2
SRC_DIR=python-${LONG_VERSION}
SRC_ARCHIVE=Python-${LONG_VERSION}.tgz
URL=https://www.python.org/ftp/python/${LONG_VERSION}/Python-${LONG_VERSION}.tgz
HASH=5c986b2865979b393aa50a31c65b64e8
HASH=f6b5226ccba5ae1ca9376aaba0b0f673
FRAMEWORKS=${BASE_DIR}/../Frameworks
TCL_HEADERS=${FRAMEWORKS}/Tcl.framework/Versions/8.6/Headers
TCL_LIB=${FRAMEWORKS}/Tcl.framework/Versions/8.6/Tcl
Expand Down
4 changes: 2 additions & 2 deletions Python-3.11/patches/configure.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Python-3.11.1/configure.orig 2023-01-02 20:26:23.000000000 -0600
+++ Python-3.11.1/configure 2023-01-02 20:24:32.000000000 -0600
--- Python-3.11.2/configure.orig 2023-01-02 20:26:23.000000000 -0600
+++ Python-3.11.2/configure 2023-01-02 20:24:32.000000000 -0600
@@ -3666,7 +3666,7 @@

PYTHONFRAMEWORK=Python
Expand Down

0 comments on commit 13d32b4

Please sign in to comment.