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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 07:45:24 UTC 2020


Author: sunpoet
Date: Sat Oct 10 07:45:16 2020
New Revision: 551878
URL: https://svnweb.freebsd.org/changeset/ports/551878

Log:
  Update to 6.2.0
  
  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	Sat Oct 10 07:45:12 2020	(r551877)
+++ head/security/py-pysaml2/Makefile	Sat Oct 10 07:45:16 2020	(r551878)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pysaml2
-PORTVERSION=	6.1.0
+PORTVERSION=	6.2.0
 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
 
 .include <bsd.port.mk>

Modified: head/security/py-pysaml2/distinfo
==============================================================================
--- head/security/py-pysaml2/distinfo	Sat Oct 10 07:45:12 2020	(r551877)
+++ head/security/py-pysaml2/distinfo	Sat Oct 10 07:45:16 2020	(r551878)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595416627
-SHA256 (pysaml2-6.1.0.tar.gz) = f7b80553f84bf4e3c823266d2243ab6c0303785648402fbbc1c13a14737876d4
-SIZE (pysaml2-6.1.0.tar.gz) = 325101
+TIMESTAMP = 1601996468
+SHA256 (pysaml2-6.2.0.tar.gz) = cbf57276e8eb65212afe75fcac2f070c889ead4d35e24c1f4ee3e1ed6e05d1ef
+SIZE (pysaml2-6.2.0.tar.gz) = 329986


More information about the svn-ports-all mailing list