Received: by mail.netbsd.org (Postfix, from userid 605) id 7CEE984D95; Sun, 24 Jul 2022 11:09:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2F3E84D3D for ; Sun, 24 Jul 2022 11:09:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id o1Lus9bumvgq for ; Sun, 24 Jul 2022 11:09:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 18C5F84CEC for ; Sun, 24 Jul 2022 11:09:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B9E8FB1A; Sun, 24 Jul 2022 11:09:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658660944208620" MIME-Version: 1.0 Date: Sun, 24 Jul 2022 11:09:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-pip-audit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220724110904.0B9E8FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658660944208620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 11:09:03 UTC 2022 Modified Files: pkgsrc/security/py-pip-audit: Makefile distinfo Log Message: py-pip-audit: update to 2.4.2. Fixed CLI: the --format=markdown and --format=columns output formats are no longer broken by long vulnerability descriptions from the OSV and PyPI vulnerability sources (#323) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-pip-audit/Makefile cvs rdiff -u -r1.13 -r1.14 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. --_----------=_1658660944208620 Content-Disposition: inline Content-Length: 2796 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.16 pkgsrc/security/py-pip-audit/Makefile:1.17 --- pkgsrc/security/py-pip-audit/Makefile:1.16 Thu Jul 14 13:21:26 2022 +++ pkgsrc/security/py-pip-audit/Makefile Sun Jul 24 11:09:03 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/07/14 13:21:26 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/07/24 11:09:03 wiz Exp $ -DISTNAME= pip-audit-2.4.1 +DISTNAME= pip-audit-2.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python # pypi file does not include tests @@ -15,11 +15,13 @@ COMMENT= Scan Python environments for kn LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core +# unlisted but used DEPENDS+= ${PYPKGPREFIX}-cachecontrol>=0.12.10:../../devel/py-cachecontrol DEPENDS+= ${PYPKGPREFIX}-cyclonedx-python-lib>=2.0.0:../../security/py-cyclonedx-python-lib DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.1:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-packaging>=21.0.0:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-pip-api>=0.0.28:../../devel/py-pip-api +DEPENDS+= ${PYPKGPREFIX}-pip-requirements-parser>=31.2.0:../../devel/py-pip-requirements-parser DEPENDS+= ${PYPKGPREFIX}-resolvelib>=0.8.0:../../devel/py-resolvelib DEPENDS+= ${PYPKGPREFIX}-rich>=12.4:../../comms/py-rich DEPENDS+= ${PYPKGPREFIX}-toml>=0.10:../../textproc/py-toml @@ -34,8 +36,8 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} pip-audit pip-audit-${PYVERSSUFFIX} || ${TRUE} -# as of 2.4.1 -# 1 failed, 157 passed +# as of 2.4.2 +# 1 failed, 166 passed TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib:${WRKSRC}/build/lib/test do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} Index: pkgsrc/security/py-pip-audit/distinfo diff -u pkgsrc/security/py-pip-audit/distinfo:1.13 pkgsrc/security/py-pip-audit/distinfo:1.14 --- pkgsrc/security/py-pip-audit/distinfo:1.13 Thu Jul 14 13:21:26 2022 +++ pkgsrc/security/py-pip-audit/distinfo Sun Jul 24 11:09:03 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2022/07/14 13:21:26 wiz Exp $ +$NetBSD: distinfo,v 1.14 2022/07/24 11:09:03 wiz Exp $ -BLAKE2s (pip-audit-2.4.1.tar.gz) = b2bed521ee037bd06b185b92bb89490220f542d2acfffabde89cae375225f2c1 -SHA512 (pip-audit-2.4.1.tar.gz) = 6cfebdbe4579caefcf66709eed208b41859147abfece107eb1c40b2418bc6e0c330d797f9361c78e9959003573dbb1310fc94577f2aeb7e7651114db8a7dcb2f -Size (pip-audit-2.4.1.tar.gz) = 64521 bytes +BLAKE2s (pip-audit-2.4.2.tar.gz) = cbe07fd08e42463683a0c6cdbb6c13307d1fb7bcdca2c3b1c0ede8576936b97e +SHA512 (pip-audit-2.4.2.tar.gz) = a6c824652dc129c2e99d0a38f57332f4f52102806f8bab8b3a891adbdd783531a9d026622086685458510bffc0cd966417bad54e62eaf9e5b0b381bb092d5113 +Size (pip-audit-2.4.2.tar.gz) = 65415 bytes --_----------=_1658660944208620--