logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8e7c506214f534b0bffb84d1910479e77ffb5ddd
parent 465f38ecd5c9f7ebf658f91a5e87cc21da1888ac
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 18 Apr 2021 22:54:36 -0700

python: Update to 3.9.4

Diffstat:

Mpkg/python/.gitignore2+-
Mpkg/python/pyconfig.h2+-
Mpkg/python/sha2562+-
Mpkg/python/url2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore @@ -1,3 +1,3 @@ -/Python-3.9.2.tar.xz +/Python-3.9.4.tar.xz /modules.ninja /src diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h @@ -85,6 +85,7 @@ /* #undef HAVE_DLOPEN */ #define HAVE_DUP2 1 #define HAVE_DUP3 1 +/* #undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH */ /* #undef HAVE_DYNAMIC_LOADING */ #define HAVE_ENDIAN_H 1 #define HAVE_EPOLL 1 @@ -249,7 +250,6 @@ #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 @@ -3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d Python-3.9.2.tar.xz +4b0e6644a76f8df864ae24ac500a51bbf68bd098f6a173e27d3b61cdca9aa134 Python-3.9.4.tar.xz diff --git a/pkg/python/url b/pkg/python/url @@ -1 +1 @@ -url = "https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tar.xz" +url = "https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tar.xz"