Date: Sun, 13 Dec 2020 14:43:56 +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: r557939 - head/security/py-pysaml2 Message-ID: <202012131443.0BDEhv2l038703@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 13 14:43:56 2020 New Revision: 557939 URL: https://svnweb.freebsd.org/changeset/ports/557939 Log: Update to 6.4.1 Changes: https://github.com/IdentityPython/pysaml2/releases Modified: head/security/py-pysaml2/Makefile head/security/py-pysaml2/distinfo Modified: head/security/py-pysaml2/Makefile ============================================================================== --- head/security/py-pysaml2/Makefile Sun Dec 13 14:43:51 2020 (r557938) +++ head/security/py-pysaml2/Makefile Sun Dec 13 14:43:56 2020 (r557939) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysaml2 -PORTVERSION= 6.3.1 +PORTVERSION= 6.4.1 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,6 +34,6 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include <bsd.port.mk> Modified: head/security/py-pysaml2/distinfo ============================================================================== --- head/security/py-pysaml2/distinfo Sun Dec 13 14:43:51 2020 (r557938) +++ head/security/py-pysaml2/distinfo Sun Dec 13 14:43:56 2020 (r557939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605426471 -SHA256 (pysaml2-6.3.1.tar.gz) = 39a012acb36406dde1fc098d34d7d9d24c6cceae8ded688c954180e8915555b5 -SIZE (pysaml2-6.3.1.tar.gz) = 331142 +TIMESTAMP = 1607685401 +SHA256 (pysaml2-6.4.1.tar.gz) = ccbe5e6d1e03c5ad14bde6f89d163c6b20e4bae17b98361c4d820d2f32c75abe +SIZE (pysaml2-6.4.1.tar.gz) = 332110
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131443.0BDEhv2l038703>