-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate away from appdirs #184
Comments
From what I can tell, the appdirs APIs that this program uses are the same in platformdirs, so it would be quite literally a simple find and replace across the code as well as build scripts and localizations. |
Fixes: jack-mixer#184 Signed-off-by: Christopher Arndt <[email protected]>
Fixes: #184 Signed-off-by: Christopher Arndt <[email protected]>
I'll tag a new release tomorrow or next week. |
@SpotlightKid It looks like we still miss a tag of v19 in https://github.com/jack-mixer/jack_mixer/tags . Tagging a release would be beneficial. |
Yeah, sorry, I was hoping I can get PR #167 also into this release, but I guess I have postpone that. I'll do a release now. |
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067970
Please migrate away from appdirs. It is dead upstream and is going to be removed from Debian. platformdirs is a recommended fork with a similar API that should be straightforward to migrate to. Documentation: https://platformdirs.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered: