Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E3AAA1A921F for ; Wed, 1 Dec 2021 20:53:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0C5CD84EFD; Wed, 1 Dec 2021 20:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4430584EF7 for ; Wed, 1 Dec 2021 20:53:56 +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 FA7wj_-s8XIA for ; Wed, 1 Dec 2021 20:53:55 +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 9EB5D84EA0 for ; Wed, 1 Dec 2021 20:53:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B3AEFAEC; Wed, 1 Dec 2021 20:53:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638392035289650" MIME-Version: 1.0 Date: Wed, 1 Dec 2021 20:53:55 +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: <20211201205355.8B3AEFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638392035289650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 1 20:53:55 UTC 2021 Modified Files: pkgsrc/security/py-josepy: Makefile distinfo Log Message: py-josepy: updated to 1.11.0 1.11.0 ------ * Added support for Python 3.10. * We changed the PGP key used to sign the packages we upload to PyPI. Going forward, releases will be signed with one of three different keys. All of these keys are available on major key servers and signed by our previous PGP key. The fingerprints of these new keys are: - BF6BCFC89E90747B9A680FD7B6029E8500F7DB16 - 86379B4F0AF371B50CD9E5FF3402831161D1D280 - 20F201346BF8F3F455A73F9A780CC99432A28621 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-josepy/Makefile \ pkgsrc/security/py-josepy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638392035289650 Content-Disposition: inline Content-Length: 1581 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.12 pkgsrc/security/py-josepy/Makefile:1.13 --- pkgsrc/security/py-josepy/Makefile:1.12 Tue Sep 28 05:33:57 2021 +++ pkgsrc/security/py-josepy/Makefile Wed Dec 1 20:53:55 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/09/28 05:33:57 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/12/01 20:53:55 adam Exp $ -DISTNAME= josepy-1.10.0 +DISTNAME= josepy-1.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=j/josepy/} Index: pkgsrc/security/py-josepy/distinfo diff -u pkgsrc/security/py-josepy/distinfo:1.12 pkgsrc/security/py-josepy/distinfo:1.13 --- pkgsrc/security/py-josepy/distinfo:1.12 Tue Oct 26 11:17:46 2021 +++ pkgsrc/security/py-josepy/distinfo Wed Dec 1 20:53:55 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:17:46 nia Exp $ +$NetBSD: distinfo,v 1.13 2021/12/01 20:53:55 adam Exp $ -BLAKE2s (josepy-1.10.0.tar.gz) = 4aff3b6661be9635e3899042b4d000c08debbe21a75b0b7cccd328f63435893c -SHA512 (josepy-1.10.0.tar.gz) = 517476c4b4df35b066f48e20e2c31bf458b998553a740dbfa4a682a94353db1cc9d706cee9429cb34b9347e8d78b97bf4a8f930334b86febfe56f5c9f779b42f -Size (josepy-1.10.0.tar.gz) = 58662 bytes +BLAKE2s (josepy-1.11.0.tar.gz) = 7cc82de41f1eb8be70b54fec4202de5e3cb43634320d9bf08ecb1f391f663a55 +SHA512 (josepy-1.11.0.tar.gz) = 06aed9534434a94f7b922270221aaa85feb4ba9d836460303ecb7fea1c5679d557a6dad6d32bbd1a05ccc4855318fb56752ebea91498bb8c36884cf7b3d01859 +Size (josepy-1.11.0.tar.gz) = 59198 bytes --_----------=_1638392035289650--