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.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/15848e49829a
branches: trunk
changeset: 382551:15848e49829a
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 31 09:57:11 2022 +0000
description:
py-pip-audit: update to 2.4.3.
### Fixed
* Fixed a regression in requirements auditing that was introduced during the
move from `pip-api` to `pip-requirements-parser` where editable installs
without an egg fragment would cause audits to crash
([#331](https://github.com/trailofbits/pip-audit/pull/331))
diffstat:
security/py-pip-audit/Makefile | 8 ++++----
security/py-pip-audit/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r d1c52af31acb -r 15848e49829a security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile Sun Jul 31 09:57:08 2022 +0000
+++ b/security/py-pip-audit/Makefile Sun Jul 31 09:57:11 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/07/24 11:09:03 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/07/31 09:57:11 wiz Exp $
-DISTNAME= pip-audit-2.4.2
+DISTNAME= pip-audit-2.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
# pypi file does not include tests
@@ -36,8 +36,8 @@
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pip-audit pip-audit-${PYVERSSUFFIX} || ${TRUE}
-# as of 2.4.2
-# 1 failed, 166 passed
+# as of 2.4.3
+# 1 failed, 168 passed
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib:${WRKSRC}/build/lib/test
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
diff -r d1c52af31acb -r 15848e49829a security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo Sun Jul 31 09:57:08 2022 +0000
+++ b/security/py-pip-audit/distinfo Sun Jul 31 09:57:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/07/24 11:09:03 wiz Exp $
+$NetBSD: distinfo,v 1.15 2022/07/31 09:57:11 wiz Exp $
-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
+BLAKE2s (pip-audit-2.4.3.tar.gz) = b6ee201eeca915549be89864c9b53a0c1d39256176e8546848b2e3b59591c78d
+SHA512 (pip-audit-2.4.3.tar.gz) = 31b8aa10d0ab560bec43d7b77ca04b9262b7e757a01c226cba686a9e6e5bbe397c796f3da45fc57b377a73465e01b9064a4d5dd8b89ecb32589157392f6d8a4c
+Size (pip-audit-2.4.3.tar.gz) = 65993 bytes
Home |
Main Index |
Thread Index |
Old Index