<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git, branch v233</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>Prepare v233</title>
<updated>2016-10-17T08:16:43+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-10-17T08:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=0cae964314226d2d3e9a0a72d9d250cfb0217609'/>
<id>0cae964314226d2d3e9a0a72d9d250cfb0217609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>id128: add SD_MESSAGE_TRUNCATED_CORE from upcoming systemd-232</title>
<updated>2016-10-17T08:16:43+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-10-17T08:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=276f137b572a114196f7466ad4bac5f1f33aac7b'/>
<id>276f137b572a114196f7466ad4bac5f1f33aac7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: allow stream() to be used without any arguments</title>
<updated>2016-10-17T08:10:06+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-10-17T08:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=5a5063bac0b856b9ad8a0fdad3ab1e2517e34f73'/>
<id>5a5063bac0b856b9ad8a0fdad3ab1e2517e34f73</id>
<content type='text'>
It's fairly easy to provide a reasonable default for the first argument.
Let's do that.

Also, the documentation was misleading, suggesting that the function itself
can be passed as file parameter to print(). Use a different name for the
temporary variable to clarify that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's fairly easy to provide a reasonable default for the first argument.
Let's do that.

Also, the documentation was misleading, suggesting that the function itself
can be passed as file parameter to print(). Use a different name for the
temporary variable to clarify that.
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: bump default log level for stream() to INFO</title>
<updated>2016-10-17T08:02:50+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-10-17T07:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=52d9f51b9b2f73c478ecb5325be4196350d9b7a1'/>
<id>52d9f51b9b2f73c478ecb5325be4196350d9b7a1</id>
<content type='text'>
By default debug messages are ignored, and INFO should be used for
"normal" messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default debug messages are ignored, and INFO should be used for
"normal" messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating docs for missing dependency (#28)</title>
<updated>2016-10-11T00:11:10+00:00</updated>
<author>
<name>Robert James Hernandez</name>
<email>herna175@mail.chapman.edu</email>
</author>
<published>2016-10-11T00:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=aabbf9b40d7bf0beb2d973ca857b5b9717e5cc9a'/>
<id>aabbf9b40d7bf0beb2d973ca857b5b9717e5cc9a</id>
<content type='text'>
I was trying to build python-systemd from source but ran into the same issue here: #17

I Figure the docs should be updated to reflect this dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was trying to build python-systemd from source but ran into the same issue here: #17

I Figure the docs should be updated to reflect this dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py: make build fail if undeclared symbols are used</title>
<updated>2016-10-01T15:45:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-10-01T15:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=84fcfc05e527e43f6a2fa756159d374a7eab8618'/>
<id>84fcfc05e527e43f6a2fa756159d374a7eab8618</id>
<content type='text'>
This will detect cases where the autoconfig based on version is wrong.

Debian bug #839224.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will detect cases where the autoconfig based on version is wrong.

Debian bug #839224.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: import "pytest" instead of "py.test"</title>
<updated>2016-09-23T00:57:12+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-23T00:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=911591a1188e03942e60f2ab1abf91562904f49e'/>
<id>911591a1188e03942e60f2ab1abf91562904f49e</id>
<content type='text'>
Fixes the following error in rawhide:
/usr/bin/python3: loader for pytest cannot handle py.test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the following error in rawhide:
/usr/bin/python3: loader for pytest cannot handle py.test
</pre>
</div>
</content>
</entry>
<entry>
<title>_reader: use proper ifdef guard for sd_j_open_files_fd</title>
<updated>2016-09-23T00:57:12+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-23T00:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=8024fc61719d15b47ace1973b6b901881e17ff2f'/>
<id>8024fc61719d15b47ace1973b6b901881e17ff2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add workaround for pre-232 system returning EINVAL on some flags</title>
<updated>2016-09-23T00:44:25+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-23T00:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=35a5b281adea321ea3f7b7d688a994e735366fb0'/>
<id>35a5b281adea321ea3f7b7d688a994e735366fb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: add doc-sync target</title>
<updated>2016-09-22T13:59:04+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-22T13:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=c3c412f90e481b88ca897e8542ced207c445c757'/>
<id>c3c412f90e481b88ca897e8542ced207c445c757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
