Skip to content
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

replace deprecated appdirs with platfromdirs fork #1970

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

a-detiste
Copy link
Contributor

python3-appdirs is dead upstream[1] and its Debian maintainer has indicated
that it should not be included in trixie[2]. A recommended replacement is
python3-platformdirs[3], which is a fork of appdirs with a very similar API.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067997

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.62%. Comparing base (8643a57) to head (810d6e5).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1970      +/-   ##
==========================================
+ Coverage   81.41%   81.62%   +0.21%     
==========================================
  Files         193      197       +4     
  Lines       18636    19127     +491     
  Branches     4045     4206     +161     
==========================================
+ Hits        15173    15613     +440     
- Misses       3180     3220      +40     
- Partials      283      294      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@rytilahti rytilahti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @a-detiste! The CI errors seem unrelated (even when caused by some lib upgrades) so I'll just merge this as is.

@rytilahti rytilahti merged commit 4d7a7ea into rytilahti:master Sep 22, 2024
19 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants