commit: e7487ef31b5bda6962ee2ce860b6aba78fcbd2fb
parent 9b20fdfe8457d13a9fff92f230a82f6981295f8c
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 17 May 2020 01:12:28 -0700
python: Update to 3.8.3
Diffstat:
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
@@ -1,3 +1,3 @@
-/Python-3.8.2.tar.xz
+/Python-3.8.3.tar.xz
/modules.ninja
/src
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h
@@ -499,6 +499,7 @@
# define __EXTENSIONS__ 1
#endif
/* #undef WINDOW_HAS_FLAGS */
+#define WITH_DECIMAL_CONTEXTVAR 1
#define WITH_DOC_STRINGS 1
/* #undef WITH_DTRACE */
/* #undef WITH_DYLD */
diff --git a/pkg/python/sha256 b/pkg/python/sha256
@@ -1 +1 @@
-2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df Python-3.8.2.tar.xz
+dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864 Python-3.8.3.tar.xz
diff --git a/pkg/python/url b/pkg/python/url
@@ -1 +1 @@
-url = "https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz"
+url = "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz"
diff --git a/pkg/python/ver b/pkg/python/ver
@@ -1 +1 @@
-3.8.2 r0
+3.8.3 r0