pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-xcbgen py-xcbgen: update to 1.14.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0e2f139efe0
branches:  trunk
changeset: 440457:d0e2f139efe0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 09 06:45:15 2020 +0000

description:
py-xcbgen: update to 1.14.1.

This minor bug fix release provides compatibility with Python 3.9 by
replacing usage of deprecated API's which were removed in Python 3.9.

Alan Coopersmith (1):
      xcb-proto 1.14.1

Björn Esser (3):
      xcbgen: Use math.gcd() for Python >= 3.5.
      xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.
      xcbgen: Use xml.etree.ElementTree for Python >= 3.3.

Samanta Navarro (1):
      Fix typo in documentation

Uli Schlachter (1):
      Parse a field's "enum=" correctly

diffstat:

 x11/py-xcbgen/Makefile |   6 +++---
 x11/py-xcbgen/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r bb6200baafd4 -r d0e2f139efe0 x11/py-xcbgen/Makefile
--- a/x11/py-xcbgen/Makefile    Fri Oct 09 06:45:00 2020 +0000
+++ b/x11/py-xcbgen/Makefile    Fri Oct 09 06:45:15 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/02/23 22:32:03 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/10/09 06:45:15 wiz Exp $
 
-DISTNAME=      xcb-proto-1.14
-PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.14
+DISTNAME=      xcb-proto-1.14.1
+PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.14.1
 CATEGORIES=    x11
 MASTER_SITES=  https://xorg.freedesktop.org/archive/individual/proto/
 EXTRACT_SUFX=  .tar.xz
diff -r bb6200baafd4 -r d0e2f139efe0 x11/py-xcbgen/distinfo
--- a/x11/py-xcbgen/distinfo    Fri Oct 09 06:45:00 2020 +0000
+++ b/x11/py-xcbgen/distinfo    Fri Oct 09 06:45:15 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2020/02/23 22:32:03 wiz Exp $
+$NetBSD: distinfo,v 1.15 2020/10/09 06:45:15 wiz Exp $
 
-SHA1 (xcb-proto-1.14.tar.xz) = 170307b3748cf6c9953db2017615821428fca8be
-RMD160 (xcb-proto-1.14.tar.xz) = 0f915a33a8938de24ce9a7c6e13b6959f4c60388
-SHA512 (xcb-proto-1.14.tar.xz) = de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690
-Size (xcb-proto-1.14.tar.xz) = 143384 bytes
+SHA1 (xcb-proto-1.14.1.tar.xz) = 836d5b2dd00ff21bd038e92764fda9a256a1b022
+RMD160 (xcb-proto-1.14.1.tar.xz) = b62360ed1de93297984d0a80ac598eef59512614
+SHA512 (xcb-proto-1.14.1.tar.xz) = 140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
+Size (xcb-proto-1.14.1.tar.xz) = 143588 bytes
 SHA1 (patch-ae) = e5bff371fc8d87b9e3eaaea80734f8fcf544b4b1



Home | Main Index | Thread Index | Old Index