Received: by mail.netbsd.org (Postfix, from userid 605) id 6834C84E62; Tue, 25 Oct 2022 07:29:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE00C84E62 for ; Tue, 25 Oct 2022 07:25:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ngZaBzCZ6DXc for ; Tue, 25 Oct 2022 07:25:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5FF7184E57 for ; Tue, 25 Oct 2022 07:25:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EB94FA90; Tue, 25 Oct 2022 07:25:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166668271389720" MIME-Version: 1.0 Date: Tue, 25 Oct 2022 07:25:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-JWT To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221025072513.4EB94FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166668271389720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 25 07:25:13 UTC 2022 Modified Files: pkgsrc/textproc/py-JWT: Makefile distinfo Log Message: py-JWT: updated to 2.6.0 v2.6.0 Changed ~~~~~~~ - bump up cryptography >= 3.4.0 - Remove `types-cryptography` from `crypto` extra Fixed ~~~~~ - Invalidate token on the exact second the token expires - fix: version 2.5.0 heading typo Added ~~~~~ - Adding validation for `issued_at` when `iat > (now + leeway)` as `ImmatureSignatureError` To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-JWT/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-JWT/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166668271389720 Content-Disposition: inline Content-Length: 1542 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-JWT/Makefile diff -u pkgsrc/textproc/py-JWT/Makefile:1.21 pkgsrc/textproc/py-JWT/Makefile:1.22 --- pkgsrc/textproc/py-JWT/Makefile:1.21 Wed Oct 19 13:56:34 2022 +++ pkgsrc/textproc/py-JWT/Makefile Tue Oct 25 07:25:13 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/10/19 13:56:34 nia Exp $ +# $NetBSD: Makefile,v 1.22 2022/10/25 07:25:13 adam Exp $ -DISTNAME= PyJWT-2.5.0 +DISTNAME= PyJWT-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/} Index: pkgsrc/textproc/py-JWT/distinfo diff -u pkgsrc/textproc/py-JWT/distinfo:1.18 pkgsrc/textproc/py-JWT/distinfo:1.19 --- pkgsrc/textproc/py-JWT/distinfo:1.18 Mon Sep 19 07:55:23 2022 +++ pkgsrc/textproc/py-JWT/distinfo Tue Oct 25 07:25:13 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/09/19 07:55:23 adam Exp $ +$NetBSD: distinfo,v 1.19 2022/10/25 07:25:13 adam Exp $ -BLAKE2s (PyJWT-2.5.0.tar.gz) = e0b0a905d4fb47dd38fbee7070a515fbbd5eb2da8a6c37925a26a8e2a9a23b20 -SHA512 (PyJWT-2.5.0.tar.gz) = 8a638880a25e3dd3b0284deddbbd20df59cfd13693f1228dd00d37579a7d4b70faaa3c4c0a13dfcffac3b5894a10f50187383e393659b7b2aa438dd5ba4b496b -Size (PyJWT-2.5.0.tar.gz) = 72538 bytes +BLAKE2s (PyJWT-2.6.0.tar.gz) = d574d1465aa126aba73806ab6e9dd2c76b2c3b6ee520359f80e5aa96ac1cb471 +SHA512 (PyJWT-2.6.0.tar.gz) = c2f797bbb84469db1332bad61807740d859d0e1fa500ba17981d6c1a7a30a6fab345ff241200e24ce1ffe686591642a858e5eb2e9462fa1ceda7fcd00ae55d30 +Size (PyJWT-2.6.0.tar.gz) = 72984 bytes --_----------=_166668271389720--