pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-at-spi2 Update py-at-spi2 to 2.33.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adf2d073f468
branches:  trunk
changeset: 336625:adf2d073f468
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Jul 18 15:16:46 2019 +0000

description:
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).

diffstat:

 devel/py-at-spi2/Makefile |   6 ++----
 devel/py-at-spi2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 5c933644b0a9 -r adf2d073f468 devel/py-at-spi2/Makefile
--- a/devel/py-at-spi2/Makefile Thu Jul 18 15:06:50 2019 +0000
+++ b/devel/py-at-spi2/Makefile Thu Jul 18 15:16:46 2019 +0000
@@ -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 @@
 
 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 -r 5c933644b0a9 -r adf2d073f468 devel/py-at-spi2/distinfo
--- a/devel/py-at-spi2/distinfo Thu Jul 18 15:06:50 2019 +0000
+++ b/devel/py-at-spi2/distinfo Thu Jul 18 15:16:46 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index