Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDFF184EC4 for ; Sun, 28 May 2023 16:53:55 +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 V_b8sTMQWi27 for ; Sun, 28 May 2023 16: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 6D49A84E7F for ; Sun, 28 May 2023 16:53:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60FD7FA87; Sun, 28 May 2023 16:53:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685292805147170" MIME-Version: 1.0 Date: Sun, 28 May 2023 16:53:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-pip-audit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230528165325.60FD7FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685292805147170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 28 16:53:25 UTC 2023 Modified Files: pkgsrc/security/py-pip-audit: Makefile distinfo Log Message: py-pip_audit: update to 2.5.6. ## [2.5.6] ### Fixed * Fixed a crash caused by incompatible dependency changes ([#617](https://github.com/pypa/pip-audit/pull/617)) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/py-pip-audit/Makefile cvs rdiff -u -r1.22 -r1.23 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. --_----------=_1685292805147170 Content-Disposition: inline Content-Length: 1615 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.25 pkgsrc/security/py-pip-audit/Makefile:1.26 --- pkgsrc/security/py-pip-audit/Makefile:1.25 Sun May 7 09:43:23 2023 +++ pkgsrc/security/py-pip-audit/Makefile Sun May 28 16:53:25 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2023/05/07 09:43:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2023/05/28 16:53:25 wiz Exp $ -DISTNAME= pip_audit-2.5.5 +DISTNAME= pip_audit-2.5.6 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.22 pkgsrc/security/py-pip-audit/distinfo:1.23 --- pkgsrc/security/py-pip-audit/distinfo:1.22 Sun May 7 09:43:23 2023 +++ pkgsrc/security/py-pip-audit/distinfo Sun May 28 16:53:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/05/07 09:43:23 wiz Exp $ +$NetBSD: distinfo,v 1.23 2023/05/28 16:53:25 wiz Exp $ -BLAKE2s (pip_audit-2.5.5.tar.gz) = d1d89a1856cfbfe86c1ec410c14fcb09d4237cf84b435354ee60e7661a3e67ed -SHA512 (pip_audit-2.5.5.tar.gz) = 7d28bf5184c208e35e590d007a2d233f57f522449259e30c851b61ff5492ded7137acd2b8574ee58735ebe04a2194d58b23cb9a030ca59c486838786e4f17844 -Size (pip_audit-2.5.5.tar.gz) = 66472 bytes +BLAKE2s (pip_audit-2.5.6.tar.gz) = abe36e78529c5521992b05e8c615fc2ae849674785b2bab5809509cebbe71e8b +SHA512 (pip_audit-2.5.6.tar.gz) = b3980a17631e3e4e61653f0cad7a3701114d80b818edf515dffaabc0592b2e6f93354ddbbbba1f7764aa52e3d829e36a9bb81196babb9ea93dcbee387969e329 +Size (pip_audit-2.5.6.tar.gz) = 66534 bytes --_----------=_1685292805147170--