diff options
author | prlw1 <prlw1@pkgsrc.org> | 2020-07-31 10:48:00 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2020-07-31 10:48:00 +0000 |
commit | c4e54b12262871887bbe3a4ea5101d605bbc2316 (patch) | |
tree | f5f47558aaa38fb4235d879e40f89954d09730a2 /devel/py-at-spi2 | |
parent | 38e09f49a75d69f96cfa3da028388b8610bf77fd (diff) | |
download | pkgsrc-c4e54b12262871887bbe3a4ea5101d605bbc2316.tar.gz |
Update py-at-spi2 to 2.36.0
What's new in pyatspi 2.35.1:
* Fix dead link in README.
* Adjust accepted test results for python 3.8 compatibility (!21).
* Add ROLE_MARK and ROLE_SUGGESTION (!22).
What's new in pyatspi 2.34.0:
* Updated doap, and include it in the tarball.
What's new in pyatspi 2.33.92:
* Several test fixes (thanks to Samuel THibault).
* Add license header on some test files.
What's new in pyatspi 2.33.90:
* Fix typo in get_imageLocale.
* event.str(): show event sender.
* Remove wrapper for atspi_text_notify_reading_position, as the function has
been removed from at-spi2-core.
* events: replace object:text:reading-position with
screen-reader:region-changed.
* Add wrapper for atspi_set_reference_window.
Diffstat (limited to 'devel/py-at-spi2')
-rw-r--r-- | devel/py-at-spi2/Makefile | 8 | ||||
-rw-r--r-- | devel/py-at-spi2/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile index b98a47cd0fc..334b6485137 100644 --- a/devel/py-at-spi2/Makefile +++ b/devel/py-at-spi2/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.26 2020/03/08 16:49:18 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2020/07/31 10:48:00 prlw1 Exp $ -DISTNAME= pyatspi-2.33.2 +DISTNAME= pyatspi-2.36.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/} -PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= prlw1@cam.ac.uk -HOMEPAGE= https://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus +HOMEPAGE= https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus + COMMENT= Python Assistive Technology Service Provider Interface # GPLv2 for pasytest, but tests are not built by default LICENSE= gnu-lgpl-v2 diff --git a/devel/py-at-spi2/distinfo b/devel/py-at-spi2/distinfo index 9a56e75abbd..fed3c964b41 100644 --- a/devel/py-at-spi2/distinfo +++ b/devel/py-at-spi2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2019/07/18 15:16:46 prlw1 Exp $ +$NetBSD: distinfo,v 1.15 2020/07/31 10:48:00 prlw1 Exp $ -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 +SHA1 (pyatspi-2.36.0.tar.xz) = 5f6c87474f1475cfb39ad9497be6237d50cd4640 +RMD160 (pyatspi-2.36.0.tar.xz) = 3e21eb6f04c27add5603840e6f89d8c96311ccbe +SHA512 (pyatspi-2.36.0.tar.xz) = 709236fd992f570426043e32b201bdfee06bb28faa3d1237778f4069d3548b88b8336e53c0951359f5c7e2914b90f6f682ac58e33c84e32f360bdc32662800af +Size (pyatspi-2.36.0.tar.xz) = 315076 bytes |