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:           Sat Dec 30 10:35:23 UTC 2023

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

Log Message:
py-pip-audit: update to 2.6.2.

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-pip-audit/Makefile
cvs rdiff -u -r1.25 -r1.26 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.31 pkgsrc/security/py-pip-audit/Makefile:1.32
--- pkgsrc/security/py-pip-audit/Makefile:1.31  Tue Nov  7 22:38:03 2023
+++ pkgsrc/security/py-pip-audit/Makefile       Sat Dec 30 10:35:23 2023
@@ -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/}

Index: pkgsrc/security/py-pip-audit/distinfo
diff -u pkgsrc/security/py-pip-audit/distinfo:1.25 pkgsrc/security/py-pip-audit/distinfo:1.26
--- pkgsrc/security/py-pip-audit/distinfo:1.25  Tue Aug  1 12:36:49 2023
+++ pkgsrc/security/py-pip-audit/distinfo       Sat Dec 30 10:35:23 2023
@@ -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



Home | Main Index | Thread Index | Old Index