svn commit: r541568 - head/security/py-python3-openid

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 8 19:02:06 UTC 2020


Author: sunpoet
Date: Wed Jul  8 19:02:01 2020
New Revision: 541568
URL: https://svnweb.freebsd.org/changeset/ports/541568

Log:
  Update to 3.2.0
  
  Changes:	https://github.com/necaris/python3-openid/releases
  		https://github.com/necaris/python3-openid/blob/master/CHANGES.md
  		https://github.com/necaris/python3-openid/blob/master/NEWS.md

Modified:
  head/security/py-python3-openid/Makefile
  head/security/py-python3-openid/distinfo

Modified: head/security/py-python3-openid/Makefile
==============================================================================
--- head/security/py-python3-openid/Makefile	Wed Jul  8 19:01:56 2020	(r541567)
+++ head/security/py-python3-openid/Makefile	Wed Jul  8 19:02:01 2020	(r541568)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python3-openid
-PORTVERSION=	3.1.0
+PORTVERSION=	3.2.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
 USES=		python:3.4+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-python3-openid/distinfo
==============================================================================
--- head/security/py-python3-openid/distinfo	Wed Jul  8 19:01:56 2020	(r541567)
+++ head/security/py-python3-openid/distinfo	Wed Jul  8 19:02:01 2020	(r541568)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518291242
-SHA256 (python3-openid-3.1.0.tar.gz) = 628d365d687e12da12d02c6691170f4451db28d6d68d050007e4a40065868502
-SIZE (python3-openid-3.1.0.tar.gz) = 299326
+TIMESTAMP = 1594117231
+SHA256 (python3-openid-3.2.0.tar.gz) = 33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf
+SIZE (python3-openid-3.2.0.tar.gz) = 305600


More information about the svn-ports-all mailing list