diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-08-21 13:01:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-08-21 13:01:20 +0000 |
commit | b70e3d635ee1bd563b1b6a53daa1f327b4bc5fcc (patch) | |
tree | a1d37123c53a93c0bf5d0d24b63d94c8a950d0dd /security/py-flask-httpauth | |
parent | d28222a9fbfe06fc6ecd8a972226c414de490a1f (diff) |
security/py-flask-httpauth: update to 3.2.0
Notes
Notes:
svn path=/head/; revision=420555
Diffstat (limited to 'security/py-flask-httpauth')
-rw-r--r-- | security/py-flask-httpauth/Makefile | 4 | ||||
-rw-r--r-- | security/py-flask-httpauth/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/py-flask-httpauth/Makefile b/security/py-flask-httpauth/Makefile index 6664e5e05c54..ef5b9ae7cbdc 100644 --- a/security/py-flask-httpauth/Makefile +++ b/security/py-flask-httpauth/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Flask-HTTPAuth -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask NO_ARCH= yes -USES= python +USES= python:2.7+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/security/py-flask-httpauth/distinfo b/security/py-flask-httpauth/distinfo index 47f60e58222b..eb7c5b872071 100644 --- a/security/py-flask-httpauth/distinfo +++ b/security/py-flask-httpauth/distinfo @@ -1,2 +1,3 @@ -SHA256 (Flask-HTTPAuth-3.1.1.tar.gz) = 2b0a8df9044166e279fea5b311c7a38fd00eb2b9e9926daf69eae29f61441622 -SIZE (Flask-HTTPAuth-3.1.1.tar.gz) = 3360 +TIMESTAMP = 1471783587 +SHA256 (Flask-HTTPAuth-3.2.0.tar.gz) = cf53acd441321ff6f369ae54e423dbec8d4c6204934c13368651cdd402805b61 +SIZE (Flask-HTTPAuth-3.2.0.tar.gz) = 3395 |