commit: 4c434148a2be98ec37c64b6cf6c28a09a5e99ba3
parent d4c6bb3314816fb252977d0fd6644fc785cdc6f2
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 8 Dec 2020 00:18:29 -0800
python: Update to 3.9.1
Diffstat:
6 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
@@ -1,3 +1,3 @@
-/Python-3.9.0.tar.xz
+/Python-3.9.1.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="Oct 4 2020"' -D 'TIME="19:31:29"']]
+ cflags=[[$cflags -D 'DATE="Dec 7 2020"' -D 'TIME="15:03:11"']]
})
cc('Modules/getpath.c', nil, {
cflags={
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h
@@ -249,6 +249,7 @@
#define HAVE_PREADV 1
/* #undef HAVE_PREADV2 */
#define HAVE_PRLIMIT 1
+/* #undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH */
/* #undef HAVE_PROCESS_H */
#define HAVE_PROTOTYPES 1
#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
diff --git a/pkg/python/sha256 b/pkg/python/sha256
@@ -1 +1 @@
-9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854 Python-3.9.0.tar.xz
+991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff Python-3.9.1.tar.xz
diff --git a/pkg/python/url b/pkg/python/url
@@ -1 +1 @@
-url = "https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tar.xz"
+url = "https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz"
diff --git a/pkg/python/ver b/pkg/python/ver
@@ -1 +1 @@
-3.9.0 r0
+3.9.1 r0