torfsen/service

lockfile is deprecated. any plan to replace it other lock libraries like fasteners?

sriharshav opened this issue · 3 comments

Thanks for this useful package.

lockfile is deprecated.

Any plan to replace it with recommended package like fasterners

Thanks for the information, @sriharshav!

A deprecated dependency should definitely be replaced, PRs are very welcome.

Fixed by replacing the lockfile dependency with pid. Note that we still depend on lockfile via python-daemon, but we don't actually use it any more.

Released in version 0.5.0.