systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
409 stars 36 forks source link

pip package update #69

Closed peterder72 closed 1 year ago

peterder72 commented 1 year ago

The pip package (and 0.10 release in general) seems to be very out of date (last update October 2021), with the Systemd Unit "Start" function entirely missing in that old version.

Could someone possibly create a new release and bump the pip package? I can compile and install the library manually, but would still be nice to be able to do it properly via pip.

aleivag commented 1 year ago

Yeah we tend to be pretty slow in updating pip, most folks just get this either from EPEL or from source... but i agree with you we should update this too PIP... i'll try to do it this weekend ... thanks @peterder72 for flagging this :D

jaymzh commented 1 year ago

@aleivag should we just set up a gh action to do it on all merges?

davide125 commented 1 year ago

Not on all merges, but probably whenever a release is tagged.

ddibiasi commented 1 year ago

Is there any progress on this front? I'm certain that most hobbyists get their libraries from PyPi.

aleivag commented 1 year ago

package updated :

https://pypi.org/project/pystemd/0.11.0/