Update to python-3.12.1.

This commit is contained in:
Jonas 'Sortie' Termansen 2024-02-01 22:11:15 +01:00
parent 11e86e277b
commit 718080eedd
3 changed files with 556 additions and 1079 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
NAME=python
BUILD_LIBRARIES='libbz2 libcurses libexpat libffi libreadline libssl libz liblzma libiconv? libintl? llibmpdec?'
VERSION=3.6.0
VERSION=3.12.1
DISTNAME=Python-$VERSION
COMPRESSION=tar.xz
ARCHIVE=$DISTNAME.$COMPRESSION
SHA256SUM=b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622
SHA256SUM=8dfb8f426fcd226657f9e2bd5f1e96e53264965176fa17d32658e873591aeb21
UPSTREAM_SITE=https://www.python.org/ftp/python/$VERSION
UPSTREAM_ARCHIVE=$ARCHIVE
BUILD_SYSTEM=configure

View File

@ -1,3 +0,0 @@
rm -rf -- 'Python/graminit.c'
rm -rf -- 'Python/importlib.h'
rm -rf -- 'Python/importlib_external.h'