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: Fri Jul 31 10:48:00 UTC 2020
Modified Files:
pkgsrc/devel/py-at-spi2: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-at-spi2/Makefile
cvs rdiff -u -r1.14 -r1.15 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.26 pkgsrc/devel/py-at-spi2/Makefile:1.27
--- pkgsrc/devel/py-at-spi2/Makefile:1.26 Sun Mar 8 16:49:18 2020
+++ pkgsrc/devel/py-at-spi2/Makefile Fri Jul 31 10:48:00 2020
@@ -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
Index: pkgsrc/devel/py-at-spi2/distinfo
diff -u pkgsrc/devel/py-at-spi2/distinfo:1.14 pkgsrc/devel/py-at-spi2/distinfo:1.15
--- pkgsrc/devel/py-at-spi2/distinfo:1.14 Thu Jul 18 15:16:46 2019
+++ pkgsrc/devel/py-at-spi2/distinfo Fri Jul 31 10:48:00 2020
@@ -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