Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 003C184E7C for ; Sat, 1 Jul 2023 11:40:29 +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 22iH_6ztjEWU for ; Sat, 1 Jul 2023 11:40:28 +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 6687384D54 for ; Sat, 1 Jul 2023 11:40:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59E57FA89; Sat, 1 Jul 2023 11:40:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168821162884790" MIME-Version: 1.0 Date: Sat, 1 Jul 2023 11:40:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-tox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230701114028.59E57FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168821162884790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 1 11:40:28 UTC 2023 Modified Files: pkgsrc/devel/py-tox: Makefile distinfo Log Message: py-tox: update to 4.6.3. v4.6.3 (2023-06-19) Bugfixes - 4.6.3 Ensure that get_requires_for_build_wheel is called before prepare_metadata_for_build_wheel, and get_requires_for_build_editable is called before prepare_metadata_for_build_editable - by @abravalheri. (#3043) Improved Documentation - 4.6.3 Linked environment variable substitutions docs in set_env and pass_env config docs. (#3039) v4.6.2 (2023-06-16) Bugfixes - 4.6.2 Avoid cache collision between editable wheel build and normal wheel build – by @f3flight. (#3035) v4.6.1 (2023-06-15) No significant changes. v4.6.0 (2023-06-05) Features - 4.6.0 Addded --list-dependencies and --no-list-dependencies CLI parameters. If unspecified, defaults to listing when in CI, but not otherwise. (#3024) Misc - 4.6.0 #3020 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-tox/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-tox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168821162884790 Content-Disposition: inline Content-Length: 1675 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.32 pkgsrc/devel/py-tox/Makefile:1.33 --- pkgsrc/devel/py-tox/Makefile:1.32 Sun May 28 17:01:46 2023 +++ pkgsrc/devel/py-tox/Makefile Sat Jul 1 11:40:28 2023 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.32 2023/05/28 17:01:46 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2023/07/01 11:40:28 wiz Exp $ -DISTNAME= tox-4.5.2 +DISTNAME= tox-4.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://tox.readthedocs.io/ +HOMEPAGE= https://tox.wiki/en/latest/ COMMENT= Virtualenv-based automation of test activities LICENSE= mit Index: pkgsrc/devel/py-tox/distinfo diff -u pkgsrc/devel/py-tox/distinfo:1.22 pkgsrc/devel/py-tox/distinfo:1.23 --- pkgsrc/devel/py-tox/distinfo:1.22 Sun May 28 17:01:46 2023 +++ pkgsrc/devel/py-tox/distinfo Sat Jul 1 11:40:28 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/05/28 17:01:46 wiz Exp $ +$NetBSD: distinfo,v 1.23 2023/07/01 11:40:28 wiz Exp $ -BLAKE2s (tox-4.5.2.tar.gz) = 34b450fc557e4977685b75490d47fb876574de914e65b3df03a9e466bceda99c -SHA512 (tox-4.5.2.tar.gz) = 44a6c9821975205258402eaaa2010a0acde98190c77db0361da6c67d793de90871786fe2d78c6c9ee83100d7399e1eac857e2edaf94c64c81fb535ff871a363c -Size (tox-4.5.2.tar.gz) = 170336 bytes +BLAKE2s (tox-4.6.3.tar.gz) = b1a67aee782170748ae8e17e9969570179894e19ad73a207645fb0eba27e3569 +SHA512 (tox-4.6.3.tar.gz) = 6261998bb753556a24e869db18955eea9b26063e0b67503028571e62085c2da535dc60552192c69ba07366150c4f3a3ce6bd36dd62d2fe6f24d7b466dccf2e76 +Size (tox-4.6.3.tar.gz) = 172585 bytes --_----------=_168821162884790--