<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git, branch v235</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>Version 235</title>
<updated>2022-08-16T13:50:06+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=dc1dae2eaa00e2369c366f80f9bcd3f729b7abca'/>
<id>dc1dae2eaa00e2369c366f80f9bcd3f729b7abca</id>
<content type='text'>
Fixes #76.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #76.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #117 from keszybz/python2-compat</title>
<updated>2022-08-16T10:20:44+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T10:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=8360d1d01cf0e0064238c539d2fb4e47a29c65f2'/>
<id>8360d1d01cf0e0064238c539d2fb4e47a29c65f2</id>
<content type='text'>
Compat with python2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compat with python2</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: say that we'll drop support for python2 soon</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:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=c5f8b887bef5c11908913168ad566aa1bc07166e'/>
<id>c5f8b887bef5c11908913168ad566aa1bc07166e</id>
<content type='text'>
I think it's nicer to make one last release with the remaining code
for python2 in place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think it's nicer to make one last release with the remaining code
for python2 in place.
</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>Merge pull request #114 from keszybz/install-docs</title>
<updated>2022-08-16T07:44:26+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T07:44: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=8b92ac57d6eab421708917ed585d30552737b04c'/>
<id>8b92ac57d6eab421708917ed585d30552737b04c</id>
<content type='text'>
Update/clean-up installation instructions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update/clean-up installation instructions</pre>
</div>
</content>
</entry>
<entry>
<title>ci: run CIs on push events as well</title>
<updated>2022-08-15T21:42:32+00:00</updated>
<author>
<name>Frantisek Sumsal</name>
<email>frantisek@sumsal.cz</email>
</author>
<published>2022-08-15T19:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=fe4450ee3ef5866bccf61733dc7ce802f68c09b8'/>
<id>fe4450ee3ef5866bccf61733dc7ce802f68c09b8</id>
<content type='text'>
Let's cover merges into main with CIs too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's cover merges into main with CIs too.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: apt-get → apt</title>
<updated>2022-08-15T17:29:28+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-15T17:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=65b1c192588b047a0bcdf52fd06efc8237f2bbaf'/>
<id>65b1c192588b047a0bcdf52fd06efc8237f2bbaf</id>
<content type='text'>
Based on Jörg Behrmann's comment:
https://github.com/systemd/python-systemd/pull/114#discussion_r945896280
&gt; apt is available in the stretch, which is the oldest listed [1] release for it
&gt; and stretch has already ended LTS support.

[1] https://packages.debian.org/bullseye/apt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on Jörg Behrmann's comment:
https://github.com/systemd/python-systemd/pull/114#discussion_r945896280
&gt; apt is available in the stretch, which is the oldest listed [1] release for it
&gt; and stretch has already ended LTS support.

[1] https://packages.debian.org/bullseye/apt
</pre>
</div>
</content>
</entry>
</feed>
