commit: 48b309a7bb1f6ac0b4f4b4d86d880710a64e9de8
parent ec83448bea570da5de2e387119968d6e58e753f3
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 29 Mar 2019 12:41:42 -0700
python: Update to 3.7.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.7.2.tar.xz
+/Python-3.7.3.tar.xz
/modules.ninja
/src
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h
@@ -44,6 +44,7 @@
/* #undef HAVE_CONIO_H */
#define HAVE_COPYSIGN 1
#define HAVE_CRYPT_H 1
+#define HAVE_CRYPT_R 1
#define HAVE_CTERMID 1
/* #undef HAVE_CTERMID_R */
/* #undef HAVE_CURSES_FILTER */
diff --git a/pkg/python/sha256 b/pkg/python/sha256
@@ -1 +1 @@
-d83fe8ce51b1bb48bbcf0550fd265b9a75cdfdfa93f916f9e700aef8444bf1bb Python-3.7.2.tar.xz
+da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318 Python-3.7.3.tar.xz
diff --git a/pkg/python/url b/pkg/python/url
@@ -1 +1 @@
-url = "https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz"
+url = "https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz"
diff --git a/pkg/python/ver b/pkg/python/ver
@@ -1 +1 @@
-3.7.2 r0
+3.7.3 r0