diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-04 01:08:57 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-04 01:08:57 -0700 |
| commit | 577110ae209fbe7c03e0b42b501dc5325cd97712 (patch) | |
| tree | 35463e4c3b574528e469ea31abe85c9795ea09fa /pkg | |
| parent | 9f30530e471cedf91c308f57499695e400ee7837 (diff) | |
python: Update to 3.6.3
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/python/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/python/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/python/pyconfig.h | 1 | ||||
| -rw-r--r-- | pkg/python/pylibs.txt | 3 | ||||
| -rw-r--r-- | pkg/python/rev | 2 | ||||
| -rw-r--r-- | pkg/python/sha256 | 2 | ||||
| -rw-r--r-- | pkg/python/url | 2 |
7 files changed, 8 insertions, 6 deletions
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore index 8c3c374c..3187514c 100644 --- 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 index 76714b7f..98517143 100644 --- 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 index cb0bff16..6d5ccd95 100644 --- 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 index f7a77077..5530e94f 100644 --- 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 index 7ed6ff82..1e8b3149 100644 --- a/pkg/python/rev +++ b/pkg/python/rev @@ -1 +1 @@ -5 +6 diff --git a/pkg/python/sha256 b/pkg/python/sha256 index f38b7c81..ccfa31b5 100644 --- 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 index abb5cf36..bf46a692 100644 --- 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" |
