pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-pip-audit py-pip-audit: update to 2.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4244f2597863
branches:  trunk
changeset: 382268:4244f2597863
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 11:09:03 2022 +0000

description:
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)

diffstat:

 security/py-pip-audit/Makefile |  10 ++++++----
 security/py-pip-audit/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r b13eaf7e3227 -r 4244f2597863 security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile    Sun Jul 24 11:04:34 2022 +0000
+++ b/security/py-pip-audit/Makefile    Sun Jul 24 11:09:03 2022 +0000
@@ -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 @@
 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 @@
        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}
diff -r b13eaf7e3227 -r 4244f2597863 security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo    Sun Jul 24 11:04:34 2022 +0000
+++ b/security/py-pip-audit/distinfo    Sun Jul 24 11:09:03 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index