Source-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.36.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c9c85e3891a
branches:  trunk
changeset: 436292:8c9c85e3891a
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Jul 31 10:48:00 2020 +0000

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

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

diffs (37 lines):

diff -r 6587a25f9c61 -r 8c9c85e3891a devel/py-at-spi2/Makefile
--- a/devel/py-at-spi2/Makefile Fri Jul 31 10:43:08 2020 +0000
+++ b/devel/py-at-spi2/Makefile Fri Jul 31 10:48:00 2020 +0000
@@ -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@localhost
-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 -r 6587a25f9c61 -r 8c9c85e3891a devel/py-at-spi2/distinfo
--- a/devel/py-at-spi2/distinfo Fri Jul 31 10:43:08 2020 +0000
+++ b/devel/py-at-spi2/distinfo Fri Jul 31 10:48:00 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index