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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 14 16:45:10 UTC 2020


Author: sunpoet
Date: Tue Jan 14 16:45:10 2020
New Revision: 523042
URL: https://svnweb.freebsd.org/changeset/ports/523042

Log:
  Update to 5.0.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	Tue Jan 14 16:45:04 2020	(r523041)
+++ head/security/py-pysaml2/Makefile	Tue Jan 14 16:45:10 2020	(r523042)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pysaml2
-PORTVERSION=	4.9.0
+PORTVERSION=	5.0.0
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -28,8 +28,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
 
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 

Modified: head/security/py-pysaml2/distinfo
==============================================================================
--- head/security/py-pysaml2/distinfo	Tue Jan 14 16:45:04 2020	(r523041)
+++ head/security/py-pysaml2/distinfo	Tue Jan 14 16:45:10 2020	(r523042)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572806150
-SHA256 (pysaml2-4.9.0.tar.gz) = aaf41cdef9a46f44f1553e84ad43bf2aff5cec051050a05f8263374eadc01d5a
-SIZE (pysaml2-4.9.0.tar.gz) = 560111
+TIMESTAMP = 1579009885
+SHA256 (pysaml2-5.0.0.tar.gz) = deea75b252b5ead821f12ce01e9d88b0f6fbcde322c1595dcbb06f9660af0cc1
+SIZE (pysaml2-5.0.0.tar.gz) = 321564


More information about the svn-ports-all mailing list