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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcb472998801
branches:  trunk
changeset: 771005:bcb472998801
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 12 10:04:44 2021 +0000

description:
py-pip-audit: update to 1.1.1.

## [1.1.1] - 2021-12-07

### Fixed

* Dependency sources: a crash caused by unexpected logging statements in `pip`'s
  JSON output was fixed

diffstat:

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

diffs (56 lines):

diff -r 668c3e53ff8a -r bcb472998801 security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile    Sun Dec 12 09:57:56 2021 +0000
+++ b/security/py-pip-audit/Makefile    Sun Dec 12 10:04:44 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/12/08 14:35:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/12 10:04:44 wiz Exp $
 
-DISTNAME=      pip-audit-1.1.0
+DISTNAME=      pip-audit-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 # pypi file does not include tests
@@ -40,8 +40,8 @@
         ${MV} pip-audit pip-audit-${PYVERSSUFFIX} || ${TRUE}
        ${RM} -r ${DESTDIR}${PREFIX}/${PYSITELIB}/test
 
-# as of 1.1.0
-# 1 failed, 60 passed
+# as of 1.1.1
+# 1 failed, 63 passed
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib:${WRKSRC}/build/lib/test
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
diff -r 668c3e53ff8a -r bcb472998801 security/py-pip-audit/PLIST
--- a/security/py-pip-audit/PLIST       Sun Dec 12 09:57:56 2021 +0000
+++ b/security/py-pip-audit/PLIST       Sun Dec 12 10:04:44 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/12/07 20:27:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/12/12 10:04:44 wiz Exp $
 bin/pip-audit-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -15,6 +15,9 @@
 ${PYSITELIB}/pip_audit/_audit.py
 ${PYSITELIB}/pip_audit/_audit.pyc
 ${PYSITELIB}/pip_audit/_audit.pyo
+${PYSITELIB}/pip_audit/_cache.py
+${PYSITELIB}/pip_audit/_cache.pyc
+${PYSITELIB}/pip_audit/_cache.pyo
 ${PYSITELIB}/pip_audit/_cli.py
 ${PYSITELIB}/pip_audit/_cli.pyc
 ${PYSITELIB}/pip_audit/_cli.pyo
diff -r 668c3e53ff8a -r bcb472998801 security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo    Sun Dec 12 09:57:56 2021 +0000
+++ b/security/py-pip-audit/distinfo    Sun Dec 12 10:04:44 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/12/08 14:35:00 wiz Exp $
+$NetBSD: distinfo,v 1.4 2021/12/12 10:04:44 wiz Exp $
 
-BLAKE2s (pip-audit-1.1.0.tar.gz) = c31697d727e3fe5413a281f37b24e83732afbc20dfead2e436a4680d3fc6e8a4
-SHA512 (pip-audit-1.1.0.tar.gz) = 77c0552f840ca17fb9a80e9dd594bf8faf74aad5331e1689ad6b7c436d29589fd1b5db9db3e41a16679934fe1856ad0d0821ee5c52a5d4508fda6236bdf27f22
-Size (pip-audit-1.1.0.tar.gz) = 41526 bytes
+BLAKE2s (pip-audit-1.1.1.tar.gz) = b87100864fbcc5c4dbc803697a6ce017df3f15b6275b011e23c2adbc86747107
+SHA512 (pip-audit-1.1.1.tar.gz) = f51c9911b57db1dcff74730041ef9cdc8913939c6d21bad1fcfc44feb1ce4c6d9cff00d6fd4e74c2defc04defdacac701c80dc8a65ef3e9fa9e3a10ac53dd9b7
+Size (pip-audit-1.1.1.tar.gz) = 42409 bytes
 SHA1 (patch-test_dependency__source_test__pip.py) = 8cdbbcba2e6d3207cef84046170e3cfb0bb8de59



Home | Main Index | Thread Index | Old Index