pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-Xlib Update py-Xlib to 0.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fc5d45842ac
branches:  trunk
changeset: 440004:8fc5d45842ac
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Oct 01 12:01:50 2020 +0000

description:
Update py-Xlib to 0.28

Version 0.28
============

Extensions
----------

- DPMS: Display Power Management Signaling (by @thiagokokada)

---
Version 0.27
============

Bug Fixes
---------

- fix TypeError in socket.error exception handling for Python 3.x (by @t-wissmann)

Extensions
----------

- NV-CONTROL: set offset for all perf levels (by @Sporif)

---
Version 0.26
============

Bug Fixes
---------

- support legacy X servers like RealVNC's one (by @Gerardwx)

Extensions
----------

- enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
- add example xfixes-selection-notify.py (by @acrisci)
- fix two issues in NV-CONTROL extension (by @leinardi)
- add method get_clock_info into NV-CONTROL extension (by @leinardi)
- add default client version into Composite extension (by @jakogut)
- add Damage extension with the example (by @mgarg1 and @jakogut)

diffstat:

 x11/py-Xlib/Makefile |   5 ++---
 x11/py-Xlib/PLIST    |   8 +++++++-
 x11/py-Xlib/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 46ba46485a89 -r 8fc5d45842ac x11/py-Xlib/Makefile
--- a/x11/py-Xlib/Makefile      Thu Oct 01 11:58:36 2020 +0000
+++ b/x11/py-Xlib/Makefile      Thu Oct 01 12:01:50 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/11/03 09:14:14 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/10/01 12:01:50 prlw1 Exp $
 
-DISTNAME=      python-xlib-0.25
+DISTNAME=      python-xlib-0.28
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-x/X/}
-PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=python-xlib/}
 GITHUB_PROJECT=        python-xlib
diff -r 46ba46485a89 -r 8fc5d45842ac x11/py-Xlib/PLIST
--- a/x11/py-Xlib/PLIST Thu Oct 01 11:58:36 2020 +0000
+++ b/x11/py-Xlib/PLIST Thu Oct 01 12:01:50 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/10/02 16:13:48 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/10/01 12:01:50 prlw1 Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -34,6 +34,12 @@
 ${PYSITELIB}/Xlib/ext/composite.py
 ${PYSITELIB}/Xlib/ext/composite.pyc
 ${PYSITELIB}/Xlib/ext/composite.pyo
+${PYSITELIB}/Xlib/ext/damage.py
+${PYSITELIB}/Xlib/ext/damage.pyc
+${PYSITELIB}/Xlib/ext/damage.pyo
+${PYSITELIB}/Xlib/ext/dpms.py
+${PYSITELIB}/Xlib/ext/dpms.pyc
+${PYSITELIB}/Xlib/ext/dpms.pyo
 ${PYSITELIB}/Xlib/ext/ge.py
 ${PYSITELIB}/Xlib/ext/ge.pyc
 ${PYSITELIB}/Xlib/ext/ge.pyo
diff -r 46ba46485a89 -r 8fc5d45842ac x11/py-Xlib/distinfo
--- a/x11/py-Xlib/distinfo      Thu Oct 01 11:58:36 2020 +0000
+++ b/x11/py-Xlib/distinfo      Thu Oct 01 12:01:50 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/08/05 12:26:15 prlw1 Exp $
+$NetBSD: distinfo,v 1.9 2020/10/01 12:01:50 prlw1 Exp $
 
-SHA1 (python-xlib-0.25.tar.bz2) = 5f51029348fac5d8cebefa7da9dfb53fb14bdb33
-RMD160 (python-xlib-0.25.tar.bz2) = fa5e7efdaddcf90e0b887a5b4d26671866350212
-SHA512 (python-xlib-0.25.tar.bz2) = 616020b740ec80c1c33e1b2934674c14b6c4c9eef5d217b4b89b0316d0bf2d90e604f22269fd7b24882f27f010ff39ec530c262897fcd6b481451002956e38ce
-Size (python-xlib-0.25.tar.bz2) = 204578 bytes
+SHA1 (python-xlib-0.28.tar.bz2) = ee1b3f278595ae45b86d7533cec0d3934ec037af
+RMD160 (python-xlib-0.28.tar.bz2) = 3e75bd82be913fba7e119979a28dfaee9198dec3
+SHA512 (python-xlib-0.28.tar.bz2) = 69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae425555f0d512c4c2
+Size (python-xlib-0.28.tar.bz2) = 203306 bytes



Home | Main Index | Thread Index | Old Index