# HG changeset patch # User Hans-G?nter Theisgen # Date 1657721654 -3600 # Node ID 73452f569a6d71d52eb097b38924c6cd91001f52 # Parent bd54af54b0ef0ff04586e06613a01b4efab154dd updated python-passlib (1.7.2 -> 1.7.4) diff -r bd54af54b0ef -r 73452f569a6d python-passlib/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-passlib/description.txt Wed Jul 13 15:14:14 2022 +0100 @@ -0,0 +1,6 @@ +Passlib is a password hashing library for Python 2 & 3, which provides +cross-platform implementations of over 30 password hashing algorithms, +as well as a framework for managing existing password hashes. +It is designed to be useful for a wide range of tasks, from verifying +a hash found in /etc/shadow, to providing full-strength password hashing +for multi-user applications. diff -r bd54af54b0ef -r 73452f569a6d python-passlib/receipt --- a/python-passlib/receipt Wed Jul 13 15:10:55 2022 +0100 +++ b/python-passlib/receipt Wed Jul 13 15:14:14 2022 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="python-passlib" -SOURCE="passlib" -VERSION="1.7.2" +VERSION="1.7.4" CATEGORY="misc" SHORT_DESC="Comprehensive password hashing framework supporting over 30 schemes." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.python.org/pypi/$SOURCE" +REPOLOGY="python:passlib" +SOURCE="passlib" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"