<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/systemd, branch main</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>Fix test failure</title>
<updated>2023-03-26T15:09:46+00:00</updated>
<author>
<name>Eric T. Johnson</name>
<email>yut23@users.noreply.github.com</email>
</author>
<published>2023-03-25T00:37: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=3f0801c8ac1008fc4c5e3b6a7b2b68e711ca67b2'/>
<id>3f0801c8ac1008fc4c5e3b6a7b2b68e711ca67b2</id>
<content type='text'>
One usage of `connection_error` got missed when dropping Python 2 support.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One usage of `connection_error` got missed when dropping Python 2 support.</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove python 2 support and assume we have python 3.3+</title>
<updated>2023-02-11T13:39:52+00:00</updated>
<author>
<name>Joerg Behrmann</name>
<email>behrmann@physik.fu-berlin.de</email>
</author>
<published>2022-04-14T13:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=802c8dcaa3096719be0a1c121e747b2681ad31dc'/>
<id>802c8dcaa3096719be0a1c121e747b2681ad31dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: check for errnos that sd_id128_get_machine actually returns</title>
<updated>2022-08-17T10:17:57+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-17T07:53: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=8f84fbe8c2bdcea957829cd903f0c9dc62cefaed'/>
<id>8f84fbe8c2bdcea957829cd903f0c9dc62cefaed</id>
<content type='text'>
Fixes #118.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #118.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: simplify imports</title>
<updated>2022-08-16T09:03:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:35: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=cc03ed6d2013f40c5e20efa2af8d822a47c592b2'/>
<id>cc03ed6d2013f40c5e20efa2af8d822a47c592b2</id>
<content type='text'>
'import foo as _foo' is useful in exported modules to avoid 'foo' being
present in the public API. No need to play that game in test code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'import foo as _foo' is useful in exported modules to avoid 'foo' being
present in the public API. No need to play that game in test code.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: python2-compat in another place</title>
<updated>2022-08-16T09:03:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:34: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=ba9d9f89104a26a410e1eb9e371d366ef2702c35'/>
<id>ba9d9f89104a26a410e1eb9e371d366ef2702c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: fix compatibility with python2</title>
<updated>2022-08-16T09:03:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:34: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=872ce304a07bb4c1b4fc06b7bfbd9220652c3793'/>
<id>872ce304a07bb4c1b4fc06b7bfbd9220652c3793</id>
<content type='text'>
This is a lazy workaround: 4c9a241949067fc8d55f3ea12170ad364bd8b18d
is amended to do nothing on python2, so we have the same issue that
was present before. This allows the code to execute, and hopefully
almost nobody is using python2 code anyway.

f868a56b935b6152d611b22f7a5538f14dafb194 is amended in the same way.
For python2 code we have the same lack of timezone-awareness as before.

This allows the tests to pass under python 2.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a lazy workaround: 4c9a241949067fc8d55f3ea12170ad364bd8b18d
is amended to do nothing on python2, so we have the same issue that
was present before. This allows the code to execute, and hopefully
almost nobody is using python2 code anyway.

f868a56b935b6152d611b22f7a5538f14dafb194 is amended in the same way.
For python2 code we have the same lack of timezone-awareness as before.

This allows the tests to pass under python 2.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #92 from chrismullins/support-realtime-cutoff</title>
<updated>2022-08-16T07:55:39+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T07:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=6320847472657fc2b4f98dd5bfeb4c826ed68a06'/>
<id>6320847472657fc2b4f98dd5bfeb4c826ed68a06</id>
<content type='text'>
Support realtime cutoff access</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support realtime cutoff access</pre>
</div>
</content>
</entry>
<entry>
<title>Update constants for systemd 251</title>
<updated>2022-08-15T14:59:02+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-13T18:41: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=d361f0bfa5d2438788b03ed3b80f582936dc1737'/>
<id>d361f0bfa5d2438788b03ed3b80f582936dc1737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding timezone information to datetimes from systemd-journal</title>
<updated>2022-08-13T17:34:51+00:00</updated>
<author>
<name>Samuel BF</name>
<email>36460-samuelbf@users.noreply.framagit.org</email>
</author>
<published>2022-01-08T14:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=f868a56b935b6152d611b22f7a5538f14dafb194'/>
<id>f868a56b935b6152d611b22f7a5538f14dafb194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reader: Fix use of potentially uninitialized value</title>
<updated>2022-08-13T15:03:30+00:00</updated>
<author>
<name>Andrew Stone</name>
<email>a@stne.dev</email>
</author>
<published>2022-06-01T01:08: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=1abac3cfec02c71b25b47c6a1178d80b258d742d'/>
<id>1abac3cfec02c71b25b47c6a1178d80b258d742d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
