summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-04-21 16:10:15 +0100
committerSimon McVittie <smcv@collabora.com>2018-04-21 16:10:15 +0100
commit8a0dc04483ae99c1c92e34c979b571eba3afb88e (patch)
tree1be6a7f01fdbd6c378e5d0c7ea534dfe165338c2
parentfd4bd409e757dca1cee47188f5fb8a50ee9744c7 (diff)
Remove obsolete COMPAT.txt
This was about compatibility with the rename and rewrite of dbus_bindings as _dbus_bindings, which took place over a decade ago. If any projects are still not compatible with the "new" dbus-python then there is no hope for them. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--COMPAT.txt47
1 files changed, 0 insertions, 47 deletions
diff --git a/COMPAT.txt b/COMPAT.txt
deleted file mode 100644
index f4e303e..0000000
--- a/COMPAT.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-Incompatibilities observed in Debian
-------------------------------------
-
-avahi
-~~~~~
-Looks OK.
-
-hal-device-manager
-~~~~~~~~~~~~~~~~~~
-
-* String lists are presented poorly in the info view due to the changed
- repr() - near line 443
- * patch submitted, bugs.fd.o #9343
-* Everything appears as a 'strlist' because of equality tests on types
- near line 443
- * patch submitted, bugs.fd.o #9343
-* Unregistering object paths is done with callback=None. This won't
- actually unregister, currently (should be fixed in dbus-python)
-
-gajim
-~~~~~
-
-* Uses name ``dbus.dbus_bindings.DBusException`` - will fail
- * glue in dbus-python, patch sent upstream,
- http://trac.gajim.org/ticket/2784
-* RemoteInterface will need fixing up - uses Variant and tries to
- represent None
- * patch sent upstream, http://trac.gajim.org/ticket/2784
-* Uses ``dbus_bindings.Signal`` to emit signals!
- * patch sent upstream, http://trac.gajim.org/ticket/2784
-
-gnome-osd
-~~~~~~~~~
-
-* eventbridge: Uses ``dbus.dbus_bindings.bus_request_name`` to get a name
- * glue in dbus-python, patch sent upstream by email
-
-jokosher
-~~~~~~~~
-Looks OK.
-
-listen
-~~~~~~
-Looks OK.
-
-..
- vim:set sw=2 sts=2 et ft=rst tw=72: