Skip to content

Commit

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

### Changed

* `pip-audit` is now a PyPA member project, and lives under
  [`pypa/pip-audit`](https://github.com/pypa/pip-audit)!

* Improved error message for when unpinned URL requirements are found during an
  audit with the `--no-deps` flag
  ([#355](pypa/pip-audit#355))

### Fixed

* Fixed an issue where packages on PyPI with no published versions trigger a
  dependency resolution failure instead of being skipped
  ([#357](pypa/pip-audit#357))

* Fixed an incorrect assertion triggering for non-editable URL requirements that
  don't have an egg fragment
  ([#359](pypa/pip-audit#359))
  • Loading branch information
0-wiz-0 committed Sep 9, 2022
1 parent abab70b commit 9a87ee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions security/py-pip-audit/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2022/07/31 09:57:11 wiz Exp $
# $NetBSD: Makefile,v 1.19 2022/09/09 16:06:28 wiz Exp $

DISTNAME= pip-audit-2.4.3
DISTNAME= pip-audit-2.4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
# pypi file does not include tests
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.15 2022/07/31 09:57:11 wiz Exp $
$NetBSD: distinfo,v 1.16 2022/09/09 16:06:28 wiz Exp $

BLAKE2s (pip-audit-2.4.3.tar.gz) = b6ee201eeca915549be89864c9b53a0c1d39256176e8546848b2e3b59591c78d
SHA512 (pip-audit-2.4.3.tar.gz) = 31b8aa10d0ab560bec43d7b77ca04b9262b7e757a01c226cba686a9e6e5bbe397c796f3da45fc57b377a73465e01b9064a4d5dd8b89ecb32589157392f6d8a4c
Size (pip-audit-2.4.3.tar.gz) = 65993 bytes
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

0 comments on commit 9a87ee0

Please sign in to comment.