Received: by mail.netbsd.org (Postfix, from userid 605) id 532B384DD3; Fri, 25 Aug 2017 12:33:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB0C684D8D for ; Fri, 25 Aug 2017 12:33:55 +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 tjLOPPDTJ-bx for ; Fri, 25 Aug 2017 12:33:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C2D884CE0 for ; Fri, 25 Aug 2017 12:33:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67978FA8A; Fri, 25 Aug 2017 12:33:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503664435135660" MIME-Version: 1.0 Date: Fri, 25 Aug 2017 12:33:55 +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: <20170825123355.67978FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1503664435135660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Fri Aug 25 12:33:55 UTC 2017 Modified Files: pkgsrc/devel/py-at-spi2: Makefile distinfo Log Message: Update py-at-spi2 to 2.24.0 What's new in pyatspi 2.24.0: * Fix an invalid escape sequence. * Rename enum class to atspienum to avoid name conflict; fixes build with python 3.6. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-at-spi2/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_1503664435135660 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.20 pkgsrc/devel/py-at-spi2/Makefile:1.21 --- pkgsrc/devel/py-at-spi2/Makefile:1.20 Wed Jan 25 16:37:57 2017 +++ pkgsrc/devel/py-at-spi2/Makefile Fri Aug 25 12:33:55 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2017/01/25 16:37:57 prlw1 Exp $ +# $NetBSD: Makefile,v 1.21 2017/08/25 12:33:55 prlw1 Exp $ -DISTNAME= pyatspi-2.20.3 +DISTNAME= pyatspi-2.24.0 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.12 pkgsrc/devel/py-at-spi2/distinfo:1.13 --- pkgsrc/devel/py-at-spi2/distinfo:1.12 Wed Jan 25 16:37:57 2017 +++ pkgsrc/devel/py-at-spi2/distinfo Fri Aug 25 12:33:55 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/01/25 16:37:57 prlw1 Exp $ +$NetBSD: distinfo,v 1.13 2017/08/25 12:33:55 prlw1 Exp $ -SHA1 (pyatspi-2.20.3.tar.xz) = 822ffbdd4c689b930f71f9ba6511e70b5ad55e1c -RMD160 (pyatspi-2.20.3.tar.xz) = 2d7b2ff20ac9679bde1b72271f3dc91087201103 -SHA512 (pyatspi-2.20.3.tar.xz) = 87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace -Size (pyatspi-2.20.3.tar.xz) = 297368 bytes +SHA1 (pyatspi-2.24.0.tar.xz) = 5ea5f33bd204cc46dd589be7888730e31b1830b4 +RMD160 (pyatspi-2.24.0.tar.xz) = e04065a848797feecbeb6c381f5841c8fb24c54c +SHA512 (pyatspi-2.24.0.tar.xz) = ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a +Size (pyatspi-2.24.0.tar.xz) = 298228 bytes --_----------=_1503664435135660--