Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:13:13 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: 3a08dd85a72a - main - www/py-pyjwt: Update to 2.6.0
Message-ID:  <202212300913.2BU9DDfJ019871@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=3a08dd85a72a951613d1682c939c494b57d43f33

commit 3a08dd85a72a951613d1682c939c494b57d43f33
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:46:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:14 +0000

    www/py-pyjwt: Update to 2.6.0
    
    Changes:        https://github.com/jpadilla/pyjwt/releases
---
 www/py-pyjwt/Makefile | 5 ++---
 www/py-pyjwt/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
index b73bade94c7c..213c0b4c42f1 100644
--- a/www/py-pyjwt/Makefile
+++ b/www/py-pyjwt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyjwt
-PORTVERSION=	2.5.0
+PORTVERSION=	2.6.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +24,6 @@ CPE_VENDOR=	pyjwt_project
 OPTIONS_DEFINE=	CRYPTO
 OPTIONS_DEFAULT=CRYPTO
 
-CRYPTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=3.3.1:security/py-cryptography@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}types-cryptography>=3.3.21:devel/py-types-cryptography@${PY_FLAVOR}
+CRYPTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=3.4.0,1:security/py-cryptography@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/www/py-pyjwt/distinfo b/www/py-pyjwt/distinfo
index 96157a460d95..8760fff9b854 100644
--- a/www/py-pyjwt/distinfo
+++ b/www/py-pyjwt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663672906
-SHA256 (PyJWT-2.5.0.tar.gz) = e77ab89480905d86998442ac5788f35333fa85f65047a534adc38edf3c88fc3b
-SIZE (PyJWT-2.5.0.tar.gz) = 72538
+TIMESTAMP = 1669058005
+SHA256 (PyJWT-2.6.0.tar.gz) = 69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd
+SIZE (PyJWT-2.6.0.tar.gz) = 72984



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