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:   adam
Date:           Fri Nov 25 13:38:03 UTC 2022

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

Log Message:
py-pip-audit: updated to 2.4.6

2.4.6

Fixed

* Fixed an incorrect interaction between `--desc=auto` and `--format=json`;
  `--desc=auto` now includes the description in the generated JSON report,
  as intended

* Fixed a bug in dependency resolution with third-party indices where
  relative URLs were not resolved correctly

2.4.5

ixed

* Fixed an issue where audits done with the PyPI vulnerability service (the
  default) were not correctly filtered by "withdrawn" status; "withdrawn"
  vulnerabilities are now excluded

* Fixed an issue where audits done with the OSV vulnerability service (`-s osv`)
  were not correctly filtered by "withdrawn" status; "withdrawn" vulnerabilities
  are now excluded

* Fixed `pip-audit`'s handling of URL-style requirements in `--no-deps` mode
  (URL requirements are now treated as skipped, rather than producing
  an error due to a lack of pinning)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-pip-audit/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/security/py-pip-audit/Makefile:1.20
--- pkgsrc/security/py-pip-audit/Makefile:1.19  Fri Sep  9 16:06:28 2022
+++ pkgsrc/security/py-pip-audit/Makefile       Fri Nov 25 13:38:03 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/09/09 16:06:28 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/11/25 13:38:03 adam Exp $
 
-DISTNAME=      pip-audit-2.4.4
+DISTNAME=      pip-audit-2.4.6
 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.16 pkgsrc/security/py-pip-audit/distinfo:1.17
--- pkgsrc/security/py-pip-audit/distinfo:1.16  Fri Sep  9 16:06:28 2022
+++ pkgsrc/security/py-pip-audit/distinfo       Fri Nov 25 13:38:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/09/09 16:06:28 wiz Exp $
+$NetBSD: distinfo,v 1.17 2022/11/25 13:38:03 adam Exp $
 
-BLAKE2s (pip-audit-2.4.4.tar.gz) = 68f0c0aa4b95e4d184d4631079c48bc8c06e271c0d979df129cad6b938a88c92
-SHA512 (pip-audit-2.4.4.tar.gz) = 4f381ee67a08c02ec54ac63dc2c14b064f3669bfed119ddfa0957f66fffa55bbe7f87ab362f8acf412a2a29be167a2d9542ba7190c4ad63a8d312469265ba100
-Size (pip-audit-2.4.4.tar.gz) = 67840 bytes
+BLAKE2s (pip-audit-2.4.6.tar.gz) = ef75c577dbab62f8a60b5074b08663dfd291bf5bd78d589d708683dd1f36bed7
+SHA512 (pip-audit-2.4.6.tar.gz) = a964377e91818acd8a9674d8a909cc9db23051a1368d95a76344268d4df5a2541c760ce322b9d027b75c4f414ea71a43e46b37a26cb4aa99931f0d23bf948c22
+Size (pip-audit-2.4.6.tar.gz) = 71304 bytes



Home | Main Index | Thread Index | Old Index