summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2017-11-02 16:25:44 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-04 07:17:34 +0700
commite541fe536346c53f41670b25762f51bb2578b2e0 (patch)
treeb6890a1f906b52ecf4a1d3e726d3f48ce1a8c18a /python
parent8a8eabb430c4c2a5c25940dc5c6cece30e1147d2 (diff)
downloadslackbuilds-e541fe536346c53f41670b25762f51bb2578b2e0.tar.gz
slackbuilds-e541fe536346c53f41670b25762f51bb2578b2e0.tar.xz
python/python3: Updated for version 3.6.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r--python/python3/python3.SlackBuild5
-rw-r--r--python/python3/python3.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild
index 22b0ff40be..5646e9021c 100644
--- a/python/python3/python3.SlackBuild
+++ b/python/python3/python3.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=python3
SRCNAM=Python
-VERSION=${VERSION:-3.6.2}
+VERSION=${VERSION:-3.6.3}
BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . )
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
-set -eu
+set -e
# Location for Python site-packages.
SITEPK=$PKG/usr/lib${LIBDIRSUFFIX}/python${BRANCH_VERSION}/site-packages
@@ -101,6 +101,7 @@ find -L . \
--enable-shared \
--with-system-expat \
--with-system-ffi \
+ --enable-loadable-sqlite-extensions \
--build=$ARCH-slackware-linux
make
diff --git a/python/python3/python3.info b/python/python3/python3.info
index 1e04dbbf3d..38a057f8c3 100644
--- a/python/python3/python3.info
+++ b/python/python3/python3.info
@@ -1,8 +1,8 @@
PRGNAM="python3"
-VERSION="3.6.2"
+VERSION="3.6.3"
HOMEPAGE="https://www.python.org/"
-DOWNLOAD="https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz"
-MD5SUM="2c68846471994897278364fc18730dd9"
+DOWNLOAD="https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz"
+MD5SUM="b9c2c36c33fb89bda1fefd37ad5af9be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""