Received: by mail.netbsd.org (Postfix, from userid 605) id 6238684D6C; Wed, 18 Aug 2021 09:53:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D6F184D26 for ; Wed, 18 Aug 2021 09:53:11 +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 CjFqsS3LiLkF for ; Wed, 18 Aug 2021 09:53:11 +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 1D63784D17 for ; Wed, 18 Aug 2021 09:53:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15096FA97; Wed, 18 Aug 2021 09:53:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629280391221550" MIME-Version: 1.0 Date: Wed, 18 Aug 2021 09:53:11 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/py-at-spi2 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20210818095311.15096FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629280391221550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Wed Aug 18 09:53:11 UTC 2021 Modified Files: pkgsrc/devel/py-at-spi2: Makefile distinfo Log Message: Update py-at-spi2 to 2.38.1 * Add sanity checks to getPath and findAncestor so that we don't hang if an accessible returns itself as its own parent (#6, #7). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-at-spi2/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-at-spi2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629280391221550 Content-Disposition: inline Content-Length: 1718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-at-spi2/Makefile diff -u pkgsrc/devel/py-at-spi2/Makefile:1.28 pkgsrc/devel/py-at-spi2/Makefile:1.29 --- pkgsrc/devel/py-at-spi2/Makefile:1.28 Thu Oct 1 11:51:19 2020 +++ pkgsrc/devel/py-at-spi2/Makefile Wed Aug 18 09:53:10 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2020/10/01 11:51:19 prlw1 Exp $ +# $NetBSD: Makefile,v 1.29 2021/08/18 09:53:10 prlw1 Exp $ -DISTNAME= pyatspi-2.38.0 +DISTNAME= pyatspi-2.38.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/} CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/} Index: pkgsrc/devel/py-at-spi2/distinfo diff -u pkgsrc/devel/py-at-spi2/distinfo:1.16 pkgsrc/devel/py-at-spi2/distinfo:1.17 --- pkgsrc/devel/py-at-spi2/distinfo:1.16 Thu Oct 1 11:51:19 2020 +++ pkgsrc/devel/py-at-spi2/distinfo Wed Aug 18 09:53:10 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/10/01 11:51:19 prlw1 Exp $ +$NetBSD: distinfo,v 1.17 2021/08/18 09:53:10 prlw1 Exp $ -SHA1 (pyatspi-2.38.0.tar.xz) = 55e29398e8dae2ecfb06a0906a4b79229730c031 -RMD160 (pyatspi-2.38.0.tar.xz) = d6eb5eff50f81ba3bd9eff02bdf25f246429e928 -SHA512 (pyatspi-2.38.0.tar.xz) = 4da66a70ec861b002766b398f7062526e9cd805636c9a2cad513d674e5d91845f1dfac47ff9d2064f78963dabfe13a153f27787c149e049d471d3b29d8e61c65 -Size (pyatspi-2.38.0.tar.xz) = 315912 bytes +SHA1 (pyatspi-2.38.1.tar.xz) = c7a1212ab53c90237583fb296dab1fd686ff4dc1 +RMD160 (pyatspi-2.38.1.tar.xz) = 0ce22f8d4cc13a00efd2dfc8bf106da238e519a3 +SHA512 (pyatspi-2.38.1.tar.xz) = bf8f1ee9a6e00014a84e4329bb971bec8b4bc8f72c3905ca585ca20b1cf000b855965159fcc10871eb92e9808a6b41b5d793f3ab563ff0867f185279eedcd487 +Size (pyatspi-2.38.1.tar.xz) = 316724 bytes --_----------=_1629280391221550--