Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VfZNiCJ2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wHHDUgeF Received: by mail.netbsd.org (Postfix, from userid 605) id 56DCE84EC6; Fri, 26 Apr 2024 20:00:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714161606; bh=xIHaH5Mus/720BEz0YDpwy22ShEz5181cLLbTNms7rY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VfZNiCJ2HtCwJYCzYar3rwLZteXolaDIZPWbC79koyK53PIyoos5Aykat28Ks6e9M qoOwDoOAm/ZhefWUNFUj7VbhnE02Bt7hkYGeyWvYKTbjFGvpO5R/uknfXfB9ULs0GV u/vUCfEw8zsERde6nM4dTvEfw1zV2f6fZXJLqdWc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 486B684D5F for ; Fri, 26 Apr 2024 20:00:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 xkMgXLX6Y3wH for ; Fri, 26 Apr 2024 20:00:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AE85B84D31 for ; Fri, 26 Apr 2024 20:00:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714161604; bh=xIHaH5Mus/720BEz0YDpwy22ShEz5181cLLbTNms7rY=; h=Date:From:Subject:To:Reply-To; b=wHHDUgeF85/agG6UeIkl9HQqUvnfkOcmvIqcqTzuK0uMrGaLPaxTftEOOxNWZCGsK COu0frHT1WkETRf9MayxmZcBgx/DFY0XsGIZyVnyLMsc9/aKcLsBtVWs6Q7vA2vUqx Yujfl1DqD/s3Vhz2hrdUao/Ru7dDSMFaEY6gIzQk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A108DFA2C; Fri, 26 Apr 2024 20:00:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714161604112880" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 20:00:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-tox To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240426200004.A108DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714161604112880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Apr 26 20:00:04 UTC 2024 Modified Files: pkgsrc/devel/py-tox: Makefile distinfo Log Message: py-tox: updated to 4.15.0 Features - 4.15.0 Add support for multiple appending override options (-x, –override) on command line Add support for inverting exit code success criteria using bang (!) Bugfixes - 4.15.0 Fix issue that the leading character c was dropped from packages in constraints files Allow appending to deps with --override testenv.deps+=foo Fix non-existing branch rewrite in the documentation to main. Update test typing for build 1.2.0, which has an explicit Distribution type Fix broken input parsing for --discover flag. Improved Documentation - 4.15.0 Rephrase --discover flag’s description to avoid confusion between paths and executables. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-tox/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-tox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714161604112880 Content-Disposition: inline Content-Length: 1495 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-tox/Makefile diff -u pkgsrc/devel/py-tox/Makefile:1.45 pkgsrc/devel/py-tox/Makefile:1.46 --- pkgsrc/devel/py-tox/Makefile:1.45 Sat Mar 23 07:27:06 2024 +++ pkgsrc/devel/py-tox/Makefile Fri Apr 26 20:00:04 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2024/03/23 07:27:06 adam Exp $ +# $NetBSD: Makefile,v 1.46 2024/04/26 20:00:04 adam Exp $ -DISTNAME= tox-4.14.2 +DISTNAME= tox-4.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/} Index: pkgsrc/devel/py-tox/distinfo diff -u pkgsrc/devel/py-tox/distinfo:1.34 pkgsrc/devel/py-tox/distinfo:1.35 --- pkgsrc/devel/py-tox/distinfo:1.34 Sat Mar 23 07:27:06 2024 +++ pkgsrc/devel/py-tox/distinfo Fri Apr 26 20:00:04 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2024/03/23 07:27:06 adam Exp $ +$NetBSD: distinfo,v 1.35 2024/04/26 20:00:04 adam Exp $ -BLAKE2s (tox-4.14.2.tar.gz) = 5f756ded9f6f94df0b4a614847b210d1b06bb9d57d704d73c2559857e5bf589e -SHA512 (tox-4.14.2.tar.gz) = 45bbd3f8d00eee05158452295230321947ec16a8bfff43e84ea9825d514976526f3889709255ed042cfb7a7ebfed020707cfc2d25b69ce90c148f4472092350d -Size (tox-4.14.2.tar.gz) = 178515 bytes +BLAKE2s (tox-4.15.0.tar.gz) = 8610aaf09502c4e31d0f223621d3c7a7a792a54c5efdc0f99448a3b4d7c293be +SHA512 (tox-4.15.0.tar.gz) = a113d8e921301dc4bc39e03103f8857604b28beedc49c764315cf99694e8a351b965e0e1b7d91555ce437a1cbb2bce0e1dd645b7c92c36e8e0e1dedcf610d1af +Size (tox-4.15.0.tar.gz) = 179243 bytes --_----------=_1714161604112880--