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: updated to 2.4.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f846a2a0a22e
branches:  trunk
changeset: 388720:f846a2a0a22e
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 25 13:38:03 2022 +0000

description:
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)

diffstat:

 security/py-pip-audit/Makefile |  4 ++--
 security/py-pip-audit/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a8e3f534e848 -r f846a2a0a22e security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile    Fri Nov 25 13:34:52 2022 +0000
+++ b/security/py-pip-audit/Makefile    Fri Nov 25 13:38:03 2022 +0000
@@ -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
diff -r a8e3f534e848 -r f846a2a0a22e security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo    Fri Nov 25 13:34:52 2022 +0000
+++ b/security/py-pip-audit/distinfo    Fri Nov 25 13:38:03 2022 +0000
@@ -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