logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 9cf8479b2f44ae5cfce9884c184936be6a2dee8f
parent e507b84336bcbe94c763124e6fa9c6519f2cc9ca
Author: Michael Forney <mforney@mforney.org>
Date:   Sun,  1 Mar 2020 21:48:59 -0800

python: Update to 3.8.2

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.1.tar.xz +/Python-3.8.2.tar.xz /modules.ninja /src diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h @@ -45,7 +45,7 @@ #define HAVE_CONFSTR 1 /* #undef HAVE_CONIO_H */ #define HAVE_COPYSIGN 1 -/* #undef HAVE_COPY_FILE_RANGE */ +#define HAVE_COPY_FILE_RANGE 1 #define HAVE_CRYPT_H 1 #define HAVE_CRYPT_R 1 #define HAVE_CTERMID 1 diff --git a/pkg/python/sha256 b/pkg/python/sha256 @@ -1 +1 @@ -75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8 Python-3.8.1.tar.xz +2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df Python-3.8.2.tar.xz diff --git a/pkg/python/url b/pkg/python/url @@ -1 +1 @@ -url = "https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz" +url = "https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz" diff --git a/pkg/python/ver b/pkg/python/ver @@ -1 +1 @@ -3.8.1 r0 +3.8.2 r0