Received: by mail.netbsd.org (Postfix, from userid 605) id 2370884EA5; Wed, 29 Mar 2023 09:51:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53E9F84EA3 for ; Wed, 29 Mar 2023 09:51:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id E0Wa0bABD2mi for ; Wed, 29 Mar 2023 09:51:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B558784D39 for ; Wed, 29 Mar 2023 09:51:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF8BBF9F4; Wed, 29 Mar 2023 09:51:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680083503118040" MIME-Version: 1.0 Date: Wed, 29 Mar 2023 09:51:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-pip-audit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230329095143.AF8BBF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680083503118040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1680083503118040 Content-Disposition: inline Content-Length: 1615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1680083503118040--