2009-01-07 22:20:28 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.83.0:
D-Bus Python Bindings 0.83.0 (2008-07-23)
=========================================
Features:
* Add bindings for DBusServer (thanks to Mathias Hasselmann, Huang Peng;
fd.o #14322, #15514).
* Omit the service's traceback from certain D-Bus errors: specifically, those
that were probably deliberately raised as part of an API. Subclasses
of DBusException that indicate programmer error can turn the traceback
back on if it seems likely to be useful.
Fixes:
* Don't emit spurious Error messages if libdbus gives object-path handlers
a message that isn't a method call (most likely because of binding to a
locally emitted signal, as in fd.o #14199).
* Make multiple filters added by Connection.add_message_filter work
(fd.o #15547, thanks to Huang Peng).
* Make the API docs build correctly when out-of-tree
* Require dbus 1.0 so we can get rid of DBUS_API_SUBJECT_TO_CHANGE
|
2008-04-25 22:06:04 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to py-dbus-0.82.4.
- Supports DESTDIR
- Accept Python 2.5
News:
* supplying reply_handler but not error_handler raises
MissingReplyHandlerException instead of MissingErrorHandlerException,
and vice versa (fd.o #12304, patch from Rene Neumann)
* Using non-recursive make for dbus/ directory should fix builds in some
environments (fd.o #12741)
|
2008-02-03 13:22:26 by Matthias Drochner | Files touched by this commit (1) |
Log message:
needs py-docutils to build documentation
|
2008-01-09 20:04:42 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.82.3
changes:
-fixes
-dbus.Bus() deprecated
-ode for which Collabora is the only copyright holder is now under
the same permissive MIT/X11 license under which dbus core
is being relicensed
|
2007-09-03 12:00:35 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.82.2
This is a new major branch, too many changes to list here.
|
2007-01-22 18:25:31 by Matthias Drochner | Files touched by this commit (1) |
Log message:
this needs py-libxml2 at runtime to work -- add a dependency
bump PKGREVISION
|
2006-08-23 11:45:59 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Update to 0.71:
D-Bus Python Bindings 0.71 (24 July 2006)
==
- Binary modules are now installed in the correct directory
- Distutils exports the dbus and dbus-glib cflags
D-Bus Python Bindings 0.70 (17 July 2006)
==
- First release of bindings split
- Move to a distutils build enviornment
- It is possible to now specify sender_keyword="foo", \
path_keyword="bar" when
adding a signal listener
|
2006-08-06 07:20:40 by Krister Walfridsson | Files touched by this commit (10) |
Log message:
Remove BROKEN_IN for packages that built in the latest
NetBSD 3.0_STABLE/i386 bulk build.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|