diff options
Diffstat (limited to 'python/python-faulthandler')
-rw-r--r-- | python/python-faulthandler/python-faulthandler.SlackBuild | 5 | ||||
-rw-r--r-- | python/python-faulthandler/python-faulthandler.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/python/python-faulthandler/python-faulthandler.SlackBuild b/python/python-faulthandler/python-faulthandler.SlackBuild index 4e8a77aa3e..c1b01aebec 100644 --- a/python/python-faulthandler/python-faulthandler.SlackBuild +++ b/python/python-faulthandler/python-faulthandler.SlackBuild @@ -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} diff --git a/python/python-faulthandler/python-faulthandler.info b/python/python-faulthandler/python-faulthandler.info index 08187297f1..4c543c5507 100644 --- a/python/python-faulthandler/python-faulthandler.info +++ b/python/python-faulthandler/python-faulthandler.info @@ -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" |