<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/py-dbus/Makefile, branch pkgsrc_2011Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-01-04T09:55:49Z</updated>
<entry>
<title>revert to 0.83.1</title>
<updated>2011-01-04T09:55:49Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2011-01-04T09:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ad4631fec4f770b0695594d479df3fb509b27d01'/>
<id>urn:sha1:ad4631fec4f770b0695594d479df3fb509b27d01</id>
<content type='text'>
with 0.83.2, audio/sonata crashes on startup for me
(might be an incompatibility with our libdbus version)
</content>
</entry>
<entry>
<title>Update to 0.83.2. Set LICENSE. Remove expat from bl3.mk, since it's not</title>
<updated>2010-12-12T12:18:34Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-12-12T12:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=13bb39d6c1fb49ea32142c525f73f8531f8615ec'/>
<id>urn:sha1:13bb39d6c1fb49ea32142c525f73f8531f8615ec</id>
<content type='text'>
referenced in Makefile.

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

Dependencies:

* libdbus 1.2 is still supported, but libdbus &gt;= 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)
</content>
</entry>
<entry>
<title>Update to 0.83.1:</title>
<updated>2010-05-02T13:31:54Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-05-02T13:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dce47f173a28970410b82e94baa23ea1e3a2f9da'/>
<id>urn:sha1:dce47f173a28970410b82e94baa23ea1e3a2f9da</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary</title>
<updated>2009-09-23T09:54:45Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2009-09-23T09:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a69e91ec229b4560f7a6079244fccfdd3fdd5fb'/>
<id>urn:sha1:5a69e91ec229b4560f7a6079244fccfdd3fdd5fb</id>
<content type='text'>
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
</content>
</entry>
<entry>
<title>add 26 to PYTHON_VERSIONS_ACCEPTED.</title>
<updated>2009-05-10T10:28:50Z</updated>
<author>
<name>zafer</name>
<email>zafer</email>
</author>
<published>2009-05-10T10:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=baf3349e17d77b3e4e5191bbb452403c11ace390'/>
<id>urn:sha1:baf3349e17d77b3e4e5191bbb452403c11ace390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.83.0:</title>
<updated>2009-01-07T21:20:28Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-01-07T21:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c753fddc63da039d7c08ed1c7e23f7ef43f67ba7'/>
<id>urn:sha1:c753fddc63da039d7c08ed1c7e23f7ef43f67ba7</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Update to py-dbus-0.82.4.</title>
<updated>2008-04-25T20:06:04Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-04-25T20:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=00dade922c10f5a34306c5cbd64e9bf932f654e6'/>
<id>urn:sha1:00dade922c10f5a34306c5cbd64e9bf932f654e6</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>needs py-docutils to build documentation</title>
<updated>2008-02-03T12:22:26Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-02-03T12:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4352df7fb24666a9ec5700718de5232f2862763'/>
<id>urn:sha1:c4352df7fb24666a9ec5700718de5232f2862763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 0.82.3</title>
<updated>2008-01-09T19:04:42Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-01-09T19:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=244bfdf38614f4ef75ad38a24cc4092d1e718768'/>
<id>urn:sha1:244bfdf38614f4ef75ad38a24cc4092d1e718768</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>update to 0.82.2</title>
<updated>2007-09-03T10:00:34Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2007-09-03T10:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6c94b47ce7f97350686141fcb3737cb4fa7ff9c6'/>
<id>urn:sha1:6c94b47ce7f97350686141fcb3737cb4fa7ff9c6</id>
<content type='text'>
This is a new major branch, too many changes to list here.
</content>
</entry>
</feed>
