summaryrefslogtreecommitdiff
path: root/sysutils/dbus-python-common
diff options
context:
space:
mode:
authorwiz <wiz>2013-05-29 22:59:32 +0000
committerwiz <wiz>2013-05-29 22:59:32 +0000
commitae4bc45a1451c8a6810dad7d3c127fd39254d106 (patch)
tree5038690f081a253c6b3d107cd487ec01f16127e9 /sysutils/dbus-python-common
parenta26148e8fc4ae1d2bd40ae596ed89b7df95cd122 (diff)
downloadpkgsrc-ae4bc45a1451c8a6810dad7d3c127fd39254d106.tar.gz
Update to 1.2.0.
D-Bus Python Bindings 1.2.0 (2013-05-07) ======================================== The "compile like it's 1998" release. Dependencies: • libdbus 1.6 or later is now required. Enhancements: • Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: • Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) • Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) • Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) • Remove unnecessary uses of stdint.h (fd.o #51725) • Add support for Unix compilers not supporting 'inline', for completeness • Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 • Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006)
Diffstat (limited to 'sysutils/dbus-python-common')
-rw-r--r--sysutils/dbus-python-common/Makefile8
-rw-r--r--sysutils/dbus-python-common/distinfo8
2 files changed, 7 insertions, 9 deletions
diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile
index 13b841b86e1..a24a6537fd9 100644
--- a/sysutils/dbus-python-common/Makefile
+++ b/sysutils/dbus-python-common/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/10/23 19:50:57 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2013/05/29 22:59:32 wiz Exp $
-DISTNAME= dbus-python-1.1.1
-PKGNAME= dbus-python-common-1.1.1
-PKGREVISION= 1
+DISTNAME= dbus-python-1.2.0
+PKGNAME= dbus-python-common-1.2.0
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
diff --git a/sysutils/dbus-python-common/distinfo b/sysutils/dbus-python-common/distinfo
index 1f7ba9ab6b8..48311e5ae92 100644
--- a/sysutils/dbus-python-common/distinfo
+++ b/sysutils/dbus-python-common/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/08/01 18:01:24 drochner Exp $
+$NetBSD: distinfo,v 1.2 2013/05/29 22:59:32 wiz Exp $
-SHA1 (dbus-python-1.1.1.tar.gz) = 3c15438a7ec1f0698d50557e3421564564d0e097
-RMD160 (dbus-python-1.1.1.tar.gz) = 8e810a15c417541744df68cb01e5d707488bd6e8
-Size (dbus-python-1.1.1.tar.gz) = 596476 bytes
+SHA1 (dbus-python-1.2.0.tar.gz) = 7a00f7861d26683ab7e3f4418860bd426deed9b5
+RMD160 (dbus-python-1.2.0.tar.gz) = cba09a1ca259bfa49c943142110a968241f40360
+Size (dbus-python-1.2.0.tar.gz) = 602426 bytes