summaryrefslogtreecommitdiff
path: root/pkg/python
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-03-02 03:36:28 -0800
committerMichael Forney <mforney@mforney.org>2021-03-02 16:20:18 -0800
commite087141fc0305785196dea644ffd22ecb9613ef9 (patch)
treed41b87ec5ce3d8b04936a37adc97ce03c156704e /pkg/python
parent558218a684dc12893277c85fafba4e8b47aa2dda (diff)
python: Update to 3.9.2
Diffstat (limited to 'pkg/python')
-rw-r--r--pkg/python/.gitignore2
-rw-r--r--pkg/python/gen.lua2
-rw-r--r--pkg/python/sha2562
-rw-r--r--pkg/python/url2
-rw-r--r--pkg/python/ver2
5 files changed, 5 insertions, 5 deletions
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
index afe38bce..12165a6c 100644
--- 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
index be91839c..ad5cc5c5 100644
--- 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
index 721e58f4..cb63dea8 100644
--- 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
index 34959102..c66d43df 100644
--- 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
index 00645076..7b1344fe 100644
--- a/pkg/python/ver
+++ b/pkg/python/ver
@@ -1 +1 @@
-3.9.1 r0
+3.9.2 r0