Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B66BB84FA2 for ; Sat, 26 Aug 2023 11:56:44 +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 50jk4tEHHyr2 for ; Sat, 26 Aug 2023 11:56:44 +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 2B52D84F9D for ; Sat, 26 Aug 2023 11:56:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A681FBDB; Sat, 26 Aug 2023 11:56:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16930510047260" MIME-Version: 1.0 Date: Sat, 26 Aug 2023 11:56:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-jwcrypto To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230826115644.1A681FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16930510047260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Aug 26 11:56:44 UTC 2023 Modified Files: pkgsrc/www/py-jwcrypto: Makefile distinfo Log Message: py-jwcrypto: updated to 1.5.0 v1.5.0 Raising the bar for minimum pyca/cryptography Fix typos with codespell Add codespell checks in CI Add Brainpool EC-curves support Fix error message Fix assorted CI issue Better support for algorithms that have different input keysize requirement To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-jwcrypto/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-jwcrypto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16930510047260 Content-Disposition: inline Content-Length: 1548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-jwcrypto/Makefile diff -u pkgsrc/www/py-jwcrypto/Makefile:1.3 pkgsrc/www/py-jwcrypto/Makefile:1.4 --- pkgsrc/www/py-jwcrypto/Makefile:1.3 Mon May 29 08:51:08 2023 +++ pkgsrc/www/py-jwcrypto/Makefile Sat Aug 26 11:56:43 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/05/29 08:51:08 adam Exp $ +# $NetBSD: Makefile,v 1.4 2023/08/26 11:56:43 adam Exp $ -DISTNAME= jwcrypto-1.4.2 +DISTNAME= jwcrypto-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jwcrypto/} Index: pkgsrc/www/py-jwcrypto/distinfo diff -u pkgsrc/www/py-jwcrypto/distinfo:1.2 pkgsrc/www/py-jwcrypto/distinfo:1.3 --- pkgsrc/www/py-jwcrypto/distinfo:1.2 Mon May 29 08:51:08 2023 +++ pkgsrc/www/py-jwcrypto/distinfo Sat Aug 26 11:56:43 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/05/29 08:51:08 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/08/26 11:56:43 adam Exp $ -BLAKE2s (jwcrypto-1.4.2.tar.gz) = 7931e98e45cbebd13927b4e654d58f7a03f01f278469057ab6cf9a7150c39f5d -SHA512 (jwcrypto-1.4.2.tar.gz) = 21c55b96d6565cfb75711b9c0291b4376737e2ee6840bd983dc55b93c0ae25c7c99b55dd75f10b8560a2b2cd18fe057015f579418f47e572bee89795902a7d08 -Size (jwcrypto-1.4.2.tar.gz) = 85106 bytes +BLAKE2s (jwcrypto-1.5.0.tar.gz) = c4db28f7733e7e60c767a1f0d4c581130ee725368661e38e3557fcae31407e95 +SHA512 (jwcrypto-1.5.0.tar.gz) = 8cb638203de32c5d63cc567069fc0ccf2195bb9a1f9783b747e7b77d38fb01d9512e82406f925010f70e4b7e73c8d699e0c32c5c89ee71cb99dd594a7e84c47e +Size (jwcrypto-1.5.0.tar.gz) = 86410 bytes --_----------=_16930510047260--