Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EC2D84EE1 for ; Wed, 24 May 2023 06:53:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HjMQL5eQAseV for ; Wed, 24 May 2023 06:53:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F08A784E8E for ; Wed, 24 May 2023 06:53:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4AF0FA87; Wed, 24 May 2023 06:53:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684911186285930" MIME-Version: 1.0 Date: Wed, 24 May 2023 06:53:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-xdist To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230524065306.E4AF0FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684911186285930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 24 06:53:06 UTC 2023 Modified Files: pkgsrc/devel/py-test-xdist: Makefile distinfo Log Message: py-test-xdist: updated to 3.3.1 pytest-xdist 3.3.1 (2023-05-19) Bug Fixes - Avoid remote calls during startup as ``execnet`` by default does not ensure remote affinity with the main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks, for example ``asyncio``, ``anyio``, ``PyQt/PySide``, etc. A more safe correction will require thread affinity in ``execnet`` pytest-xdist 3.3.0 (2023-05-12) Features - Improved progress output when collecting nodes to be less verbose. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-test-xdist/Makefile \ pkgsrc/devel/py-test-xdist/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684911186285930 Content-Disposition: inline Content-Length: 1642 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-xdist/Makefile diff -u pkgsrc/devel/py-test-xdist/Makefile:1.36 pkgsrc/devel/py-test-xdist/Makefile:1.37 --- pkgsrc/devel/py-test-xdist/Makefile:1.36 Mon Mar 13 08:45:46 2023 +++ pkgsrc/devel/py-test-xdist/Makefile Wed May 24 06:53:06 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2023/03/13 08:45:46 adam Exp $ +# $NetBSD: Makefile,v 1.37 2023/05/24 06:53:06 adam Exp $ -DISTNAME= pytest-xdist-3.2.1 +DISTNAME= pytest-xdist-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/} Index: pkgsrc/devel/py-test-xdist/distinfo diff -u pkgsrc/devel/py-test-xdist/distinfo:1.36 pkgsrc/devel/py-test-xdist/distinfo:1.37 --- pkgsrc/devel/py-test-xdist/distinfo:1.36 Mon Mar 13 08:45:46 2023 +++ pkgsrc/devel/py-test-xdist/distinfo Wed May 24 06:53:06 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2023/03/13 08:45:46 adam Exp $ +$NetBSD: distinfo,v 1.37 2023/05/24 06:53:06 adam Exp $ -BLAKE2s (pytest-xdist-3.2.1.tar.gz) = 68cdc8aa7a36b0f4f621a66c4a547c07a51835e660a809416a84c04e0448a3ca -SHA512 (pytest-xdist-3.2.1.tar.gz) = ea42bea8b4df3d77ef680cba81f76f9f79d0ffcaad6f5f879cc82c53203d36ffe26f233dd6c5d1cbea22b43d257f0f4e6be793116bb281956316c44fc412f9b7 -Size (pytest-xdist-3.2.1.tar.gz) = 76362 bytes +BLAKE2s (pytest-xdist-3.3.1.tar.gz) = 429034b312ab0f9b37851f8a0c90bfbebbda78dcc70c8fd33e348095e4d6faaa +SHA512 (pytest-xdist-3.3.1.tar.gz) = f439ff1acf65a8df025fec847602ebdc5355b2099501845f8cde3c5287299a9c3102fa6dd6fc82a30bc016893556a24b0b5409323f5db4015e77c711a7b5c59f +Size (pytest-xdist-3.3.1.tar.gz) = 77751 bytes --_----------=_1684911186285930--