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.1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a15ef65a8f45
branches: trunk
changeset: 375468:a15ef65a8f45
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 14 14:02:00 2022 +0000
description:
py-pip-audit: update to 2.1.0.
## [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](https://github.com/trailofbits/pip-audit/pull/244))
* CLI: `pip-audit` can audit projects that list their dependencies in
`pyproject.toml` files, via `pip-audit <dir>`
([#246](https://github.com/trailofbits/pip-audit/pull/246))
diffstat:
security/py-pip-audit/Makefile | 6 +++---
security/py-pip-audit/PLIST | 5 ++++-
security/py-pip-audit/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (53 lines):
diff -r 1f45fe020612 -r a15ef65a8f45 security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile Mon Mar 14 13:59:45 2022 +0000
+++ b/security/py-pip-audit/Makefile Mon Mar 14 14:02:00 2022 +0000
@@ -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
@@ -18,7 +18,7 @@
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
diff -r 1f45fe020612 -r a15ef65a8f45 security/py-pip-audit/PLIST
--- a/security/py-pip-audit/PLIST Mon Mar 14 13:59:45 2022 +0000
+++ b/security/py-pip-audit/PLIST Mon Mar 14 14:02:00 2022 +0000
@@ -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
@@ -30,6 +30,9 @@
${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
diff -r 1f45fe020612 -r a15ef65a8f45 security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo Mon Mar 14 13:59:45 2022 +0000
+++ b/security/py-pip-audit/distinfo Mon Mar 14 14:02:00 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index