diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-10-07 13:06:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-10-07 13:06:32 +0000 |
commit | 2cc886738bdb19eeae96fc79febc20899aa7a19e (patch) | |
tree | 8fd5d4386f83da157931e5db1df4655b9ec560ba | |
parent | databases/postgresql13-server: fix build on GCC architectures (diff) |
- Update to 1.2.0
Notes
Notes:
svn path=/head/; revision=551635
-rw-r--r-- | security/py-scramp/Makefile | 4 | ||||
-rw-r--r-- | security/py-scramp/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-scramp/Makefile b/security/py-scramp/Makefile index 973972fbd1a0..f0d6d164c628 100644 --- a/security/py-scramp/Makefile +++ b/security/py-scramp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scramp -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Pure-Python implementation of the SCRAM authentication protocol LICENSE= MIT -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/security/py-scramp/distinfo b/security/py-scramp/distinfo index acf0585f9b25..8f294ce9fee1 100644 --- a/security/py-scramp/distinfo +++ b/security/py-scramp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585479273 -SHA256 (scramp-1.1.1.tar.gz) = b57eb0ae2f9240b15b5d0dab2ea8e40b43eef13ac66d3f627a79ef85a6da0927 -SIZE (scramp-1.1.1.tar.gz) = 22926 +TIMESTAMP = 1602097042 +SHA256 (scramp-1.2.0.tar.gz) = d6865ed1d135ddb124a619d7cd3a5b505f69a7c92e248024dd7e48bc77752af5 +SIZE (scramp-1.2.0.tar.gz) = 24064 |