pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-at-spi2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Jul 18 15:16:46 UTC 2019

Modified Files:
        pkgsrc/devel/py-at-spi2: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-at-spi2/Makefile
cvs rdiff -u -r1.13 -r1.14 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.

Modified files:

Index: pkgsrc/devel/py-at-spi2/Makefile
diff -u pkgsrc/devel/py-at-spi2/Makefile:1.23 pkgsrc/devel/py-at-spi2/Makefile:1.24
--- pkgsrc/devel/py-at-spi2/Makefile:1.23       Mon Oct 22 16:13:16 2018
+++ pkgsrc/devel/py-at-spi2/Makefile    Thu Jul 18 15:16:46 2019
@@ -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"

Index: pkgsrc/devel/py-at-spi2/distinfo
diff -u pkgsrc/devel/py-at-spi2/distinfo:1.13 pkgsrc/devel/py-at-spi2/distinfo:1.14
--- pkgsrc/devel/py-at-spi2/distinfo:1.13       Fri Aug 25 12:33:55 2017
+++ pkgsrc/devel/py-at-spi2/distinfo    Thu Jul 18 15:16:46 2019
@@ -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