pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-pip-audit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 19 13:41:15 UTC 2023

Modified Files:
        pkgsrc/security/py-pip-audit: Makefile distinfo

Log Message:
py-pip_audit: update to 2.6.0.

## [2.6.0]

### Added

* Added option to skip dependency resolution via `pip` with the `--disable-pip`
  flag. This option can only be used with hashed requirements files or when the
  `--no-deps` flag has been provided
  ([#610](https://github.com/pypa/pip-audit/pull/610))


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-pip-audit/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-pip-audit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-pip-audit/Makefile
diff -u pkgsrc/security/py-pip-audit/Makefile:1.26 pkgsrc/security/py-pip-audit/Makefile:1.27
--- pkgsrc/security/py-pip-audit/Makefile:1.26  Sun May 28 16:53:25 2023
+++ pkgsrc/security/py-pip-audit/Makefile       Wed Jul 19 13:41:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/05/28 16:53:25 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/07/19 13:41:14 wiz Exp $
 
-DISTNAME=      pip_audit-2.5.6
+DISTNAME=      pip_audit-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 # pypi file does not include tests

Index: pkgsrc/security/py-pip-audit/distinfo
diff -u pkgsrc/security/py-pip-audit/distinfo:1.23 pkgsrc/security/py-pip-audit/distinfo:1.24
--- pkgsrc/security/py-pip-audit/distinfo:1.23  Sun May 28 16:53:25 2023
+++ pkgsrc/security/py-pip-audit/distinfo       Wed Jul 19 13:41:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/05/28 16:53:25 wiz Exp $
+$NetBSD: distinfo,v 1.24 2023/07/19 13:41:14 wiz Exp $
 
-BLAKE2s (pip_audit-2.5.6.tar.gz) = abe36e78529c5521992b05e8c615fc2ae849674785b2bab5809509cebbe71e8b
-SHA512 (pip_audit-2.5.6.tar.gz) = b3980a17631e3e4e61653f0cad7a3701114d80b818edf515dffaabc0592b2e6f93354ddbbbba1f7764aa52e3d829e36a9bb81196babb9ea93dcbee387969e329
-Size (pip_audit-2.5.6.tar.gz) = 66534 bytes
+BLAKE2s (pip_audit-2.6.0.tar.gz) = 600e0048841719cbc9ef30128ac2c24ad845c795b450bca4ce4cf0c2c074b6dd
+SHA512 (pip_audit-2.6.0.tar.gz) = 62c404dbc80ba4b6fe415be726071e3211495f25fde817fd0bd30105b3cc2498f705c600cabb90f455c2ea3eb337f0acb2290ef4a5ed78bd43a596ce8fc051ac
+Size (pip_audit-2.6.0.tar.gz) = 68259 bytes



Home | Main Index | Thread Index | Old Index