pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-pip-audit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  9 16:06:28 UTC 2022

Modified Files:
        pkgsrc/security/py-pip-audit: Makefile distinfo

Log Message:
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))


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-pip-audit/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-pip-audit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-pip-audit/Makefile
diff -u pkgsrc/security/py-pip-audit/Makefile:1.18 pkgsrc/security/py-pip-audit/Makefile:1.19
--- pkgsrc/security/py-pip-audit/Makefile:1.18  Sun Jul 31 09:57:11 2022
+++ pkgsrc/security/py-pip-audit/Makefile       Fri Sep  9 16:06:28 2022
@@ -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

Index: pkgsrc/security/py-pip-audit/distinfo
diff -u pkgsrc/security/py-pip-audit/distinfo:1.15 pkgsrc/security/py-pip-audit/distinfo:1.16
--- pkgsrc/security/py-pip-audit/distinfo:1.15  Sun Jul 31 09:57:11 2022
+++ pkgsrc/security/py-pip-audit/distinfo       Fri Sep  9 16:06:28 2022
@@ -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