pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 12 12:18:34 UTC 2010

Modified Files:
        pkgsrc/sysutils/py-dbus: Makefile buildlink3.mk distinfo

Log Message:
Update to 0.83.2. Set LICENSE. Remove expat from bl3.mk, since it's not
referenced in Makefile.

D-Bus Python Bindings 0.83.2 (2010-12-02)
=========================================

Dependencies:

* libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended.

Fixes:

* Make BusConnection.list_activatable_names actually call ListActivatableNames,
  not ListNames (Johan Sandelin)

* Don't override CFLAGS when adding compiler warnings
  (Louis-Francis RattÃ-Boulianne)

* Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64
  (Elvis PfÃtzenreuter)

* fd.o #21831: deserialize empty byte arrays with byte_arrays=True as
  ByteArray(''), not ByteArray('None') (Simon McVittie)

* fd.o #23278, #25105: fix crashes when trying to append more struct entries
  than the signature allows with libdbus 1.4 (Simon McVittie)

* fd.o #23831: fix crashes when an embedded Python interpreter imports dbus,
  is finalized, is re-initialized, and re-imports dbus (Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-dbus/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/py-dbus/buildlink3.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-dbus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index