aboutsummaryrefslogtreecommitdiff
path: root/python/python3-passlib/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-10-17 08:16:31 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-10-18 09:05:06 +0700
commit6bb6ebc982e5727db2ac003f136ae48430be28fe (patch)
tree86cadd0109488a284ab6265ff3986b0b4aaafc69 /python/python3-passlib/README
parent01d907d2cc9f67d2a486df0ddb25da7a431fd2fb (diff)
python/python3-passlib: Updated for version 1.9.3.
Switched to libpass fork as original was unmaintained and had issues with python3-bcrypt>=5.0. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-passlib/README')
-rw-r--r--python/python3-passlib/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-passlib/README b/python/python3-passlib/README
index aea3d612fd..b3975f2763 100644
--- a/python/python3-passlib/README
+++ b/python/python3-passlib/README
@@ -4,3 +4,5 @@ as well as a framework for managing existing password hashes. It's
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.
+
+INFO: Switched to https://github.com/notypecheck/passlib fork