From nobody Sun Jan 09 11:25:28 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CEC5F1947B0A; Sun, 9 Jan 2022 11:25:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JWvlD3snFz4hpy; Sun, 9 Jan 2022 11:25:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6621411449; Sun, 9 Jan 2022 11:25:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 209BPStH002630; Sun, 9 Jan 2022 11:25:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 209BPSjc002629; Sun, 9 Jan 2022 11:25:28 GMT (envelope-from git) Date: Sun, 9 Jan 2022 11:25:28 GMT Message-Id: <202201091125.209BPSjc002629@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: c15bd13e4caf - main - security/py-social-auth-core: Update to 4.1.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c15bd13e4caf8f71b4444d764b6ae5e0349ae32b Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641727528; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=axfO3jxzVmfwEVGRZnW8BXC98c5IzuLkmy+CPb69fLg=; b=RwpQVmhe9rTiAVAWITP0r/5m1y5GfC8zHrwZyzzBh29U8IFxL7yIreHljOiYk64dVPPnZe sW1eJL+JA0LUxkEhK2ujJ/DIWq4Khv5R6euA25Xc7Ue2AEBbb+pC/iny6BQoe69HBWzE3G fIoeSJn4LZkd07DF4ZbKMdBPM3bxNk4r7spX8rfW0nLV0s7a4UfjdB3IXkz52xWfqIIv8Y 8P33w/HS3QRMi56r7m17kzKXJVyHtnUzZPAC+3C9QOnKu2bSbp2+AfbqsoPMP3CczdWvG3 i3hv/SXpG+V1wXhGqhEcnAwCV2Ukh7RWvUrsSp8uEhQOT4jL0Hih56D/uKtGng== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641727528; a=rsa-sha256; cv=none; b=tkmN5kE8Q2HDbs0n0Ocr9eyboj0bZ1dA1eSsTo1gWgmpQ3r8uENGvz52TNO6ISV9gCVBHC v84zxCYWnFHVKhmUTJRoyhXHWxX2OHBo9PfCB3MwklgnSv65mDhPRuzGoD31hlpbHDd2+z moW25ApUM/rB7uWiXhwXnHk3Ikbd7sLWAth+XRwWh2AfAjBGYUBlUllfH9OQkZoAhjG+48 F2HwEQOX5oc14jej/EQfb/m+JyXvnJCyFI5OMok4EMV9q0MFNsmKaCl7ECWnbqRJb74+0a 8g+hflwumcQJ9EY33DqKQk4jilTwxw4rRLqLJ/ffh1xu2Na+dVkQvPvPhJMqOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=c15bd13e4caf8f71b4444d764b6ae5e0349ae32b commit c15bd13e4caf8f71b4444d764b6ae5e0349ae32b Author: Kai Knoblich AuthorDate: 2022-01-09 11:21:07 +0000 Commit: Kai Knoblich CommitDate: 2022-01-09 11:21:07 +0000 security/py-social-auth-core: Update to 4.1.0 * Also remedy the issue after 5cc6bfaeb269 with the conflicting RUN_DEPENDS by switching to the newer version of pyjwt. Changelog: https://github.com/python-social-auth/social-core/releases/tag/4.1.0 PR: 260977 Approved by: ultima (maintainer) --- security/py-social-auth-core/Makefile | 12 ++++-------- security/py-social-auth-core/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile index 01c868c4ef75..6b28323ae6e2 100644 --- a/security/py-social-auth-core/Makefile +++ b/security/py-social-auth-core/Makefile @@ -1,6 +1,5 @@ PORTNAME= social-auth-core -DISTVERSION= 4.0.2 -PORTREVISION= 1 +DISTVERSION= 4.1.0 CATEGORIES= security www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,17 +13,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.1:security/py-cryptography@${PY_FLAVOR} \ ${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}pyjwt1>=1.7.1:www/py-pyjwt1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.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} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} - + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.6.1:www/py-requests-oauthlib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.5:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpretty>=0.9.6:www/py-httpretty@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=3.6:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.7.1:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unittest2>0:devel/py-unittest2@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.7.1:devel/py-pytest-cov@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist diff --git a/security/py-social-auth-core/distinfo b/security/py-social-auth-core/distinfo index 2ef921161909..b51e8d7fc614 100644 --- a/security/py-social-auth-core/distinfo +++ b/security/py-social-auth-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621724506 -SHA256 (social-auth-core-4.0.2.tar.gz) = 604798ec00a49a84f7a173460c5997c5409080e64acc8a47e2eefd6f59439a15 -SIZE (social-auth-core-4.0.2.tar.gz) = 191000 +TIMESTAMP = 1641482486 +SHA256 (social-auth-core-4.1.0.tar.gz) = 5ab43b3b15dce5f059db69cc3082c216574739f0edbc98629c8c6e8769c67eb4 +SIZE (social-auth-core-4.1.0.tar.gz) = 192628