Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F327984E96 for ; Wed, 19 Jul 2023 08:35:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iaK9g-gW-jeS for ; Wed, 19 Jul 2023 08:35:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7463684E55 for ; Wed, 19 Jul 2023 08:35:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E33FFBDB; Wed, 19 Jul 2023 08:35:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689755733194070" MIME-Version: 1.0 Date: Wed, 19 Jul 2023 08:35:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-JWT To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230719083533.6E33FFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689755733194070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 19 08:35:33 UTC 2023 Modified Files: pkgsrc/textproc/py-JWT: Makefile distinfo Log Message: py-JWT: updated to 2.8.0 v2.8.0 Changed - Update python version test matrix Added - Add ``strict_aud`` as an option to ``jwt.decode`` - Export PyJWKClientConnectionError class - Allows passing of ssl.SSLContext to PyJWKClient To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-JWT/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-JWT/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689755733194070 Content-Disposition: inline Content-Length: 1543 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.23 pkgsrc/textproc/py-JWT/Makefile:1.24 --- pkgsrc/textproc/py-JWT/Makefile:1.23 Wed May 10 09:55:38 2023 +++ pkgsrc/textproc/py-JWT/Makefile Wed Jul 19 08:35:33 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2023/05/10 09:55:38 adam Exp $ +# $NetBSD: Makefile,v 1.24 2023/07/19 08:35:33 adam Exp $ -DISTNAME= PyJWT-2.7.0 +DISTNAME= PyJWT-2.8.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.20 pkgsrc/textproc/py-JWT/distinfo:1.21 --- pkgsrc/textproc/py-JWT/distinfo:1.20 Wed May 10 09:55:38 2023 +++ pkgsrc/textproc/py-JWT/distinfo Wed Jul 19 08:35:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/05/10 09:55:38 adam Exp $ +$NetBSD: distinfo,v 1.21 2023/07/19 08:35:33 adam Exp $ -BLAKE2s (PyJWT-2.7.0.tar.gz) = 7be3cd2fcf7f6c133fcceb5e7b74857b2200c3e02d9c428da40e97b7cae4d886 -SHA512 (PyJWT-2.7.0.tar.gz) = 0aa886dfdc3c668b45e1c649cc3fbe3c2dec7476f46bd361ff74f6e9c7ea0ad40306a8a8ae84bfd63fe1c1364302b8aa69943013c951b32c9f24e4782b94ca8d -Size (PyJWT-2.7.0.tar.gz) = 77902 bytes +BLAKE2s (PyJWT-2.8.0.tar.gz) = 1d31e06b518d0608dd9801c0f47e52507c23f36d712c36b10992cbefbba532b2 +SHA512 (PyJWT-2.8.0.tar.gz) = 74e74cf8c78494a9e51a2a186347361388031d5c0d0864df2a5d051621d9d31dff617ab1d7ebb4a829cc7d409d196e1bdb3b361ec888b6c14f1abea77544475e +Size (PyJWT-2.8.0.tar.gz) = 78313 bytes --_----------=_1689755733194070--