diff options
author | prlw1 <prlw1@pkgsrc.org> | 2019-07-18 15:16:46 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2019-07-18 15:16:46 +0000 |
commit | 7fce935a97b7e56e4609b85e6688efd827f70af5 (patch) | |
tree | 1e070cf55ef4a6462718ad9fe7b5b785da0ba185 | |
parent | 91e5a1a361c7e20cca32c57d95639d4a4432d6aa (diff) | |
download | pkgsrc-7fce935a97b7e56e4609b85e6688efd827f70af5.tar.gz |
Update py-at-spi2 to 2.33.2
Unstable branch chosen for:
* Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION.
ChangeLog:
* Fix arguments in text.addSelection.
* Fix default kind value for registerKeystrokeListener.
* Document that extents are only meaningful when the accessible is both
visible and showing.
* Add accessibleId property.
* Add text.notifyReadingPosition.
* Fix print usage in example, for python 3 compatibility.
What's new in pyatspi 2.31.2:
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.
What's new in pyatspi 2.31.1:
* Add support for locking/unlocking modifiers.
What's new in pyatspi 2.29.1:
* Add ScrollTo and ScrollToPoint component interfaces.
What's new in pyatspi 2.25.90:
* registry: Rename async keyword for compatibility with Python 3.7.
* Add missing XY_PARENT export.
What's new in pyatspi 2.25.3:
* Add error-message, error-for, details, and details-for relation types
What's new in pyatspi 2.25.2:
* Add some missing roles to correspond with atk (description list,
description term, description value, and footnote).
-rw-r--r-- | devel/py-at-spi2/Makefile | 6 | ||||
-rw-r--r-- | devel/py-at-spi2/distinfo | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile index 98450b28032..23d4c36802a 100644 --- a/devel/py-at-spi2/Makefile +++ b/devel/py-at-spi2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2018/10/22 16:13:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2019/07/18 15:16:46 prlw1 Exp $ -DISTNAME= pyatspi-2.24.0 +DISTNAME= pyatspi-2.33.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/} CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/} @@ -24,8 +24,6 @@ PY_PATCHPLIST= yes CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]* -CHECK_PORTABILITY_SKIP= config/test-driver - .include "../../devel/glib2/buildlink3.mk" .include "../../devel/py-gobject3-common/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/devel/py-at-spi2/distinfo b/devel/py-at-spi2/distinfo index 0c357eaf9be..9a56e75abbd 100644 --- a/devel/py-at-spi2/distinfo +++ b/devel/py-at-spi2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2017/08/25 12:33:55 prlw1 Exp $ +$NetBSD: distinfo,v 1.14 2019/07/18 15:16:46 prlw1 Exp $ -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 +SHA1 (pyatspi-2.33.2.tar.xz) = 88c4e4f884e2c51881299f5a5eab3e0e6bf4d415 +RMD160 (pyatspi-2.33.2.tar.xz) = 67646ff46e27fd4db75f696749679903e786795d +SHA512 (pyatspi-2.33.2.tar.xz) = 6805520a8f0bcd37aa7a9c688dc08e54305e061c9facf86fe686b3ad368737fb86ff4c719e960c85df4eec5cc4b936953168392575c90f40059fd4e922fb0217 +Size (pyatspi-2.33.2.tar.xz) = 311196 bytes |