commit: e087141fc0305785196dea644ffd22ecb9613ef9
parent 558218a684dc12893277c85fafba4e8b47aa2dda
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 2 Mar 2021 03:36:28 -0800
python: Update to 3.9.2
Diffstat:
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
@@ -1,3 +1,3 @@
-/Python-3.9.1.tar.xz
+/Python-3.9.2.tar.xz
/modules.ninja
/src
diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua
@@ -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={
diff --git a/pkg/python/sha256 b/pkg/python/sha256
@@ -1 +1 @@
-991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff Python-3.9.1.tar.xz
+3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d Python-3.9.2.tar.xz
diff --git a/pkg/python/url b/pkg/python/url
@@ -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"
diff --git a/pkg/python/ver b/pkg/python/ver
@@ -1 +1 @@
-3.9.1 r0
+3.9.2 r0