Skip to content

Commit

Permalink
py-pip-audit: update to 2.1.0.
Browse files Browse the repository at this point in the history
## [2.1.0] - 2022-03-11

### Added

* CLI: The `--skip-editable` flag has been added, allowing users to skip local
  packages or parsed requirements (via `-r`) that are marked as editable
  ([#244](pypa/pip-audit#244))

* CLI: `pip-audit` can audit projects that list their dependencies in
  `pyproject.toml` files, via `pip-audit <dir>`
  ([#246](pypa/pip-audit#246))
  • Loading branch information
wiz committed Mar 14, 2022
1 parent a1a3cbd commit 3e958ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions security/py-pip-audit/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2022/02/20 21:27:35 wiz Exp $
# $NetBSD: Makefile,v 1.10 2022/03/14 14:02:00 wiz Exp $

DISTNAME= pip-audit-2.0.0
DISTNAME= pip-audit-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
# pypi file does not include tests
Expand All @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-cachecontrol>=0.12.10:../../devel/py-cachecontrol
DEPENDS+= ${PYPKGPREFIX}-cyclonedx-python-lib>=1.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.27:../../devel/py-pip-api
DEPENDS+= ${PYPKGPREFIX}-pip-api>=0.0.28:../../devel/py-pip-api
DEPENDS+= ${PYPKGPREFIX}-progress>=1.6:../../devel/py-progress
DEPENDS+= ${PYPKGPREFIX}-resolvelib>=0.8.0:../../devel/py-resolvelib
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
Expand Down
5 changes: 4 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.4 2022/02/20 21:27:35 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2022/03/14 14:02:00 wiz Exp $
bin/pip-audit-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -30,6 +30,9 @@ ${PYSITELIB}/pip_audit/_dependency_source/interface.pyo
${PYSITELIB}/pip_audit/_dependency_source/pip.py
${PYSITELIB}/pip_audit/_dependency_source/pip.pyc
${PYSITELIB}/pip_audit/_dependency_source/pip.pyo
${PYSITELIB}/pip_audit/_dependency_source/pyproject.py
${PYSITELIB}/pip_audit/_dependency_source/pyproject.pyc
${PYSITELIB}/pip_audit/_dependency_source/pyproject.pyo
${PYSITELIB}/pip_audit/_dependency_source/requirement.py
${PYSITELIB}/pip_audit/_dependency_source/requirement.pyc
${PYSITELIB}/pip_audit/_dependency_source/requirement.pyo
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.6 2022/02/20 21:27:35 wiz Exp $
$NetBSD: distinfo,v 1.7 2022/03/14 14:02:00 wiz Exp $

BLAKE2s (pip-audit-2.0.0.tar.gz) = d88d048fecf33ce95232759d6495902fd9ad169a6b3acf694db6d301d442a9da
SHA512 (pip-audit-2.0.0.tar.gz) = 2c904a424d67b3308b52d6ef6968847987c4df026f22a8e7af6ee3bdf8170b4f62ef993bf82455fed5ecb76b29b9f35239cd27626a891000c38011b60102f56c
Size (pip-audit-2.0.0.tar.gz) = 54237 bytes
BLAKE2s (pip-audit-2.1.0.tar.gz) = a62f3a49dd9229f6d3d65e9f877511b8816eb80938e8d765c18ba1328640c2e1
SHA512 (pip-audit-2.1.0.tar.gz) = fb7fc6a8e9ea64d751c3fab71d2211ef518dcf4f2467dbc03f15cc25d720e1c9ab5dd7d68e1901e2de6a87a174c4742d8eb5c9f3e02335cf3741f62085806183
Size (pip-audit-2.1.0.tar.gz) = 56710 bytes

0 comments on commit 3e958ef

Please sign in to comment.