lockfile is deprecated. any plan to replace it other lock libraries like fasteners?
sriharshav opened this issue · 3 comments
sriharshav commented
Thanks for this useful package.
lockfile is deprecated.
Any plan to replace it with recommended package like fasterners
torfsen commented
Thanks for the information, @sriharshav!
A deprecated dependency should definitely be replaced, PRs are very welcome.
torfsen commented
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.
torfsen commented
Released in version 0.5.0.