diff options
author | wiz <wiz> | 2010-05-02 13:31:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-05-02 13:31:54 +0000 |
commit | dce47f173a28970410b82e94baa23ea1e3a2f9da (patch) | |
tree | 461e60b2501ef18a4a93347dbde715a6e723190f /sysutils | |
parent | 7fd0baed9502d26d734b6e6c38bec5ee7139a8f5 (diff) | |
download | pkgsrc-dce47f173a28970410b82e94baa23ea1e3a2f9da.tar.gz |
Update to 0.83.1:
D-Bus Python Bindings 0.83.1 (2010-02-18)
=========================================
Fixes:
* fd.o #21172: avoid some deprecation warnings in Python 2.6
* fd.o #15013: add dbus.lowlevel.MESSAGE_TYPE_SIGNAL etc., for those who care
about message types at a low level
* When removing signal matches, clean up internal state, avoiding a memory
leak in long-lived Python processes that connect to signals from arbitrarily
many object paths (fd.o #17551, thanks to Marco Pesenti Gritti)
* When setting the sender of a message, allow it to be org.freedesktop.DBus
so you can implement a D-Bus daemon in pure Python (patch from Huang Peng)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-dbus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index e3010c85cd1..c5a0303c439 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/09/23 09:54:46 tron Exp $ +# $NetBSD: Makefile,v 1.16 2010/05/02 13:31:54 wiz Exp $ # -DISTNAME= dbus-python-0.83.0 +DISTNAME= dbus-python-0.83.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ diff --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo index 75efd6a6728..b11beaec5ca 100644 --- a/sysutils/py-dbus/distinfo +++ b/sysutils/py-dbus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/01/07 21:20:28 wiz Exp $ +$NetBSD: distinfo,v 1.6 2010/05/02 13:31:54 wiz Exp $ -SHA1 (dbus-python-0.83.0.tar.gz) = c2a6edaf69b52066e8fb205ebee96a1aae141944 -RMD160 (dbus-python-0.83.0.tar.gz) = a0b49521199320992b83834feccaa537b61ae8e2 -Size (dbus-python-0.83.0.tar.gz) = 494281 bytes +SHA1 (dbus-python-0.83.1.tar.gz) = a209de26ade2546251e5877f3b650789870755a4 +RMD160 (dbus-python-0.83.1.tar.gz) = d549fb52b52c960dc5aa646e809906142dcb067b +Size (dbus-python-0.83.1.tar.gz) = 533391 bytes |