logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: b5b6dac6027824754d9e7e605b1f82c9af0ca394
parent 0f8d7bb1af62dc762c5cb3736d28fa5377a0baac
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  4 Aug 2020 13:39:35 -0700

python: Update to 3.8.5

Diffstat:

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

diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore @@ -1,3 +1,3 @@ -/Python-3.8.3.tar.xz +/Python-3.8.5.tar.xz /modules.ninja /src diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h @@ -189,7 +189,7 @@ #define HAVE_LIBDL 1 /* #undef HAVE_LIBDLD */ /* #undef HAVE_LIBIEEE */ -/* #undef HAVE_LIBINTL_H */ +#define HAVE_LIBINTL_H 1 /* #undef HAVE_LIBREADLINE */ /* #undef HAVE_LIBRESOLV */ /* #undef HAVE_LIBSENDFILE */ diff --git a/pkg/python/sha256 b/pkg/python/sha256 @@ -1 +1 @@ -dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864 Python-3.8.3.tar.xz +e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0 Python-3.8.5.tar.xz diff --git a/pkg/python/url b/pkg/python/url @@ -1 +1 @@ -url = "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz" +url = "https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz" diff --git a/pkg/python/ver b/pkg/python/ver @@ -1 +1 @@ -3.8.3 r0 +3.8.5 r0