pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-passlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 24 11:36:53 UTC 2019

Modified Files:
        pkgsrc/security/py-passlib: Makefile distinfo

Log Message:
py-passlib: updated to 1.7.2

1.7.2:
This release rolls up assorted bug & compatibility fixes since 1.7.1.

New Features

* .. py:currentmodule:: passlib.hash
  :class:`argon2`: Now supports Argon2 "ID" and "D" hashes (assuming new enough backend library).
  Now defaults to "ID" hashes instead of "I" hashes, but this can be overridden via ``type`` keyword.

* .. py:currentmodule:: passlib.hash
  :class:`scrypt`: Now uses python 3.6 stdlib's :func:`hashlib.scrypt` as backend,
  if present


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-passlib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-passlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-passlib/Makefile
diff -u pkgsrc/security/py-passlib/Makefile:1.6 pkgsrc/security/py-passlib/Makefile:1.7
--- pkgsrc/security/py-passlib/Makefile:1.6     Wed Jun 21 10:24:19 2017
+++ pkgsrc/security/py-passlib/Makefile Sun Nov 24 11:36:53 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/06/21 10:24:19 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/24 11:36:53 adam Exp $
 
-DISTNAME=      passlib-1.7.1
+DISTNAME=      passlib-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/passlib/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://bitbucket.org/ecollins
 COMMENT=       Comprehensive password hashing framework supporting over 30 schemes
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-passlib/distinfo
diff -u pkgsrc/security/py-passlib/distinfo:1.5 pkgsrc/security/py-passlib/distinfo:1.6
--- pkgsrc/security/py-passlib/distinfo:1.5     Wed Jun 21 10:24:19 2017
+++ pkgsrc/security/py-passlib/distinfo Sun Nov 24 11:36:53 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/06/21 10:24:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/11/24 11:36:53 adam Exp $
 
-SHA1 (passlib-1.7.1.tar.gz) = 1fccaee7a5a158ee04274e18f4927a6a603c6901
-RMD160 (passlib-1.7.1.tar.gz) = 5e46aff6cdb6aeb26991f2d794cd78e8ba1490f2
-SHA512 (passlib-1.7.1.tar.gz) = 3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168
-Size (passlib-1.7.1.tar.gz) = 645724 bytes
+SHA1 (passlib-1.7.2.tar.gz) = 890ec67cbb6c250d1e71d65b7d82701a7479b951
+RMD160 (passlib-1.7.2.tar.gz) = dd670bc09676aa7af4cb3d11098eed53cbb593e1
+SHA512 (passlib-1.7.2.tar.gz) = 1ea0654b177b5ab2e1a7e5c3949642c34805ace6e4e4a0f82fafdb3f374edd99c667906ce598c335b668da049860648d5cbebb3e62d775898d5b0cb8cfc7bf53
+Size (passlib-1.7.2.tar.gz) = 649654 bytes



Home | Main Index | Thread Index | Old Index