svn commit: r563401 - branches/2021Q1/security/py-pysaml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 30 13:08:12 UTC 2021


Author: sunpoet
Date: Sat Jan 30 13:08:11 2021
New Revision: 563401
URL: https://svnweb.freebsd.org/changeset/ports/563401

Log:
  MFH: r562837 r561152
  
  Update to 6.5.0
  
  Changes:	https://github.com/IdentityPython/pysaml2/releases
  Security:	fb67567a-5d95-11eb-a955-08002728f74c
  
  Update version requirement of RUN_DEPENDS

Modified:
  branches/2021Q1/security/py-pysaml2/Makefile
  branches/2021Q1/security/py-pysaml2/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/security/py-pysaml2/Makefile
==============================================================================
--- branches/2021Q1/security/py-pysaml2/Makefile	Sat Jan 30 12:57:46 2021	(r563400)
+++ branches/2021Q1/security/py-pysaml2/Makefile	Sat Jan 30 13:08:11 2021	(r563401)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pysaml2
-PORTVERSION=	6.4.1
+PORTVERSION=	6.5.0
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,12 +16,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=1.4:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}repoze.who>=0:devel/py-repoze.who@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
 		xmlsec1:security/xmlsec1
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \

Modified: branches/2021Q1/security/py-pysaml2/distinfo
==============================================================================
--- branches/2021Q1/security/py-pysaml2/distinfo	Sat Jan 30 12:57:46 2021	(r563400)
+++ branches/2021Q1/security/py-pysaml2/distinfo	Sat Jan 30 13:08:11 2021	(r563401)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607685401
-SHA256 (pysaml2-6.4.1.tar.gz) = ccbe5e6d1e03c5ad14bde6f89d163c6b20e4bae17b98361c4d820d2f32c75abe
-SIZE (pysaml2-6.4.1.tar.gz) = 332110
+TIMESTAMP = 1611665497
+SHA256 (pysaml2-6.5.0.tar.gz) = e1467dbf4bdc469d6f693fec83f2df8b41ddd3f97249443160f82a460fb409c1
+SIZE (pysaml2-6.5.0.tar.gz) = 357653


More information about the svn-ports-branches mailing list