diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2020-03-30 13:07:22 +0800 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2020-03-30 13:07:22 +0800 |
commit | 5d675ec5410420cd33d0c2b1413f844bab97895a (patch) | |
tree | d75e2b4b8ba1f8fa195b42813d0e39e8ab887689 /security/py-passlib | |
parent | b123a7091bb409fd633ad0284e509070fc310d6c (diff) | |
download | freebsd-ports-gnome-5d675ec5410420cd33d0c2b1413f844bab97895a.tar.gz freebsd-ports-gnome-5d675ec5410420cd33d0c2b1413f844bab97895a.tar.zst freebsd-ports-gnome-5d675ec5410420cd33d0c2b1413f844bab97895a.zip |
security/py-passlib: Update to 1.7.2
- Update COMMENT to match setup.py:description
Changelog:
https://passlib.readthedocs.io/en/stable/history/1.7.html
Requested by: bofh (via email)
MFH: 2020Q1 (blanket: bugfix release)
Diffstat (limited to 'security/py-passlib')
-rw-r--r-- | security/py-passlib/Makefile | 6 | ||||
-rw-r--r-- | security/py-passlib/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-passlib/Makefile b/security/py-passlib/Makefile index 9404b266767f..245b1fa3324a 100644 --- a/security/py-passlib/Makefile +++ b/security/py-passlib/Makefile @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= passlib -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Python password hashing framework supporting over 30 schemes +COMMENT= Comprehensive password hashing framework supporting over 30 schemes LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.1:devel/py-nose@${PY_FLAVOR} -# Python 2.6,3.3-3.6 +# Python 2.6,3.3-3.8 USES= python USE_PYTHON= autoplist distutils diff --git a/security/py-passlib/distinfo b/security/py-passlib/distinfo index bf03862406c4..0c0380757843 100644 --- a/security/py-passlib/distinfo +++ b/security/py-passlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493027379 -SHA256 (passlib-1.7.1.tar.gz) = 3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0 -SIZE (passlib-1.7.1.tar.gz) = 645724 +TIMESTAMP = 1585542566 +SHA256 (passlib-1.7.2.tar.gz) = 8d666cef936198bc2ab47ee9b0410c94adf2ba798e5a84bf220be079ae7ab6a8 +SIZE (passlib-1.7.2.tar.gz) = 649654 |