Skip to content

Commit 73491c0

Browse files
committed
3.1.51pre py3.11.7 webp1.3.2 cython3.0.6
1 parent 3815d1a commit 73491c0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

scripts/cpython-build-emsdk-deps.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ CNF="emconfigure ./configure --prefix=$PREFIX --with-pic --disable-shared --host
3737

3838
cd $ROOT/src
3939

40-
TIFF_VER="4.3.0"
41-
WEBP_VER="1.2.2"
40+
TIFF_VER="4.6.0"
41+
WEBP_VER="1.3.2"
4242

4343
# AVIF : OFF
4444
# JXL : OFF
@@ -63,6 +63,8 @@ then
6363
emmake make install 2>&1>/dev/null
6464
popd
6565
fi
66+
else
67+
echo " * NOT adding libtiff $TIFF_VER support"
6668
fi
6769

6870
# ============ webp =========================

scripts/cpython-build-emsdk-prebuilt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
. ${CONFIG:-config}
44

5-
CYTHON_REL=${CYTHON_REL:-3.0.5}
5+
CYTHON_REL=${CYTHON_REL:-3.0.6}
66
CYTHON_WHL=${CYTHON:-Cython-${CYTHON_REL}-py2.py3-none-any.whl}
77

88
# all needed for PEP722/723

scripts/cpython-fetch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ fi
7575

7676
if echo $PYBUILD | grep -q 11$
7777
then
78-
wget -q -c https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz
79-
tar xf Python-3.11.6.tar.xz
80-
ln -s Python-3.11.6 cpython${PYBUILD}
78+
wget -q -c https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tar.xz
79+
tar xf Python-3.11.7.tar.xz
80+
ln -s Python-3.11.7 cpython${PYBUILD}
8181
export REBUILD=true
8282
fi
8383

0 commit comments

Comments
 (0)