svn commit: r562837 - head/security/py-pysaml2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 26 17:38:10 UTC 2021
Author: sunpoet
Date: Tue Jan 26 17:38:00 2021
New Revision: 562837
URL: https://svnweb.freebsd.org/changeset/ports/562837
Log:
Update to 6.5.0
Changes: https://github.com/IdentityPython/pysaml2/releases
Security: fb67567a-5d95-11eb-a955-08002728f74c
MFH: 2021Q1
Modified:
head/security/py-pysaml2/Makefile
head/security/py-pysaml2/distinfo
Modified: head/security/py-pysaml2/Makefile
==============================================================================
--- head/security/py-pysaml2/Makefile Tue Jan 26 17:37:56 2021 (r562836)
+++ head/security/py-pysaml2/Makefile Tue Jan 26 17:38:00 2021 (r562837)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pysaml2
-PORTVERSION= 6.4.1
-PORTREVISION= 1
+PORTVERSION= 6.5.0
CATEGORIES= security devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,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,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: head/security/py-pysaml2/distinfo
==============================================================================
--- head/security/py-pysaml2/distinfo Tue Jan 26 17:37:56 2021 (r562836)
+++ head/security/py-pysaml2/distinfo Tue Jan 26 17:38:00 2021 (r562837)
@@ -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-all
mailing list