commit: 9207ea2b4476fc32031cc9c34eaad8ad4ec9dc7a
parent baefe4b060b964c88ac56c954b82d6009f232a2c
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 4 Nov 2018 17:36:31 -0800
python: Update to 3.7.1
Diffstat:
7 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore
@@ -1,3 +1,3 @@
-/Python-3.7.0.tar.xz
+/Python-3.7.1.tar.xz
/modules.ninja
/src
diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua
@@ -62,7 +62,7 @@ rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out.tmp && mv
build('makesetup', '$outdir/config.c', {'$srcdir/Modules/config.c.in', '|', '$dir/makesetup.lua', '$dir/modules.lua'})
cc('Modules/getbuildinfo.c', nil, {
- cflags=[[$cflags -D 'DATE="Jun 26 2018"' -D 'TIME="23:11:05"']]
+ cflags=[[$cflags -D 'DATE="Oct 20 2018"' -D 'TIME="02:05:48"']]
})
cc('Modules/getpath.c', nil, {
cflags={
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h
@@ -172,7 +172,7 @@
#define HAVE_LANGINFO_H 1
/* #undef HAVE_LARGEFILE_SUPPORT */
/* #undef HAVE_LCHFLAGS */
-#define HAVE_LCHMOD 1
+/* #undef HAVE_LCHMOD */
#define HAVE_LCHOWN 1
#define HAVE_LGAMMA 1
#define HAVE_LIBDL 1
@@ -428,7 +428,6 @@
#define PY_FORMAT_SIZE_T "z"
#define PY_SSL_DEFAULT_CIPHERS 1
/* #undef PY_SSL_DEFAULT_CIPHER_STRING */
-#define PY_WARN_ON_C_LOCALE 1
/* #undef Py_DEBUG */
/* #undef Py_ENABLE_SHARED */
/* #undef Py_HASH_ALGORITHM */
diff --git a/pkg/python/pylibs.txt b/pkg/python/pylibs.txt
@@ -341,8 +341,8 @@ idlelib/autocomplete.py
idlelib/autocomplete_w.py
idlelib/autoexpand.py
idlelib/browser.py
+idlelib/calltip.py
idlelib/calltip_w.py
-idlelib/calltips.py
idlelib/codecontext.py
idlelib/colorizer.py
idlelib/config.py
@@ -384,13 +384,14 @@ idlelib/scrolledlist.py
idlelib/search.py
idlelib/searchbase.py
idlelib/searchengine.py
+idlelib/squeezer.py
idlelib/stackviewer.py
idlelib/statusbar.py
idlelib/textview.py
idlelib/tooltip.py
idlelib/tree.py
idlelib/undo.py
-idlelib/windows.py
+idlelib/window.py
idlelib/zoomheight.py
idlelib/zzdummy.py
imaplib.py
@@ -631,11 +632,11 @@ turtledemo/paint.py
turtledemo/peace.py
turtledemo/penrose.py
turtledemo/planet_and_moon.py
+turtledemo/rosette.py
turtledemo/round_dance.py
turtledemo/sorting_animate.py
turtledemo/tree.py
turtledemo/two_canvases.py
-turtledemo/wikipedia.py
turtledemo/yinyang.py
types.py
typing.py
diff --git a/pkg/python/rev b/pkg/python/rev
@@ -1 +1 @@
-9
+10
diff --git a/pkg/python/sha256 b/pkg/python/sha256
@@ -1 +1 @@
-0382996d1ee6aafe59763426cf0139ffebe36984474d0ec4126dd1c40a8b3549 Python-3.7.0.tar.xz
+fa7e2b8e8c9402f192ad56dc4f814089d1c4466c97d780f5e5acc02c04243d6d Python-3.7.1.tar.xz
diff --git a/pkg/python/url b/pkg/python/url
@@ -1 +1 @@
-url = "https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
+url = "https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tar.xz"