Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LP5nmhdD; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZsrZMWhr Received: by mail.netbsd.org (Postfix, from userid 605) id EBE1F84EC2; Fri, 26 Apr 2024 19:56:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714161390; bh=wjdnEy0/cVYNWFFCPNXG1/nkXz11Eb4kLVKWIhdK5+0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LP5nmhdDdPBv4HgmKZYhATwNvNMN4Fn5QR1x6B6A7fGDCz4+/ExBHBcUBIhMzeEDe BTOp8ZV8PRHptefhOrAekTAw/ZFgnSJVz6D3DKlX1AwsY7f+2Q6s/m9rLEaZv0Kfqk lR3fFzv6xSuEhEYzi4ncHvZdCkN1X1iQsmU0D7Z4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC9B784EC7 for ; Fri, 26 Apr 2024 19:56:28 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fCr1qnpEF2Ry for ; Fri, 26 Apr 2024 19:56: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 58F1184EC2 for ; Fri, 26 Apr 2024 19:56:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714161388; bh=wjdnEy0/cVYNWFFCPNXG1/nkXz11Eb4kLVKWIhdK5+0=; h=Date:From:Subject:To:Reply-To; b=ZsrZMWhrkY3NrxjuoZnbbcxrpKrsTvWBBLKNPYQZ6UkcONF25A7/Egp6WirTulw5y GOT/eHu39KaFVanatit3dmAw95aTth9SX+/nMd90e49TdajwnIYRnpVdP68g5Lo2AC a9CT5nuavHJsAKB9LO9W7NDEql4xnhUWHNNkccB0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 538E3FA2C; Fri, 26 Apr 2024 19:56:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714161388233570" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 19:56:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240426195628.538E3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714161388233570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 26 19:56:28 UTC 2024 Modified Files: pkgsrc/devel/py-test: Makefile distinfo Log Message: py-test: updated to 8.1.2 pytest 8.1.2 (2024-04-26) Bug Fixes Fixed error in pytest.approx() when used with numpy arrays and comparing with other types. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/devel/py-test/Makefile cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-test/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714161388233570 Content-Disposition: inline Content-Length: 1543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test/Makefile diff -u pkgsrc/devel/py-test/Makefile:1.125 pkgsrc/devel/py-test/Makefile:1.126 --- pkgsrc/devel/py-test/Makefile:1.125 Thu Mar 21 08:27:17 2024 +++ pkgsrc/devel/py-test/Makefile Fri Apr 26 19:56:28 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.125 2024/03/21 08:27:17 adam Exp $ +# $NetBSD: Makefile,v 1.126 2024/04/26 19:56:28 adam Exp $ -DISTNAME= pytest-8.1.1 +DISTNAME= pytest-8.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} Index: pkgsrc/devel/py-test/distinfo diff -u pkgsrc/devel/py-test/distinfo:1.110 pkgsrc/devel/py-test/distinfo:1.111 --- pkgsrc/devel/py-test/distinfo:1.110 Thu Mar 21 08:27:17 2024 +++ pkgsrc/devel/py-test/distinfo Fri Apr 26 19:56:28 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.110 2024/03/21 08:27:17 adam Exp $ +$NetBSD: distinfo,v 1.111 2024/04/26 19:56:28 adam Exp $ -BLAKE2s (pytest-8.1.1.tar.gz) = 631b7987c4a2e3d750abb55d45f9c6dcfc9c3f2311d52890e3e04bc3e6b8d135 -SHA512 (pytest-8.1.1.tar.gz) = f1a9f69cd4eca3ab36c36bc666bf70b099125ed6e17b89d13554c3f13b100d05abfd0b35516660d00ca4fb9eca81164ab02bc8f7a9a8d90fd4302bf399cd88c0 -Size (pytest-8.1.1.tar.gz) = 1409703 bytes +BLAKE2s (pytest-8.1.2.tar.gz) = 2691adf01596c3f920cda944031695cb2a82259fe5efcbacbf510b8dfc2c9ad1 +SHA512 (pytest-8.1.2.tar.gz) = a6ffae29da98ee4c357ebb03f00c4bc1a33f093ef867ad118841695548468c7f229eaa2c029a2ce3b158bbb0a65be5014e91555a223d04c1c72e614cb1d00546 +Size (pytest-8.1.2.tar.gz) = 1410060 bytes --_----------=_1714161388233570--