<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/dbus, branch dbus-python-1.3.0</title>
<subtitle>gitlab.freedesktop.org: dbus/dbus-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/'/>
<entry>
<title>Add licensing information in REUSE format</title>
<updated>2022-09-05T09:53:58+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2022-09-04T22:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=f83a62c27203553c04c375ff663d9d99273670c9'/>
<id>f83a62c27203553c04c375ff663d9d99273670c9</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid escape sequence warnings</title>
<updated>2021-09-15T18:38:56+00:00</updated>
<author>
<name>Jason Yundt</name>
<email>swagfortress@gmail.com</email>
</author>
<published>2021-09-11T22:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=7628ca0e34db0ad4d5570bec6668ce1184aa99c2'/>
<id>7628ca0e34db0ad4d5570bec6668ce1184aa99c2</id>
<content type='text'>
Backslashes only allowed in string literals if they're part of an escape
sequence (raw strings are an exception to this rule).[1] This change
fixes some string literals that broke this rule.

1. https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals

Resolves: dbus/dbus-python#40
Signed-off-by: Jason Yundt &lt;swagfortress@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backslashes only allowed in string literals if they're part of an escape
sequence (raw strings are an exception to this rule).[1] This change
fixes some string literals that broke this rule.

1. https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals

Resolves: dbus/dbus-python#40
Signed-off-by: Jason Yundt &lt;swagfortress@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for Python 2</title>
<updated>2021-09-15T17:49:14+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2021-09-14T15:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=98cbe2b3ace53ef70738345548402cb4e74a4db7'/>
<id>98cbe2b3ace53ef70738345548402cb4e74a4db7</id>
<content type='text'>
Python 2 reached EOL on 2020-01-01, and the latest version of
AX_PYTHON_DEVEL breaks the build with Python 2. This seems as good a
time as any to drop compatibility.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2 reached EOL on 2020-01-01, and the latest version of
AX_PYTHON_DEVEL breaks the build with Python 2. This seems as good a
time as any to drop compatibility.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix getargspec() deprecation warning</title>
<updated>2020-11-19T07:18:01+00:00</updated>
<author>
<name>Martin Stumpf</name>
<email>martin.stumpf@methodpark.de</email>
</author>
<published>2020-11-19T07:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=cf9ec4e4f70d428b03757b2dd8e5894a1df49ad8'/>
<id>cf9ec4e4f70d428b03757b2dd8e5894a1df49ad8</id>
<content type='text'>
Analogous to 7881666743df953227ccc403af4edfac7dd7ab8e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Analogous to 7881666743df953227ccc403af4edfac7dd7ab8e
</pre>
</div>
</content>
</entry>
<entry>
<title>service: Adjust to deprecation of collections.Sequence</title>
<updated>2020-01-14T15:29:43+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2020-01-14T15:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=6a899a9174c8008ba5fb576238ea4d7c970453c3'/>
<id>6a899a9174c8008ba5fb576238ea4d7c970453c3</id>
<content type='text'>
Since Python 3.3 the recommended location is collections.abc.Sequence,
and the collections.Sequence alias will be removed in 3.9.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Python 3.3 the recommended location is collections.abc.Sequence,
and the collections.Sequence alias will be removed in 3.9.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't reply to NO_REPLY method calls</title>
<updated>2019-09-02T12:59:37+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2019-09-02T12:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=1079a9a79858f8b835d8256d9726e82ddc1feb57'/>
<id>1079a9a79858f8b835d8256d9726e82ddc1feb57</id>
<content type='text'>
This avoids unnecessary bus traffic, and when used on the system bus
it also avoids system log spam from the dbus-daemon rejecting the
unexpected reply.

Closes: https://gitlab.freedesktop.org/dbus/dbus-python/issues/26
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids unnecessary bus traffic, and when used on the system bus
it also avoids system log spam from the dbus-daemon rejecting the
unexpected reply.

Closes: https://gitlab.freedesktop.org/dbus/dbus-python/issues/26
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clearer licensing information in SPDX format</title>
<updated>2019-07-15T14:51:05+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2019-07-15T12:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=28734ae1661ea029fa2ed06fab6a4d6cf6ade098'/>
<id>28734ae1661ea029fa2ed06fab6a4d6cf6ade098</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert documentation from epydoc to Sphinx</title>
<updated>2018-05-02T10:08:16+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2018-05-02T10:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=6c630a819f6504d48a3a205ab323b2d0458913e5'/>
<id>6c630a819f6504d48a3a205ab323b2d0458913e5</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress documentation of __gtype__ in epydoc, for reproducible builds</title>
<updated>2017-11-05T13:02:21+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2017-11-05T13:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=8d695a84248ab70f576719141dffeeb9e8023e4d'/>
<id>8d695a84248ab70f576719141dffeeb9e8023e4d</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Python 2.6, along with several workarounds</title>
<updated>2016-08-11T09:15:01+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@debian.org</email>
</author>
<published>2016-08-11T09:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=167200cef749be40b3d3624cfb86a5928aeca522'/>
<id>167200cef749be40b3d3624cfb86a5928aeca522</id>
<content type='text'>
It hasn't had security support for about 3 years.

Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It hasn't had security support for about 3 years.

Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
