<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/README.md, 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>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>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>
<entry>
<title>README: drop distro instructions for python2, drop epel/rhel</title>
<updated>2022-08-15T15:50:38+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-15T14:48: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=05773b4548b9200f564de766e88487cfc1382e54'/>
<id>05773b4548b9200f564de766e88487cfc1382e54</id>
<content type='text'>
Fedora has no python2 package, so drop that.
Similarly, with latest Debian and Opensuse, 'apt-get install
python3-systemd' works, but 'apt-get install python-systemd' doesn't.

(Tested with
podman run -it --rm debian apt-get install python3-systemd
mock -r opensuse-tumbleweed-x86_64 --enable-network -i python3-systemd)

It also seems we never built the package in EPEL, so let's drop
RHEL/CentOS from the list.

If people need to, they can install from sources where the distro
packages are unavailable (and they shouldn't be using python2 anyway
at this point.)

Also add 'apt-get update' into the instructions because w/o that
install does not work in a pristine container.

Fixes #78.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fedora has no python2 package, so drop that.
Similarly, with latest Debian and Opensuse, 'apt-get install
python3-systemd' works, but 'apt-get install python-systemd' doesn't.

(Tested with
podman run -it --rm debian apt-get install python3-systemd
mock -r opensuse-tumbleweed-x86_64 --enable-network -i python3-systemd)

It also seems we never built the package in EPEL, so let's drop
RHEL/CentOS from the list.

If people need to, they can install from sources where the distro
packages are unavailable (and they shouldn't be using python2 anyway
at this point.)

Also add 'apt-get update' into the instructions because w/o that
install does not work in a pristine container.

Fixes #78.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: markup and line wrapping</title>
<updated>2022-08-15T14:56:40+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-15T14:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=e261fc0a7eb95d5a5a03a500f36ce7a67f2b7356'/>
<id>e261fc0a7eb95d5a5a03a500f36ce7a67f2b7356</id>
<content type='text'>
Bash doesn't do anything special for a command with '#', but at least
zsh treat it as a comment. It's better to quote such a commandline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bash doesn't do anything special for a command with '#', but at least
zsh treat it as a comment. It's better to quote such a commandline.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: fix installation urls</title>
<updated>2022-08-15T14:56:40+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-15T14:00: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=8659af21791ab1317ff663439cf0c69edd6a2e48'/>
<id>8659af21791ab1317ff663439cf0c69edd6a2e48</id>
<content type='text'>
pip3 install says:
WARNING: Discarding git+https://github.com/systemd/python-systemd.git#egg=systemd. Requested systemd-python from git+https://github.com/systemd/python-systemd.git#egg=systemd has inconsistent name: filename has 'systemd', but metadata has
 'systemd-python'

Closes #97.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pip3 install says:
WARNING: Discarding git+https://github.com/systemd/python-systemd.git#egg=systemd. Requested systemd-python from git+https://github.com/systemd/python-systemd.git#egg=systemd has inconsistent name: filename has 'systemd', but metadata has
 'systemd-python'

Closes #97.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set unit name in JournalHandler example, see #74</title>
<updated>2022-08-13T14:47:50+00:00</updated>
<author>
<name>Federico Ceratto</name>
<email>federico@openobservatory.org</email>
</author>
<published>2021-03-19T12: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=21d9b1664dcfb2c76523b8e3900540b82b3bb416'/>
<id>21d9b1664dcfb2c76523b8e3900540b82b3bb416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #91 from chrismullins/journal-examples</title>
<updated>2022-08-13T14:46:20+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-13T14:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=e6b457fb1e0c4f99ad9a005efa1d3cb85bc0fc5c'/>
<id>e6b457fb1e0c4f99ad9a005efa1d3cb85bc0fc5c</id>
<content type='text'>
Journal examples</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Journal examples</pre>
</div>
</content>
</entry>
<entry>
<title>fix a mistype in README.md</title>
<updated>2022-06-23T19:07:39+00:00</updated>
<author>
<name>Architector #4</name>
<email>23612841+Architector4@users.noreply.github.com</email>
</author>
<published>2022-06-23T18:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=b109b7587da104e0bfd0111a9d6144d3a2c91038'/>
<id>b109b7587da104e0bfd0111a9d6144d3a2c91038</id>
<content type='text'>
"libsytemd" should obviously be "libsystemd"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"libsytemd" should obviously be "libsystemd"</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to journal fields docs</title>
<updated>2021-01-02T23:12:15+00:00</updated>
<author>
<name>Chris Mullins</name>
<email>crmullin@fastmail.com</email>
</author>
<published>2021-01-02T23: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=1088520535b278037c58fe3bc185130315b2c851'/>
<id>1088520535b278037c58fe3bc185130315b2c851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add journalctl example for ring buffer</title>
<updated>2021-01-02T23:07:49+00:00</updated>
<author>
<name>Chris Mullins</name>
<email>crmullin@fastmail.com</email>
</author>
<published>2021-01-02T23:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=1532b67c5121ce4ca4c077542c52d136cf6537ba'/>
<id>1532b67c5121ce4ca4c077542c52d136cf6537ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
