Date: Wed, 8 Jul 2020 19:02:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541568 - head/security/py-python3-openid Message-ID: <202007081902.068J21Y5067550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007081902.068J21Y5067550>