Received: by mail.netbsd.org (Postfix, from userid 605) id E21C084E93; Tue, 24 Jan 2023 20:10:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C2A084D17 for ; Tue, 24 Jan 2023 20:10: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 0z8pIR27TUco for ; Tue, 24 Jan 2023 20:10:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 73E0584C13 for ; Tue, 24 Jan 2023 20:10:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C42DFA90; Tue, 24 Jan 2023 20:10:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674591028118480" MIME-Version: 1.0 Date: Tue, 24 Jan 2023 20:10:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-xprocess To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230124201028.6C42DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674591028118480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 24 20:10:28 UTC 2023 Modified Files: pkgsrc/devel/py-test-xprocess: Makefile distinfo Log Message: py-test-xprocess: updated to 0.22.2 0.22.2 (2023-01-05) ------------------- - Python 3.10 is now officially supported - `surrogateescape` will now be used as error handling strategy for encode/decode operations. - Make log files persistency, added in `0.21.0`, optional, defaulting to True. The previous logging behavior (prior to `0.21.0`) can be enabled by setting `persist_logs` flag to `False` when calling `XProcess.ensure`. - Fix resource warnings due to leaked internal file handles - Ignore zombie processes which are erroneously considered alive with python 3.11 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-xprocess/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-xprocess/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674591028118480 Content-Disposition: inline Content-Length: 1700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-xprocess/Makefile diff -u pkgsrc/devel/py-test-xprocess/Makefile:1.9 pkgsrc/devel/py-test-xprocess/Makefile:1.10 --- pkgsrc/devel/py-test-xprocess/Makefile:1.9 Wed Nov 30 15:12:55 2022 +++ pkgsrc/devel/py-test-xprocess/Makefile Tue Jan 24 20:10:28 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/11/30 15:12:55 adam Exp $ +# $NetBSD: Makefile,v 1.10 2023/01/24 20:10:28 adam Exp $ -DISTNAME= pytest-xprocess-0.21.0 +DISTNAME= pytest-xprocess-0.22.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xprocess/} Index: pkgsrc/devel/py-test-xprocess/distinfo diff -u pkgsrc/devel/py-test-xprocess/distinfo:1.7 pkgsrc/devel/py-test-xprocess/distinfo:1.8 --- pkgsrc/devel/py-test-xprocess/distinfo:1.7 Wed Nov 30 15:12:55 2022 +++ pkgsrc/devel/py-test-xprocess/distinfo Tue Jan 24 20:10:28 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/11/30 15:12:55 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/01/24 20:10:28 adam Exp $ -BLAKE2s (pytest-xprocess-0.21.0.tar.gz) = 7d4e8490eb3463c71a667b61f337f8f9cb4ebff442bc1c58ba8e99610bd12818 -SHA512 (pytest-xprocess-0.21.0.tar.gz) = 72f8db45a11cffb65302379c1690ef5ad9d71a1aa40b7fd03e1231f7ad0c0413638f7d2155f5b366d2d623399512759d8ffdac8591eb24b77562f9b1f584ed74 -Size (pytest-xprocess-0.21.0.tar.gz) = 30601 bytes +BLAKE2s (pytest-xprocess-0.22.2.tar.gz) = 18a6e821520d522ff745a1c29bd922a0b49771a489d66be200c6a6b3089c1e8a +SHA512 (pytest-xprocess-0.22.2.tar.gz) = 2051be110dfda8063c31bb9555bff569f5d7a1332a62f8ce57fd799dfc7d8551ba1227df12f44fccc1ec62d9fcc0face104a77c9c5cc1abb583b74cd1d8a9ff7 +Size (pytest-xprocess-0.22.2.tar.gz) = 31346 bytes --_----------=_1674591028118480--