wok rev 25212
updated python-passlib (1.7.2 -> 1.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:14:14 2022 +0100 (2022-07-13) |
parents | bd54af54b0ef |
children | 496aa6ebe819 |
files | python-passlib/description.txt python-passlib/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-passlib/description.txt Wed Jul 13 15:14:14 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +Passlib is a password hashing library for Python 2 & 3, which provides 1.5 +cross-platform implementations of over 30 password hashing algorithms, 1.6 +as well as a framework for managing existing password hashes. 1.7 +It is designed to be useful for a wide range of tasks, from verifying 1.8 +a hash found in /etc/shadow, to providing full-strength password hashing 1.9 +for multi-user applications.
2.1 --- a/python-passlib/receipt Wed Jul 13 15:10:55 2022 +0100 2.2 +++ b/python-passlib/receipt Wed Jul 13 15:14:14 2022 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-passlib" 2.7 -SOURCE="passlib" 2.8 -VERSION="1.7.2" 2.9 +VERSION="1.7.4" 2.10 CATEGORY="misc" 2.11 SHORT_DESC="Comprehensive password hashing framework supporting over 30 schemes." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="BSD" 2.14 WEB_SITE="https://pypi.python.org/pypi/$SOURCE" 2.15 +REPOLOGY="python:passlib" 2.16 2.17 +SOURCE="passlib" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.20