pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-dbus py-dbus: update to 1.2.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/becb7f7893cc
branches:  trunk
changeset: 456430:becb7f7893cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 29 10:00:06 2021 +0000

description:
py-dbus: update to 1.2.18.

dbus Python Bindings 1.2.18 (2021-07-20)
========================================

Build-time configuration changes:

• dbus-python will be built for python3 if neither PYTHON nor
  PYTHON_VERSION is specified. Use a command like

      ./configure PYTHON=$(command -v python2)

  if installation for Python 2 (EOL 2020-01-01) is required.

Dependencies:

• Python 2 reached end-of-life on 2020-01-01. A future version of
  dbus-python is likely to remove Python 2 support.

Fixes:

• Move from collections.Sequence to collections.abc.Sequence on
  Python ≥ 3.3, for Python 3.10 compatibility
  (dbus-python#37; Simon McVittie)

• Avoid another deprecation warning for inspect.getargspec().
  This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal
  rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf)

• Fix an unlikely fd leak if memory allocation fails for UnixFd
  (dbus-python!9, Red Hat #1938703; David King)

• Fix memory and fd leak if UnixFd is given an invalid negative
  variant_level (Simon McVittie)

• Avoid more deprecation warnings:
  - gi.repository.GObject.MainLoop etc. (now used via gi.repository.GLib)
  - gi.repository.GLib.threads_init (no longer necessary at all)
  (Simon McVittie)

• Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed
  declarations and statements in its headers, so we can no longer
  enforce this. (Simon McVittie)

• Convert examples to Python 3 (Simon McVittie)

• Use the same Python executable for build and dist/distcheck by default
  (Simon McVittie)

CI fixes:

• Stop installing tap.py for Python 2. The latest version only supports
  Python 3. (Simon McVittie)

• Move from Python 3.8 on Debian unstable (no longer available) to
  3.9 on Debian 11 (Simon McVittie)

• Also test with Python 3.10 on Ubuntu 21.10 (Simon McVittie)

• Remove Travis-CI integration, only use Gitlab-CI (Simon McVittie)

diffstat:

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

diffs (38 lines):

diff -r 9162aac3678c -r becb7f7893cc sysutils/py-dbus/Makefile
--- a/sysutils/py-dbus/Makefile Thu Jul 29 09:59:00 2021 +0000
+++ b/sysutils/py-dbus/Makefile Thu Jul 29 10:00:06 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2020/03/08 16:48:12 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2021/07/29 10:00:06 wiz Exp $
 
-DISTNAME=      dbus-python-1.2.16
+DISTNAME=      dbus-python-1.2.18
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
-PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/
 
@@ -13,6 +12,7 @@
 
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       PYTHON=${PYTHONBIN}
 
 PY_PATCHPLIST=                 YES
 
diff -r 9162aac3678c -r becb7f7893cc sysutils/py-dbus/distinfo
--- a/sysutils/py-dbus/distinfo Thu Jul 29 09:59:00 2021 +0000
+++ b/sysutils/py-dbus/distinfo Thu Jul 29 10:00:06 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2020/01/27 10:42:12 wiz Exp $
+$NetBSD: distinfo,v 1.20 2021/07/29 10:00:06 wiz Exp $
 
-SHA1 (dbus-python-1.2.16.tar.gz) = de05308c75baa2ce5434de73d60428c005ac0cc1
-RMD160 (dbus-python-1.2.16.tar.gz) = ea5fa85fab091e77e45cd93d5a978d9d9bb85a04
-SHA512 (dbus-python-1.2.16.tar.gz) = e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c
-Size (dbus-python-1.2.16.tar.gz) = 576701 bytes
+SHA1 (dbus-python-1.2.18.tar.gz) = ab94729c940f0d95dde2503a96e5c3e2f4644b76
+RMD160 (dbus-python-1.2.18.tar.gz) = 5552b124fb35d5271b8a4813e8635cbf1bdb5836
+SHA512 (dbus-python-1.2.18.tar.gz) = 72f422c59637392bd78b741b66dff2afadcc706452c3e82fdc14b1dc052a0c5cb8a85e2758d18c5cbdc08004419a0b3c16b67b99688d96307084403e72585900
+Size (dbus-python-1.2.18.tar.gz) = 578204 bytes
 SHA1 (patch-aa) = bcbcabf858eca13948dc874316d18da4ef36b6de


Home | Main Index | Thread Index | Old Index