python/passlib: Updated for version 1.7.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Brenton Earl 2020-09-26 06:37:44 +01:00 committed by Willy Sudiarto Raharjo
parent d8fec6b881
commit 187eea753b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for passlib
# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
# Copyright 2015-2017, 2020 Brenton Earl <brent@exitstatusone.com>
# 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=passlib
VERSION=${VERSION:-1.7.1}
VERSION=${VERSION:-1.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="passlib"
VERSION="1.7.1"
HOMEPAGE="https://bitbucket.org/ecollins/passlib"
DOWNLOAD="https://pypi.python.org/packages/25/4b/6fbfc66aabb3017cd8c3bd97b37f769d7503ead2899bf76e570eb91270de/passlib-1.7.1.tar.gz"
MD5SUM="254869dae3fd9f09f0746a3cb29a0b15"
VERSION="1.7.2"
HOMEPAGE="https://pypi.org/project/passlib/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/passlib/passlib-1.7.2.tar.gz"
MD5SUM="b908529cfd4c33057c244324c692eae7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -15,5 +15,5 @@ passlib: hashes. It's designed to be useful for a wide range of tasks, from
passlib: verifying a hash found in /etc/shadow, to providing full-strength
passlib: password hashing for multi-user applications.
passlib:
passlib: Home page: https://bitbucket.org/ecollins/passlib
passlib: Home page: https://pypi.org/project/passlib/
passlib: