<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/systemd, branch v230</title>
<subtitle>github.com: systemd/python-systemd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/'/>
<entry>
<title>Update LICENSE file and classifiers</title>
<updated>2015-07-06T00:16:51+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-07-06T00:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=410f054ddf904a989fd3b0c029bfc88e9182f056'/>
<id>410f054ddf904a989fd3b0c029bfc88e9182f056</id>
<content type='text'>
The license was originally MIT, but when this module became part of systemd,
it was changed to LGPLv2+. All files had correct headers, so only the LICENSE
file needs updating. Take the opportunity to add classifiers to setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The license was originally MIT, but when this module became part of systemd,
it was changed to LGPLv2+. All files had correct headers, so only the LICENSE
file needs updating. Take the opportunity to add classifiers to setup.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: update setup.py to build everything</title>
<updated>2015-07-05T19:10:30+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-07-05T18:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=31baccc855b48adde5173a31037bb1b82c42f7aa'/>
<id>31baccc855b48adde5173a31037bb1b82c42f7aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove gudev and gtk-doc</title>
<updated>2015-07-05T18:19:22+00:00</updated>
<author>
<name>Kay Sievers</name>
<email>kay@vrfy.org</email>
</author>
<published>2015-06-02T22:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=2a3fc158a5160e8da77852fc71ee49c6f359fd56'/>
<id>2a3fc158a5160e8da77852fc71ee49c6f359fd56</id>
<content type='text'>
The library moved to:
  https://git.gnome.org/browse/libgudev/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The library moved to:
  https://git.gnome.org/browse/libgudev/
</pre>
</div>
</content>
</entry>
<entry>
<title>python-systemd: fix is_socket_inet to cope with ports</title>
<updated>2015-07-05T18:19:22+00:00</updated>
<author>
<name>Simon Farnsworth</name>
<email>simon.farnsworth@onelan.co.uk</email>
</author>
<published>2015-03-25T17:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=d6c4257815a7d231aa55d4fa88d6cb374d98c3e8'/>
<id>d6c4257815a7d231aa55d4fa88d6cb374d98c3e8</id>
<content type='text'>
Just a couple of trivial oversights.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just a couple of trivial oversights.
</pre>
</div>
</content>
</entry>
<entry>
<title>python-systemd: avoid hitting assert in __exit__</title>
<updated>2015-07-05T18:19:22+00:00</updated>
<author>
<name>Dave Reisner</name>
<email>dreisner@archlinux.org</email>
</author>
<published>2014-10-14T11:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=7ea37c0d40bb23e44777925207dd4338037861f7'/>
<id>7ea37c0d40bb23e44777925207dd4338037861f7</id>
<content type='text'>
Reader_close() asserts that 'args' is always NULL, but the __exit__
function forwards a non-NULL args.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reader_close() asserts that 'args' is always NULL, but the __exit__
function forwards a non-NULL args.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always prefer our headers to system headers</title>
<updated>2015-07-05T18:19:22+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2014-07-31T08:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=a68a57ed71e89c124d781bdae49f8adf8b900227'/>
<id>a68a57ed71e89c124d781bdae49f8adf8b900227</id>
<content type='text'>
In practice this shouldn't make much difference, but
sometimes our headers might be newer, and we want to
test them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In practice this shouldn't make much difference, but
sometimes our headers might be newer, and we want to
test them.
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd-python: fix failing assert</title>
<updated>2015-07-05T18:19:21+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2014-04-05T17:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=4398250261f189dace230eceb18209fc6e37aef4'/>
<id>4398250261f189dace230eceb18209fc6e37aef4</id>
<content type='text'>
A parameter which was always null before, now get's set to
the module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A parameter which was always null before, now get's set to
the module.
</pre>
</div>
</content>
</entry>
<entry>
<title>systemd-python: use .hex instead of .get_hex()</title>
<updated>2015-07-05T18:19:21+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2014-04-05T17:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=583f1a94417bcfba3f32ad4969eddb5fb025bb26'/>
<id>583f1a94417bcfba3f32ad4969eddb5fb025bb26</id>
<content type='text'>
It turns out the latter got removed in Python 3.

https://bugs.freedesktop.org/show_bug.cgi?id=77086
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out the latter got removed in Python 3.

https://bugs.freedesktop.org/show_bug.cgi?id=77086
</pre>
</div>
</content>
</entry>
<entry>
<title>python: reindent _reader.c</title>
<updated>2015-07-05T18:19:21+00:00</updated>
<author>
<name>Lennart Poettering</name>
<email>lennart@poettering.net</email>
</author>
<published>2014-02-20T18:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=f7cf47eb64f10c58323e814f25e1f89a38e1d25e'/>
<id>f7cf47eb64f10c58323e814f25e1f89a38e1d25e</id>
<content type='text'>
All files should follow our coding style, and that means 8ch indenting.
Let's correct that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All files should follow our coding style, and that means 8ch indenting.
Let's correct that.
</pre>
</div>
</content>
</entry>
<entry>
<title>macro: introduce nice macro for disabling -Wmissing-prototypes warnigs</title>
<updated>2015-07-05T18:19:21+00:00</updated>
<author>
<name>Lennart Poettering</name>
<email>lennart@poettering.net</email>
</author>
<published>2014-02-20T17:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=ce4e46ae66761931f386cfff0065ad056c528717'/>
<id>ce4e46ae66761931f386cfff0065ad056c528717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
