Wed Mar 29 09:51:43 2023 UTC ()
py-pip_audit: update to 2.5.4.

## [2.5.4]

### Changed

* Refactored `index-url` option to not override user pip config by default,
  unless specified ([#565](https://github.com/pypa/pip-audit/pull/565))

### Fixed

* Fixed bug with the `--fix` flag where new requirements were sometimes being
  appended to requirement files instead of patching the existing requirement
  ([#577](https://github.com/pypa/pip-audit/pull/577))

* Fixed a crash caused by auditing requirements files that refer to other
  requirements files ([#568](https://github.com/pypa/pip-audit/pull/568))

## [2.5.3]

### Changed

* Further simplified `pip-audit`'s dependency resolution to remove inconsistent
  behaviour when using hashed requirements or the `--no-deps` flag
  ([#540](https://github.com/pypa/pip-audit/pull/540))

### Fixed

* Fixed a crash caused by invalid UTF-8 sequences in subprocess outputs
  ([#572](https://github.com/pypa/pip-audit/pull/572))

## [2.5.2]

### Fixed

* Fixed a loose dependency constraint for CycloneDX SBOM generation
  ([#558](https://github.com/pypa/pip-audit/pull/558))


(wiz)
diff -r1.23 -r1.24 pkgsrc/security/py-pip-audit/Makefile
diff -r1.20 -r1.21 pkgsrc/security/py-pip-audit/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/security/py-pip-audit/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-pip-audit/Makefile 2023/03/19 07:18:43 1.23
+++ pkgsrc/security/py-pip-audit/Makefile 2023/03/29 09:51:43 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2023/03/19 07:18:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2023/03/29 09:51:43 wiz Exp $
2 2
3DISTNAME= pip_audit-2.5.1 3DISTNAME= pip_audit-2.5.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6# pypi file does not include tests 6# pypi file does not include tests
7#MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-audit/} 7#MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-audit/}
8MASTER_SITES= ${MASTER_SITE_GITHUB:=trailofbits/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=trailofbits/}
9GITHUB_PROJECT= pip-audit 9GITHUB_PROJECT= pip-audit
10GITHUB_TAG= v${PKGVERSION_NOREV} 10GITHUB_TAG= v${PKGVERSION_NOREV}
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= https://pypi.org/project/pip-audit/ 13HOMEPAGE= https://pypi.org/project/pip-audit/
14COMMENT= Scan Python environments for known vulnerabilities 14COMMENT= Scan Python environments for known vulnerabilities
15LICENSE= apache-2.0 15LICENSE= apache-2.0
16 16

cvs diff -r1.20 -r1.21 pkgsrc/security/py-pip-audit/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-pip-audit/distinfo 2023/03/19 07:18:43 1.20
+++ pkgsrc/security/py-pip-audit/distinfo 2023/03/29 09:51:43 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2023/03/19 07:18:43 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2023/03/29 09:51:43 wiz Exp $
2 2
3BLAKE2s (pip_audit-2.5.1.tar.gz) = 7ef7dffa97bba633582feeff4383570cefccad0444afb8bc1dedfa3fb32bdaa6 3BLAKE2s (pip_audit-2.5.4.tar.gz) = bc7d60a2710a85453444cfcfda0de4de8e7d546c729a1b7d2e67d7e296721eac
4SHA512 (pip_audit-2.5.1.tar.gz) = 429475348cf92cad0c0c64dfd5f92c679fe6c79900f6ba369a4558c29fd5a1a7c469197770a47d34c2248d3225fbc8a538464a654bef92013fe035a754c718dd 4SHA512 (pip_audit-2.5.4.tar.gz) = 7eb90def0226d1da64e99de99ebf317676c52454598aa4c3f03d9d738addc333c4cb9e642f76d3c0488d6f921f46a4a3563bdd804ba9165844452ae5588f3981
5Size (pip_audit-2.5.1.tar.gz) = 66384 bytes 5Size (pip_audit-2.5.4.tar.gz) = 66391 bytes