python/python-faulthandler: Updated for version 3.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nick Smallbone 2020-03-14 06:28:33 +07:00 committed by Willy Sudiarto Raharjo
parent 89c7353cd3
commit 298051ad05
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,8 @@
#
# Slackware build script for python-faulthandler.
#
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2017-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2020 Nick Smallbone, Gothenburg, Sweden.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-faulthandler
VERSION=${VERSION:-3.1}
VERSION=${VERSION:-3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="python-faulthandler"
VERSION="3.1"
VERSION="3.2"
HOMEPAGE="https://pypi.python.org/pypi/faulthandler/"
DOWNLOAD="https://files.pythonhosted.org/packages/0f/22/7909e7de4f5ab4d4bfdefc46ccf360ef52db8db1539c948a6402a18d5dfc/faulthandler-3.1.tar.gz"
MD5SUM="e949566fa4b9cdced634ce496b5a0541"
DOWNLOAD="https://files.pythonhosted.org/packages/b9/35/16c89cd8f6e5c422b2b58143f52e12cb04904c14bb0bb7b1c8e5a4db6ac2/faulthandler-3.2.tar.gz"
MD5SUM="8acdba2d998e0582429253bec19bf562"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="orphaned - no maintainer"
EMAIL="nobody@nowhere"
MAINTAINER="Nick Smallbone"
EMAIL="nick@smallbone.se"