Date: Thu, 2 Jan 2025 02:50:56 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: 57c8d387e079 - main - security/py-authlib: Update to 1.4.0 Message-ID: <202501020250.5022outO011414@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=57c8d387e0798f54c91f5d5bf8eecdcd061acaf5 commit 57c8d387e0798f54c91f5d5bf8eecdcd061acaf5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 02:44:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 02:44:38 +0000 security/py-authlib: Update to 1.4.0 Changes: https://github.com/lepture/authlib/releases https://github.com/lepture/authlib/blob/master/docs/changelog.rst --- security/py-authlib/Makefile | 5 ++--- security/py-authlib/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/security/py-authlib/Makefile b/security/py-authlib/Makefile index 017e5f158290..4fec35e1cfe4 100644 --- a/security/py-authlib/Makefile +++ b/security/py-authlib/Makefile @@ -1,9 +1,8 @@ PORTNAME= authlib -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Authlib-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ultimate Python library in building OAuth and OpenID Connect servers @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/security/py-authlib/distinfo b/security/py-authlib/distinfo index 876ec2dc329c..310642247389 100644 --- a/security/py-authlib/distinfo +++ b/security/py-authlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703227920 -SHA256 (Authlib-1.3.0.tar.gz) = 959ea62a5b7b5123c5059758296122b57cd2585ae2ed1c0622c21b371ffdae06 -SIZE (Authlib-1.3.0.tar.gz) = 145865 +TIMESTAMP = 1735705187 +SHA256 (authlib-1.4.0.tar.gz) = 1c1e6608b5ed3624aeeee136ca7f8c120d6f51f731aa152b153d54741840e1f2 +SIZE (authlib-1.4.0.tar.gz) = 147327
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020250.5022outO011414>