svn commit: r551635 - head/security/py-scramp

Wen Heping wen at FreeBSD.org
Wed Oct 7 13:06:33 UTC 2020


Author: wen
Date: Wed Oct  7 13:06:32 2020
New Revision: 551635
URL: https://svnweb.freebsd.org/changeset/ports/551635

Log:
  - Update to 1.2.0

Modified:
  head/security/py-scramp/Makefile
  head/security/py-scramp/distinfo

Modified: head/security/py-scramp/Makefile
==============================================================================
--- head/security/py-scramp/Makefile	Wed Oct  7 13:06:19 2020	(r551634)
+++ head/security/py-scramp/Makefile	Wed Oct  7 13:06:32 2020	(r551635)
@@ -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 authe
 
 LICENSE=	MIT
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/security/py-scramp/distinfo
==============================================================================
--- head/security/py-scramp/distinfo	Wed Oct  7 13:06:19 2020	(r551634)
+++ head/security/py-scramp/distinfo	Wed Oct  7 13:06:32 2020	(r551635)
@@ -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


More information about the svn-ports-all mailing list