Version: 1.7.4, Package name: py-passlib-1.7.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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 and migrating 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. |
Filesize: 673.676 KB |
Version History (View Complete History) |
|
2020-10-09 07:19:41 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-passlib-1.7.4 |
2020-10-07 07:32:27 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to py-passlib-1.7.3, switch to py3-only |
2020-08-01 05:30:37 by Stuart Henderson | Files touched by this commit (17) |
Log message: drop maintainer |
2020-07-11 16:54:41 by Stuart Henderson | Files touched by this commit (98) |
Log message: switch my maintainer email addresses to my own domain |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-11-23 08:23:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: Add a dependency on py-scrypt to py-passlib. passlib has code to use three scrypt backends; one in hashlib in python itself, one is py-scrypt, and one is an internal slow pure-python implementation. hashlib in our Python packages doesn't include scrypt (this requires OpenSSL 1.1+'s scrypt code and isn't supported in libressl), and slow pure-python implementation is slow, so provide the best available one. |
2019-11-23 07:53:06 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-passlib 1.7.2 |
2019-11-08 02:30:23 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Move testing from py-nose to MODPY_PYTEST. Drop now-unneeded py-nose TEST_DEPENDS. |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2017-05-13 07:25:41 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: add py-bcrypt as an RDEP as it's quite a common backend to use on OpenBSD as discussed with and OK sthen@ (MAINTAINER) |
2017-01-31 07:27:28 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to py-passlib 1.7.1 |
2017-01-03 12:26:14 by Landry Breuil | Files touched by this commit (15) |
Log message: bump ports depending on python3 in security |
2016-01-15 05:46:37 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to py-passlib 1.6.5 and take maintainer |
2015-12-27 01:26:51 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: devel/py-mock -> devel/py-mock${MODPY_FLAVOR} in TEST_DEPENDS when there's a python3 FLAVOR now that we have py3-mock. |
2015-09-29 04:52:35 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for setuptools dep change. |