diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-04-27 01:24:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-27 01:24:46 +0700 |
commit | 5fb5f464138c4c9277fec995f55b9615caf2f4c6 (patch) | |
tree | 6d301ec6dd8cd138b24ba94a5e44ce640f0a0615 /python | |
parent | 8bdb88a19ace1565ec751fc4b40840786565f61a (diff) | |
download | slackbuilds-5fb5f464138c4c9277fec995f55b9615caf2f4c6.tar.gz |
python/python-faulthandler: Updated for version 3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-faulthandler/python-faulthandler.SlackBuild | 6 | ||||
-rw-r--r-- | python/python-faulthandler/python-faulthandler.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-faulthandler/python-faulthandler.SlackBuild b/python/python-faulthandler/python-faulthandler.SlackBuild index 35983dd71d..c48398efa2 100644 --- a/python/python-faulthandler/python-faulthandler.SlackBuild +++ b/python/python-faulthandler/python-faulthandler.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for python-faulthandler. # -# Copyright 2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2017-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-faulthandler -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -SRCNAM="faulthandler" +SRCNAM=${SRCNAM:-faulthandler} set -e diff --git a/python/python-faulthandler/python-faulthandler.info b/python/python-faulthandler/python-faulthandler.info index 718f5fde9c..7b4d5dc4f8 100644 --- a/python/python-faulthandler/python-faulthandler.info +++ b/python/python-faulthandler/python-faulthandler.info @@ -1,8 +1,8 @@ PRGNAM="python-faulthandler" -VERSION="3.0" +VERSION="3.1" HOMEPAGE="https://pypi.python.org/pypi/faulthandler/" -DOWNLOAD="https://pypi.python.org/packages/ce/8b/24cfaae65452373863a3dd6e45db7767024b5b03bd44bafc079c7de202fc/faulthandler-3.0.tar.gz" -MD5SUM="978a5ea29306d5c923fa7c1678ad772b" +DOWNLOAD="https://files.pythonhosted.org/packages/0f/22/7909e7de4f5ab4d4bfdefc46ccf360ef52db8db1539c948a6402a18d5dfc/faulthandler-3.1.tar.gz" +MD5SUM="e949566fa4b9cdced634ce496b5a0541" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |