Skip to content

Commit

Permalink
py-pip-audit: update to 2.6.2.
Browse files Browse the repository at this point in the history
## [2.6.2]

### Changed

* `pip-audit`'s minimum Python version is now 3.8.

### Fixed

* Fixed a hang caused by auditing requirements when resolving against
  an index that requires authentication, causing `pip` to wait indefinitely
  for credentials ([#707](pypa/pip-audit#707))
  • Loading branch information
0-wiz-0 committed Dec 30, 2023
1 parent 0bf1a30 commit 82a0a3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions security/py-pip-audit/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.31 2023/11/07 22:38:03 wiz Exp $
# $NetBSD: Makefile,v 1.32 2023/12/30 10:35:23 wiz Exp $

DISTNAME= pip_audit-2.6.1
DISTNAME= pip_audit-2.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= security python
# pypi file does not include tests
#MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip-audit/}
Expand Down
8 changes: 4 additions & 4 deletions security/py-pip-audit/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.25 2023/08/01 12:36:49 adam Exp $
$NetBSD: distinfo,v 1.26 2023/12/30 10:35:23 wiz Exp $

BLAKE2s (pip_audit-2.6.1.tar.gz) = 554cbd3cce5c541f23f8143048d33fb55bcddf202dbe5b58485891e176fcbc2d
SHA512 (pip_audit-2.6.1.tar.gz) = a909eff2c2f8e16972b37eba8e6fbbb9c68b9bd4fc1593d9963c594fdad5e9616ee53717e476eac8b63849a8af377d28c7f3fb6600b1115724f2b930ac26cd5c
Size (pip_audit-2.6.1.tar.gz) = 68513 bytes
BLAKE2s (pip_audit-2.6.2.tar.gz) = 007d856ee936232699f0589f8d518587adfa21983008ad1ab79ab8a49333f7e8
SHA512 (pip_audit-2.6.2.tar.gz) = 197a5159425cb891c8e6e5c3e0d662d03b3949b04a5c5b71665ba61c983a02db01dc6a51186fbf4b70fc4013d8cfaab0a2b6d08a9d2c6dc68e8b1b7df8936c22
Size (pip_audit-2.6.2.tar.gz) = 68859 bytes

0 comments on commit 82a0a3c

Please sign in to comment.