Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B139E84E9D for ; Mon, 17 Jul 2023 14:42:51 +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 0YX-aHhmDRRM for ; Mon, 17 Jul 2023 14:42:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29F8184E90 for ; Mon, 17 Jul 2023 14:42:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 263D4FBDB; Mon, 17 Jul 2023 14:42:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689604971142880" MIME-Version: 1.0 Date: Mon, 17 Jul 2023 14:42:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-trustme To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230717144251.263D4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689604971142880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 17 14:42:51 UTC 2023 Modified Files: pkgsrc/security/py-trustme: Makefile distinfo Log Message: py-trustme: updated to 1.1.0 1.1.0 Drop Python 3.7, add PyPy 3.10 and CPython 3.12 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-trustme/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-trustme/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689604971142880 Content-Disposition: inline Content-Length: 1594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-trustme/Makefile diff -u pkgsrc/security/py-trustme/Makefile:1.15 pkgsrc/security/py-trustme/Makefile:1.16 --- pkgsrc/security/py-trustme/Makefile:1.15 Thu May 4 09:47:35 2023 +++ pkgsrc/security/py-trustme/Makefile Mon Jul 17 14:42:50 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/05/04 09:47:35 adam Exp $ +# $NetBSD: Makefile,v 1.16 2023/07/17 14:42:50 adam Exp $ -DISTNAME= trustme-1.0.0 +DISTNAME= trustme-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=t/trustme/} Index: pkgsrc/security/py-trustme/distinfo diff -u pkgsrc/security/py-trustme/distinfo:1.12 pkgsrc/security/py-trustme/distinfo:1.13 --- pkgsrc/security/py-trustme/distinfo:1.12 Thu May 4 09:47:35 2023 +++ pkgsrc/security/py-trustme/distinfo Mon Jul 17 14:42:50 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/05/04 09:47:35 adam Exp $ +$NetBSD: distinfo,v 1.13 2023/07/17 14:42:50 adam Exp $ -BLAKE2s (trustme-1.0.0.tar.gz) = 8f8eee0810151e51593db9ed1db8da8af7208c666623b17288b910a1deeab766 -SHA512 (trustme-1.0.0.tar.gz) = 4315290b5c7341ede5037ece01608ab0e8e07427c8053e058fb5db23f59b0be63b44fda83d83d0755f44c2a0d595b193ca77050c5f908038be071c18d759756a -Size (trustme-1.0.0.tar.gz) = 29567 bytes +BLAKE2s (trustme-1.1.0.tar.gz) = 73f4fd7bcbf37e033f5564afa8f17d1c9c176f4aca20ad143b0a1cef31e58537 +SHA512 (trustme-1.1.0.tar.gz) = f0ad39ffd9f4074107c90258738412ff8ca8ed1b4138e38edc6edad9a5cb8787a53a47fa78b12eba189774902ee3728961feed54b3b5e944e4737749912627b2 +Size (trustme-1.1.0.tar.gz) = 29611 bytes --_----------=_1689604971142880--