diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-08 00:18:29 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-08 00:44:04 -0800 |
| commit | 4c434148a2be98ec37c64b6cf6c28a09a5e99ba3 (patch) | |
| tree | 8f8d7a7a67a3ae12827fc15c92226c1acea8453e /pkg/python | |
| parent | d4c6bb3314816fb252977d0fd6644fc785cdc6f2 (diff) | |
python: Update to 3.9.1
Diffstat (limited to 'pkg/python')
| -rw-r--r-- | pkg/python/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/python/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/python/pyconfig.h | 1 | ||||
| -rw-r--r-- | pkg/python/sha256 | 2 | ||||
| -rw-r--r-- | pkg/python/url | 2 | ||||
| -rw-r--r-- | pkg/python/ver | 2 |
6 files changed, 6 insertions, 5 deletions
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 |
