diff options
Diffstat (limited to 'pkg/python')
| -rw-r--r-- | pkg/python/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/python/pyconfig.h | 2 | ||||
| -rw-r--r-- | pkg/python/sha256 | 2 | ||||
| -rw-r--r-- | pkg/python/url | 2 | ||||
| -rw-r--r-- | pkg/python/ver | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore index c48df02b..b8bdda3d 100644 --- 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 index e93233d4..21273334 100644 --- 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 index 38eb301e..6954d89e 100644 --- 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 index 2ce8450c..9205ce31 100644 --- 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 index c23a3d1d..b76b62bc 100644 --- a/pkg/python/ver +++ b/pkg/python/ver @@ -1 +1 @@ -3.8.1 r0 +3.8.2 r0 |
