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.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d0ab24fab8f
branches:  trunk
changeset: 381874:1d0ab24fab8f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 14 13:21:26 2022 +0000

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

diffstat:

 security/py-pip-audit/Makefile |  8 ++++----
 security/py-pip-audit/PLIST    |  4 +++-
 security/py-pip-audit/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 355f18634625 -r 1d0ab24fab8f security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile    Thu Jul 14 13:17:31 2022 +0000
+++ b/security/py-pip-audit/Makefile    Thu Jul 14 13:21:26 2022 +0000
@@ -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 @@
        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}
diff -r 355f18634625 -r 1d0ab24fab8f security/py-pip-audit/PLIST
--- a/security/py-pip-audit/PLIST       Thu Jul 14 13:17:31 2022 +0000
+++ b/security/py-pip-audit/PLIST       Thu Jul 14 13:21:26 2022 +0000
@@ -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.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
diff -r 355f18634625 -r 1d0ab24fab8f security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo    Thu Jul 14 13:17:31 2022 +0000
+++ b/security/py-pip-audit/distinfo    Thu Jul 14 13:21:26 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index