<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/setup.py, branch dbus-python-1.3.2</title>
<subtitle>gitlab.freedesktop.org: dbus/dbus-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/'/>
<entry>
<title>setup.py: Build using Meson instead of Autotools by default</title>
<updated>2022-09-05T23:32:56+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2022-09-05T10:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=0f725f0a534e2592e7c5b99bcb8eae579a3d5232'/>
<id>0f725f0a534e2592e7c5b99bcb8eae579a3d5232</id>
<content type='text'>
This requires mostly dropping support for Python 3.5 and 3.6, both of
which are EOL anyway.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires mostly dropping support for Python 3.5 and 3.6, both of
which are EOL anyway.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py: Remove obsolete Python 2 classifier</title>
<updated>2022-09-05T13:32:22+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2022-09-05T10:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=fe6d042506be51d4c4e38a573442c3e090bcc80d'/>
<id>fe6d042506be51d4c4e38a573442c3e090bcc80d</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>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://trove.baserock.org/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>Use README as the long description</title>
<updated>2018-05-02T14:18:32+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2018-05-02T14:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=72957e9f4af2ffd6308afaf7f5b30cebe5b278fe'/>
<id>72957e9f4af2ffd6308afaf7f5b30cebe5b278fe</id>
<content type='text'>
PyPI no longer renders README by default.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPI no longer renders README by default.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename source directories for C code to silence an ImportWarning</title>
<updated>2017-11-05T13:56:09+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2017-11-05T13:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=71a613348477336df175a45dd46f035def495115'/>
<id>71a613348477336df175a45dd46f035def495115</id>
<content type='text'>
Python warns that it is not importing these directories because they
contain no __init__.py.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python warns that it is not importing these directories because they
contain no __init__.py.

Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use TAP syntax for all directly-run tests</title>
<updated>2016-08-11T08:24:22+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@debian.org</email>
</author>
<published>2016-08-11T07:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=56af7b702bfd9fa97c11111d4f832bb95263273f'/>
<id>56af7b702bfd9fa97c11111d4f832bb95263273f</id>
<content type='text'>
For now this means that skipped tests will be reported as passed.
This will be corrected in the next commit.

Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now this means that skipped tests will be reported as passed.
This will be corrected in the next commit.

Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable Automake maintainer mode when building via setup.py</title>
<updated>2016-02-22T16:04:33+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@debian.org</email>
</author>
<published>2016-02-22T16:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=7fd4c59f906cec2d6b87fde795a72499314273ee'/>
<id>7fd4c59f906cec2d6b87fde795a72499314273ee</id>
<content type='text'>
pip doesn't preserve timestamps in tarballs, so half the build system
is going to look as though it has been changed.

Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pip doesn't preserve timestamps in tarballs, so half the build system
is going to look as though it has been changed.

Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setup.py in tarballs on Python 2</title>
<updated>2016-02-22T12:27:22+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@debian.org</email>
</author>
<published>2016-02-22T12:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=a7c0dc02695addec1a2ed4c2277878c514883c9d'/>
<id>a7c0dc02695addec1a2ed4c2277878c514883c9d</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;smcv@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a setup.py which wraps Autotools in something virtualenv-friendly</title>
<updated>2016-01-21T20:06:09+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2016-01-21T20:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=88e9da1ddec51a99246d5128a6202dd9205af34c'/>
<id>88e9da1ddec51a99246d5128a6202dd9205af34c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove setup.py (no longer used in favour of autotools)</title>
<updated>2007-01-09T12:46:53+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-09T12:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=2a100a94dc4db5174244b9dac89f4ca5c1083103'/>
<id>2a100a94dc4db5174244b9dac89f4ca5c1083103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
