Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 09:05:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: be041e53dc1d - main - security/py-authlib: Update to 1.0.1
Message-ID:  <202206030905.25395TVe091139@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be041e53dc1dd6392ada3161061eac1657c3dce1

commit be041e53dc1dd6392ada3161061eac1657c3dce1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:51:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:41 +0000

    security/py-authlib: Update to 1.0.1
    
    - Remove CLIENT option
    
    Changes:        https://github.com/lepture/authlib/releases
---
 security/py-authlib/Makefile | 12 +++---------
 security/py-authlib/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/security/py-authlib/Makefile b/security/py-authlib/Makefile
index e76293d93155..a63e574f8f69 100644
--- a/security/py-authlib/Makefile
+++ b/security/py-authlib/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	authlib
-PORTVERSION=	0.15.5
+PORTVERSION=	1.0.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,17 +13,11 @@ COMMENT=	Ultimate Python library in building OAuth and OpenID Connect servers
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=3.2:security/py-cryptography@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	CLIENT
-OPTIONS_DEFAULT=CLIENT
-CLIENT_DESC=	OAuth client support
-
-CLIENT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
-
 .include <bsd.port.mk>
diff --git a/security/py-authlib/distinfo b/security/py-authlib/distinfo
index 32782f9dde34..65ba0182ae81 100644
--- a/security/py-authlib/distinfo
+++ b/security/py-authlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635181093
-SHA256 (Authlib-0.15.5.tar.gz) = b83cf6360c8e92b0e9df0d1f32d675790bcc4e3c03977499b1eed24dcdef4252
-SIZE (Authlib-0.15.5.tar.gz) = 132183
+TIMESTAMP = 1653926016
+SHA256 (Authlib-1.0.1.tar.gz) = 6e74a4846ac36dfc882b3cc2fbd3d9eb410a627f2f2dc11771276655345223b1
+SIZE (Authlib-1.0.1.tar.gz) = 139484



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206030905.25395TVe091139>