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: update to 2.4.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2516d45af5e0
branches:  trunk
changeset: 385015:2516d45af5e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 09 16:06:28 2022 +0000

description:
py-pip-audit: update to 2.4.4.

## [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](https://github.com/pypa/pip-audit/pull/355))

### Fixed

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

* Fixed an incorrect assertion triggering for non-editable URL requirements that
  don't have an egg fragment
  ([#359](https://github.com/pypa/pip-audit/pull/359))

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 f4cc230e8a54 -r 2516d45af5e0 security/py-pip-audit/Makefile
--- a/security/py-pip-audit/Makefile    Fri Sep 09 15:52:53 2022 +0000
+++ b/security/py-pip-audit/Makefile    Fri Sep 09 16:06:28 2022 +0000
@@ -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
diff -r f4cc230e8a54 -r 2516d45af5e0 security/py-pip-audit/distinfo
--- a/security/py-pip-audit/distinfo    Fri Sep 09 15:52:53 2022 +0000
+++ b/security/py-pip-audit/distinfo    Fri Sep 09 16:06:28 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index