Date: Sat, 11 Aug 2018 14:16:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476889 - head/security/py-pysaml2 Message-ID: <201808111416.w7BEGbP4047376@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 11 14:16:37 2018 New Revision: 476889 URL: https://svnweb.freebsd.org/changeset/ports/476889 Log: Update to 4.6.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 Aug 11 14:16:32 2018 (r476888) +++ head/security/py-pysaml2/Makefile Sat Aug 11 14:16:37 2018 (r476889) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pysaml2 -PORTVERSION= 4.5.0 -PORTREVISION= 0 +PORTVERSION= 4.6.0 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +11,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python implementation of SAML Version 2 LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ +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}future>=0:devel/py-future@${PY_FLAVOR} \ Modified: head/security/py-pysaml2/distinfo ============================================================================== --- head/security/py-pysaml2/distinfo Sat Aug 11 14:16:32 2018 (r476888) +++ head/security/py-pysaml2/distinfo Sat Aug 11 14:16:37 2018 (r476889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516044462 -SHA256 (pysaml2-4.5.0.tar.gz) = 59f82ee82390482640b298045a792455dae6cae580d8c0a3c935f0038f878133 -SIZE (pysaml2-4.5.0.tar.gz) = 20030696 +TIMESTAMP = 1533917709 +SHA256 (pysaml2-4.6.0.tar.gz) = 353f45662054f31233e93d73be2996f2d83931d89fac71a82022d9cdbe4c6196 +SIZE (pysaml2-4.6.0.tar.gz) = 316303
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808111416.w7BEGbP4047376>