From 48b309a7bb1f6ac0b4f4b4d86d880710a64e9de8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 29 Mar 2019 12:41:42 -0700 Subject: python: Update to 3.7.3 --- pkg/python/.gitignore | 2 +- pkg/python/pyconfig.h | 1 + pkg/python/sha256 | 2 +- pkg/python/url | 2 +- pkg/python/ver | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) (limited to 'pkg/python') 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 -- cgit v1.2.3