Date: Thu, 16 Apr 2020 01:54:10 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531808 - head/security/py-social-auth-core Message-ID: <202004160154.03G1sAjk004232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Thu Apr 16 01:54:09 2020 New Revision: 531808 URL: https://svnweb.freebsd.org/changeset/ports/531808 Log: * Updated to 3.3.3 Changes: https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md Modified: head/security/py-social-auth-core/Makefile head/security/py-social-auth-core/distinfo Modified: head/security/py-social-auth-core/Makefile ============================================================================== --- head/security/py-social-auth-core/Makefile Thu Apr 16 00:58:55 2020 (r531807) +++ head/security/py-social-auth-core/Makefile Thu Apr 16 01:54:09 2020 (r531808) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= social-auth-core -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.3 CATEGORIES= security www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE # TODO Need to add saml support, requires porting python-saml and python3-saml. -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.1:security/py-cryptography@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-jose>=3.0.0:security/py-python-jose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python${PYTHON_MAJOR_VER:M3}-openid>=2.2.5:security/py-python${PYTHON_MAJOR_VER:M3}-openid@${PY_FLAVOR} \ Modified: head/security/py-social-auth-core/distinfo ============================================================================== --- head/security/py-social-auth-core/distinfo Thu Apr 16 00:58:55 2020 (r531807) +++ head/security/py-social-auth-core/distinfo Thu Apr 16 01:54:09 2020 (r531808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560127084 -SHA256 (social-auth-core-3.2.0.tar.gz) = 8320666548a532eb158968eda542bbe1863682357c432d8c4e28034a7f1e3b58 -SIZE (social-auth-core-3.2.0.tar.gz) = 174171 +TIMESTAMP = 1586997730 +SHA256 (social-auth-core-3.3.3.tar.gz) = 2f6ce1af8ec2b2cc37b86d647f7d4e4292f091ee556941db34b1e0e2dee77fc0 +SIZE (social-auth-core-3.3.3.tar.gz) = 189098
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004160154.03G1sAjk004232>