summaryrefslogtreecommitdiff
path: root/pkg/python
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-29 12:41:42 -0700
committerMichael Forney <mforney@mforney.org>2019-03-29 13:33:58 -0700
commit48b309a7bb1f6ac0b4f4b4d86d880710a64e9de8 (patch)
tree413827d766bddfd0e1800a48f2d3487901259c04 /pkg/python
parentec83448bea570da5de2e387119968d6e58e753f3 (diff)
python: Update to 3.7.3
Diffstat (limited to 'pkg/python')
-rw-r--r--pkg/python/.gitignore2
-rw-r--r--pkg/python/pyconfig.h1
-rw-r--r--pkg/python/sha2562
-rw-r--r--pkg/python/url2
-rw-r--r--pkg/python/ver2
5 files changed, 5 insertions, 4 deletions
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
index 6caa779a..7742335b 100644
--- 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
index 7bd06d10..e016a1ed 100644
--- 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
index 2a2d7937..e20c0409 100644
--- 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
index c89d9e37..58152f4b 100644
--- 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
index d3392a86..5c825742 100644
--- a/pkg/python/ver
+++ b/pkg/python/ver
@@ -1 +1 @@
-3.7.2 r0
+3.7.3 r0