python: Update to 3.9.2

This commit is contained in:
Michael Forney
2021-03-02 03:36:28 -08:00
parent 558218a684
commit e087141fc0
5 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
/Python-3.9.1.tar.xz
/Python-3.9.2.tar.xz
/modules.ninja
/src

View File

@@ -56,7 +56,7 @@ rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out')
build('makesetup', '$outdir/config.c', {'$srcdir/Modules/config.c.in', '|', '$dir/makesetup.lua', '$dir/modules.lua'})
cc('Modules/getbuildinfo.c', nil, {
cflags=[[$cflags -D 'DATE="Dec 7 2020"' -D 'TIME="15:03:11"']]
cflags=[[$cflags -D 'DATE="Feb 19 2021"' -D 'TIME="13:32:09"']]
})
cc('Modules/getpath.c', nil, {
cflags={

View File

@@ -1 +1 @@
991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff Python-3.9.1.tar.xz
3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d Python-3.9.2.tar.xz

View File

@@ -1 +1 @@
url = "https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz"
url = "https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tar.xz"

View File

@@ -1 +1 @@
3.9.1 r0
3.9.2 r0