Received: by mail.netbsd.org (Postfix, from userid 605) id 422F484D87; Sat, 13 Feb 2021 21:24:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D29484D2C for ; Sat, 13 Feb 2021 21:24:07 +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 EwQoa7akKQQg for ; Sat, 13 Feb 2021 21:24:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E8F1784CEC for ; Sat, 13 Feb 2021 21:24:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1E22FA95; Sat, 13 Feb 2021 21:24:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613251446211630" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 21:24:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-josepy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210213212406.E1E22FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613251446211630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 13 21:24:06 UTC 2021 Modified Files: pkgsrc/security/py-josepy: Makefile PLIST distinfo Log Message: py-josepy: updated to 1.7.0 1.7.0: Dropped support for Python 2.7. Added support for EC keys. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-josepy/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-josepy/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-josepy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613251446211630 Content-Disposition: inline Content-Length: 2606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-josepy/Makefile diff -u pkgsrc/security/py-josepy/Makefile:1.9 pkgsrc/security/py-josepy/Makefile:1.10 --- pkgsrc/security/py-josepy/Makefile:1.9 Tue Feb 9 06:56:13 2021 +++ pkgsrc/security/py-josepy/Makefile Sat Feb 13 21:24:06 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/02/09 06:56:13 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/02/13 21:24:06 adam Exp $ -DISTNAME= josepy-1.6.0 +DISTNAME= josepy-1.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=j/josepy/} Index: pkgsrc/security/py-josepy/PLIST diff -u pkgsrc/security/py-josepy/PLIST:1.2 pkgsrc/security/py-josepy/PLIST:1.3 --- pkgsrc/security/py-josepy/PLIST:1.2 Thu Aug 22 11:45:03 2019 +++ pkgsrc/security/py-josepy/PLIST Sat Feb 13 21:24:06 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/08/22 11:45:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/02/13 21:24:06 adam Exp $ bin/jws-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -75,6 +75,9 @@ ${PYSITELIB}/josepy/testdata/csr-san.pem ${PYSITELIB}/josepy/testdata/csr.der ${PYSITELIB}/josepy/testdata/csr.pem ${PYSITELIB}/josepy/testdata/dsa512_key.pem +${PYSITELIB}/josepy/testdata/ec_p256_key.pem +${PYSITELIB}/josepy/testdata/ec_p384_key.pem +${PYSITELIB}/josepy/testdata/ec_p521_key.pem ${PYSITELIB}/josepy/testdata/rsa1024_key.pem ${PYSITELIB}/josepy/testdata/rsa2048_cert.pem ${PYSITELIB}/josepy/testdata/rsa2048_key.pem Index: pkgsrc/security/py-josepy/distinfo diff -u pkgsrc/security/py-josepy/distinfo:1.7 pkgsrc/security/py-josepy/distinfo:1.8 --- pkgsrc/security/py-josepy/distinfo:1.7 Tue Feb 9 06:56:13 2021 +++ pkgsrc/security/py-josepy/distinfo Sat Feb 13 21:24:06 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2021/02/09 06:56:13 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/02/13 21:24:06 adam Exp $ -SHA1 (josepy-1.6.0.tar.gz) = f1eddb320c4e51a4ccae3061329bb60c32edf0d8 -RMD160 (josepy-1.6.0.tar.gz) = 8d50e0e82dc2e699f3d9d3bc977f51a04cbd861b -SHA512 (josepy-1.6.0.tar.gz) = d08eb731b1027cd0b57639ac0c3d987d99d78daa54a9fe22d86eca90c9c5ab73bd8193d3fee4f98a4c55392015d1c5ee32fbc6589f511a6951033377cc2e1168 -Size (josepy-1.6.0.tar.gz) = 54066 bytes +SHA1 (josepy-1.7.0.tar.gz) = 98d51c830bb8f594e91f0f56260251074cbb9b8f +RMD160 (josepy-1.7.0.tar.gz) = 91e473d7ddc6986090d515bf841501e217d8faf8 +SHA512 (josepy-1.7.0.tar.gz) = cd3c509acfea58eb92d7e0a8d28d6138569cb42ac85b75b284a48517afa634f6c739f3d62198ee0a17bb60a159af4012cc9ffa77378db680c418d52660d39ab4 +Size (josepy-1.7.0.tar.gz) = 57186 bytes --_----------=_1613251446211630--