From 4c434148a2be98ec37c64b6cf6c28a09a5e99ba3 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 8 Dec 2020 00:18:29 -0800 Subject: python: Update to 3.9.1 --- pkg/python/.gitignore | 2 +- pkg/python/gen.lua | 2 +- pkg/python/pyconfig.h | 1 + pkg/python/sha256 | 2 +- pkg/python/url | 2 +- pkg/python/ver | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) (limited to 'pkg/python') diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore index abf98e78..afe38bce 100644 --- 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 index 6c63129f..50968a4a 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="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 index 1afe089b..91fd21b9 100644 --- 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 index 8473d711..721e58f4 100644 --- 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 index 0b82dfee..34959102 100644 --- 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 index 1029968a..00645076 100644 --- a/pkg/python/ver +++ b/pkg/python/ver @@ -1 +1 @@ -3.9.0 r0 +3.9.1 r0 -- cgit v1.2.3