Received: by mail.netbsd.org (Postfix, from userid 605) id 922AD84EF3; Thu, 14 Jul 2022 13:21:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC31B84D7A for ; Thu, 14 Jul 2022 13:21:27 +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 dLQ9YmrYbW0D for ; Thu, 14 Jul 2022 13:21:27 +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 30DD884D2C for ; Thu, 14 Jul 2022 13:21:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A625FB1A; Thu, 14 Jul 2022 13:21:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165780488738550" MIME-Version: 1.0 Date: Thu, 14 Jul 2022 13:21:27 +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: <20220714132127.2A625FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165780488738550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 14 13:21:27 UTC 2022 Modified Files: pkgsrc/security/py-pip-audit: Makefile PLIST distinfo Log Message: py-pip-audit: update to 2.4.1. ## [2.4.1] ### Fixed * Fixed a breakage in hash-checking mode caused by a [change to the PyPI JSON API](https://discuss.python.org/t/backwards-incompatible-change-to-pypi-json-api/17154) ([#318](https://github.com/trailofbits/pip-audit/pull/318)) ## [2.4.0] ### Added * Output formats: `pip-audit` now supports a Markdown format (`--format=markdown`) which renders results as a set of Markdown tables. ([#312](https://github.com/trailofbits/pip-audit/pull/312)) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-pip-audit/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-pip-audit/PLIST cvs rdiff -u -r1.12 -r1.13 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. --_----------=_165780488738550 Content-Disposition: inline Content-Length: 2886 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.15 pkgsrc/security/py-pip-audit/Makefile:1.16 --- pkgsrc/security/py-pip-audit/Makefile:1.15 Sun Jul 3 10:35:54 2022 +++ pkgsrc/security/py-pip-audit/Makefile Thu Jul 14 13:21:26 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/07/03 10:35:54 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/07/14 13:21:26 wiz Exp $ -DISTNAME= pip-audit-2.3.4 +DISTNAME= pip-audit-2.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python # pypi file does not include tests @@ -34,8 +34,8 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} pip-audit pip-audit-${PYVERSSUFFIX} || ${TRUE} -# as of 2.3.4 -# 1 failed, 149 passed +# as of 2.4.1 +# 1 failed, 157 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/PLIST diff -u pkgsrc/security/py-pip-audit/PLIST:1.6 pkgsrc/security/py-pip-audit/PLIST:1.7 --- pkgsrc/security/py-pip-audit/PLIST:1.6 Sat May 28 08:58:27 2022 +++ pkgsrc/security/py-pip-audit/PLIST Thu Jul 14 13:21:26 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/05/28 08:58:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/07/14 13:21:26 wiz Exp $ bin/pip-audit-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE @@ -46,6 +46,8 @@ ${PYSITELIB}/pip_audit/_format/interface ${PYSITELIB}/pip_audit/_format/interface.pyc ${PYSITELIB}/pip_audit/_format/json.py ${PYSITELIB}/pip_audit/_format/json.pyc +${PYSITELIB}/pip_audit/_format/markdown.py +${PYSITELIB}/pip_audit/_format/markdown.pyc ${PYSITELIB}/pip_audit/_service/__init__.py ${PYSITELIB}/pip_audit/_service/__init__.pyc ${PYSITELIB}/pip_audit/_service/interface.py Index: pkgsrc/security/py-pip-audit/distinfo diff -u pkgsrc/security/py-pip-audit/distinfo:1.12 pkgsrc/security/py-pip-audit/distinfo:1.13 --- pkgsrc/security/py-pip-audit/distinfo:1.12 Sun Jul 3 10:35:54 2022 +++ pkgsrc/security/py-pip-audit/distinfo Thu Jul 14 13:21:26 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/07/03 10:35:54 wiz Exp $ +$NetBSD: distinfo,v 1.13 2022/07/14 13:21:26 wiz Exp $ -BLAKE2s (pip-audit-2.3.4.tar.gz) = 40f6ad530e2993ea90b987e00f133a92b66123e336be43008f1bd0f4ea633b33 -SHA512 (pip-audit-2.3.4.tar.gz) = f0d8886d198bf0c6a13cdbb007cb1ffe6bb22ac51d96dafd1eec05beedd970fae5937fe5db78c7bf5c8f1efb6068d3c7f5cda67ef4b5bb5a3741674c0a0b5ab7 -Size (pip-audit-2.3.4.tar.gz) = 63854 bytes +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 --_----------=_165780488738550--