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:           Wed Mar 29 09:51:43 UTC 2023

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

Log Message:
py-pip_audit: update to 2.5.4.

## [2.5.4]

### Changed

* Refactored `index-url` option to not override user pip config by default,
  unless specified ([#565](https://github.com/pypa/pip-audit/pull/565))

### Fixed

* Fixed bug with the `--fix` flag where new requirements were sometimes being
  appended to requirement files instead of patching the existing requirement
  ([#577](https://github.com/pypa/pip-audit/pull/577))

* Fixed a crash caused by auditing requirements files that refer to other
  requirements files ([#568](https://github.com/pypa/pip-audit/pull/568))

## [2.5.3]

### Changed

* Further simplified `pip-audit`'s dependency resolution to remove inconsistent
  behaviour when using hashed requirements or the `--no-deps` flag
  ([#540](https://github.com/pypa/pip-audit/pull/540))

### Fixed

* Fixed a crash caused by invalid UTF-8 sequences in subprocess outputs
  ([#572](https://github.com/pypa/pip-audit/pull/572))

## [2.5.2]

### Fixed

* Fixed a loose dependency constraint for CycloneDX SBOM generation
  ([#558](https://github.com/pypa/pip-audit/pull/558))


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-pip-audit/Makefile
cvs rdiff -u -r1.20 -r1.21 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.23 pkgsrc/security/py-pip-audit/Makefile:1.24
--- pkgsrc/security/py-pip-audit/Makefile:1.23  Sun Mar 19 07:18:43 2023
+++ pkgsrc/security/py-pip-audit/Makefile       Wed Mar 29 09:51:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/03/19 07:18:43 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/03/29 09:51:43 wiz Exp $
 
-DISTNAME=      pip_audit-2.5.1
+DISTNAME=      pip_audit-2.5.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.20 pkgsrc/security/py-pip-audit/distinfo:1.21
--- pkgsrc/security/py-pip-audit/distinfo:1.20  Sun Mar 19 07:18:43 2023
+++ pkgsrc/security/py-pip-audit/distinfo       Wed Mar 29 09:51:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/03/19 07:18:43 wiz Exp $
+$NetBSD: distinfo,v 1.21 2023/03/29 09:51:43 wiz Exp $
 
-BLAKE2s (pip_audit-2.5.1.tar.gz) = 7ef7dffa97bba633582feeff4383570cefccad0444afb8bc1dedfa3fb32bdaa6
-SHA512 (pip_audit-2.5.1.tar.gz) = 429475348cf92cad0c0c64dfd5f92c679fe6c79900f6ba369a4558c29fd5a1a7c469197770a47d34c2248d3225fbc8a538464a654bef92013fe035a754c718dd
-Size (pip_audit-2.5.1.tar.gz) = 66384 bytes
+BLAKE2s (pip_audit-2.5.4.tar.gz) = bc7d60a2710a85453444cfcfda0de4de8e7d546c729a1b7d2e67d7e296721eac
+SHA512 (pip_audit-2.5.4.tar.gz) = 7eb90def0226d1da64e99de99ebf317676c52454598aa4c3f03d9d738addc333c4cb9e642f76d3c0488d6f921f46a4a3563bdd804ba9165844452ae5588f3981
+Size (pip_audit-2.5.4.tar.gz) = 66391 bytes



Home | Main Index | Thread Index | Old Index