security/py-social-auth-core: Update to 4.8.1
* Fold PING option as py-python-json was replaced with py-pyjwt, which is a basic dependency, for the Ping Identity backend. Changelog since 4.7.1: https://github.com/python-social-auth/social-core/blob/4.8.1/CHANGELOG.md PR: 290527 Approved by: maintainer timeout (14+ days)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= social-auth-core
|
||||
DISTVERSION= 4.7.0
|
||||
DISTVERSION= 4.8.1
|
||||
CATEGORIES= security www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -14,12 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.10:security/py-python3-openid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.7.0:www/py-pyjwt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oauthlib>=1.0.3:security/py-oauthlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.6.1:www/py-requests-oauthlib@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1:devel/py-defusedxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python3-openid>=3.2.0:security/py-python3-openid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.10.1:www/py-pyjwt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oauthlib>=3.3.1:security/py-oauthlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=2.0.0:www/py-requests-oauthlib@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}responses>=0.25.0:devel/py-responses@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
|
||||
@@ -32,15 +32,13 @@ NO_ARCH= yes
|
||||
|
||||
# An SHOPIFY option would still be possible as well, but the ports tree does
|
||||
# not yet have all the required dependencies for this.
|
||||
OPTIONS_DEFINE= GOOGLE-ONETAP PING SAML
|
||||
OPTIONS_DEFAULT= GOOGLE-ONETAP PING SAML
|
||||
OPTIONS_DEFINE= GOOGLE-ONETAP SAML
|
||||
OPTIONS_DEFAULT= GOOGLE-ONETAP SAML
|
||||
|
||||
GOOGLE-ONETAP_DESC= Google One Tap support
|
||||
PING_DESC= Ping Identity support
|
||||
SAML_DESC?= SAML Support
|
||||
|
||||
GOOGLE-ONETAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<3:security/py-google-auth@${PY_FLAVOR}
|
||||
PING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-jose>=3.4.0<4:security/py-python-jose@${PY_FLAVOR}
|
||||
SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.5.0:security/py-python3-saml@${PY_FLAVOR}
|
||||
GOOGLE-ONETAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<2.42:security/py-google-auth@${PY_FLAVOR}
|
||||
SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.16.0:security/py-python3-saml@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1753001225
|
||||
SHA256 (social_auth_core-4.7.0.tar.gz) = 2bba127c7b7166a81085ddb0c248d93751b3bc3cdab8569f62d9f70c6bc4ed40
|
||||
SIZE (social_auth_core-4.7.0.tar.gz) = 230894
|
||||
TIMESTAMP = 1761388531
|
||||
SHA256 (social_auth_core-4.8.1.tar.gz) = 6186576eb4e9f25c789d0ce19b942cc668a3a714a246f9e688c0fb93f65bf111
|
||||
SIZE (social_auth_core-4.8.1.tar.gz) = 236126
|
||||
|
||||
Reference in New Issue
Block a user