python/python-faulthandler: Updated for version 3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-04-27 01:24:46 +07:00 committed by Willy Sudiarto Raharjo
parent 8bdb88a19a
commit 5fb5f46413
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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=""