commit: 577110ae209fbe7c03e0b42b501dc5325cd97712
parent 9f30530e471cedf91c308f57499695e400ee7837
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 4 Oct 2017 01:08:57 -0700
python: Update to 3.6.3
Diffstat:
7 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
@@ -1,2 +1,2 @@
-/Python-3.6.2.tar.xz
+/Python-3.6.3.tar.xz
/src
diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua
@@ -55,7 +55,7 @@ build('makesetup', '$outdir/config.c', {
})
cc('Modules/getbuildinfo.c', nil, {
- cflags=[[$cflags -D 'DATE="Dec 22 2016"' -D 'TIME="18:38:47"']]
+ cflags=[[$cflags -D 'DATE="Oct 3 2017"' -D 'TIME="01:52:02"']]
})
cc('Modules/getpath.c', nil, {
cflags={
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h
@@ -187,6 +187,7 @@
/* #undef HAVE_SYS_RANDOM_H */
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_SYS_SYSCALL_H 1
+#define HAVE_SYS_SYSMACROS_H 1
/* #undef HAVE_SYS_SYS_DOMAIN_H */
/* #undef HAVE_SYS_TERMIO_H */
#define HAVE_SYS_XATTR_H 1
diff --git a/pkg/python/pylibs.txt b/pkg/python/pylibs.txt
@@ -1,4 +1,4 @@
-# 2,<cd src/Lib && find * '(' -name test -o -name tests -o -name idle_test ')' '!' -prune -o -name '*.py' | sort
+# 2,<cd src/Lib && find * '(' -name test -o -name tests -o -name idle_test ')' '!' -prune -o -name '*.py' | LC_COLLATE=C sort
__future__.py
__phello__.foo.py
_bootlocale.py
@@ -389,6 +389,7 @@ idlelib/tree.py
idlelib/undo.py
idlelib/windows.py
idlelib/zoomheight.py
+idlelib/zzdummy.py
imaplib.py
imghdr.py
imp.py
diff --git a/pkg/python/rev b/pkg/python/rev
@@ -1 +1 @@
-5
+6
diff --git a/pkg/python/sha256 b/pkg/python/sha256
@@ -1 +1 @@
-9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9 Python-3.6.2.tar.xz
+cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da Python-3.6.3.tar.xz
diff --git a/pkg/python/url b/pkg/python/url
@@ -1 +1 @@
-url = "https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz"
+url = "https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz"