Received: by mail.netbsd.org (Postfix, from userid 605) id F1E3F84F66; Wed, 30 Nov 2022 16:58:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B921E84F6A for ; Wed, 30 Nov 2022 16:50:28 +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 l_0JuCV6xv46 for ; Wed, 30 Nov 2022 16:50:28 +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 36AC284C71 for ; Wed, 30 Nov 2022 16:50:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A59DFA90; Wed, 30 Nov 2022 16:50:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669827028283710" MIME-Version: 1.0 Date: Wed, 30 Nov 2022 16:50:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-pip-audit To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221130165028.2A59DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669827028283710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 30 16:50:28 UTC 2022 Modified Files: pkgsrc/security/py-pip-audit: Makefile distinfo Log Message: py-pip-audit: updated to 2.4.7 2.4.7 Fixed * Fixed a timestamp parsing bug that occurred with some vulnerability reports provided by the OSV service To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-pip-audit/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-pip-audit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669827028283710 Content-Disposition: inline Content-Length: 1619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-pip-audit/Makefile diff -u pkgsrc/security/py-pip-audit/Makefile:1.20 pkgsrc/security/py-pip-audit/Makefile:1.21 --- pkgsrc/security/py-pip-audit/Makefile:1.20 Fri Nov 25 13:38:03 2022 +++ pkgsrc/security/py-pip-audit/Makefile Wed Nov 30 16:50:27 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/11/25 13:38:03 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/11/30 16:50:27 adam Exp $ -DISTNAME= pip-audit-2.4.6 +DISTNAME= pip-audit-2.4.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python # pypi file does not include tests Index: pkgsrc/security/py-pip-audit/distinfo diff -u pkgsrc/security/py-pip-audit/distinfo:1.17 pkgsrc/security/py-pip-audit/distinfo:1.18 --- pkgsrc/security/py-pip-audit/distinfo:1.17 Fri Nov 25 13:38:03 2022 +++ pkgsrc/security/py-pip-audit/distinfo Wed Nov 30 16:50:27 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2022/11/25 13:38:03 adam Exp $ +$NetBSD: distinfo,v 1.18 2022/11/30 16:50:27 adam Exp $ -BLAKE2s (pip-audit-2.4.6.tar.gz) = ef75c577dbab62f8a60b5074b08663dfd291bf5bd78d589d708683dd1f36bed7 -SHA512 (pip-audit-2.4.6.tar.gz) = a964377e91818acd8a9674d8a909cc9db23051a1368d95a76344268d4df5a2541c760ce322b9d027b75c4f414ea71a43e46b37a26cb4aa99931f0d23bf948c22 -Size (pip-audit-2.4.6.tar.gz) = 71304 bytes +BLAKE2s (pip-audit-2.4.7.tar.gz) = 634e31bc3daab265c0999075c3046439e1d5bfab8aa7464c5c6753795890bcd5 +SHA512 (pip-audit-2.4.7.tar.gz) = 3187fb54e4f19739f8007fd20a0a2a2ebbd015309ec42255eb751579a7cf2809b37974941f8d6c257a0caba2ac3782c60b045025930311d520ae5957995945d2 +Size (pip-audit-2.4.7.tar.gz) = 71553 bytes --_----------=_1669827028283710--