svn commit: r557939 - head/security/py-pysaml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:44:02 UTC 2020


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


More information about the svn-ports-head mailing list