summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-11-23 10:53:30 +0000
committerSimon McVittie <smcv@collabora.com>2020-11-23 10:53:30 +0000
commit576cab6bed6bd4fd4263a5e23c22f630a9c0812c (patch)
tree1367b7812598e1bb4d091ac9d209e0a1710a5c44 /NEWS
parentae14ce2c11831226c82b4f4765455905c39d87da (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 97ac0ab..9c4591d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
dbus Python Bindings 1.2.18 (UNRELEASED)
========================================
-...
+Fixes:
+
+• Avoid another deprecation warning for inspect.getargspec().
+ This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal
+ rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf)
+
+• Avoid more deprecation warnings:
+ - collections.Sequence (now used via collections.abc.Sequence on
+ Python ≥ 3.3)
+ - gi.repository.GObject.MainLoop etc. (now used via gi.repository.GLib)
+ - gi.repository.GLib.threads_init (no longer necessary at all)
+ (Simon McVittie)
+
+• Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed
+ declarations and statements in its headers, so we can no longer
+ enforce this. (Simon McVittie)
+
+CI fixes:
+
+• Stop installing tap.py for Python 2. The latest version only supports
+ Python 3. (Simon McVittie)
dbus Python Bindings 1.2.16 (2020-01-14)
========================================