Skip to content

Commit

Permalink
py-pip-audit: update to 2.4.1.
Browse files Browse the repository at this point in the history
## [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](pypa/pip-audit#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](pypa/pip-audit#312))
  • Loading branch information
wiz committed Jul 14, 2022
1 parent a17b778 commit bb4c993
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions security/py-pip-audit/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 3 additions & 1 deletion security/py-pip-audit/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -46,6 +46,8 @@ ${PYSITELIB}/pip_audit/_format/interface.py
${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
Expand Down
8 changes: 4 additions & 4 deletions security/py-pip-audit/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bb4c993

Please sign in to comment.