-
Notifications
You must be signed in to change notification settings - Fork 2.5k
offlineimap: update to 8.0.0; remove dispensable py2 deps #38781
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
Conversation
Inessential python2 remnant
Inessential python2 remnant
|
Do not merge without my approval please. |
|
GitHub Actions doesn't do IPv6, please disable these tests too. |
|
Maybe I got the commit order wrong? Seemed okay to me but some builds are confused about not finding the |
|
python3-imaplib2 needs to be in hostmakedepends too if it's needed during build |
|
Ah, everything under |
|
Used it for three days, seems to work fine and even is a bit faster. |
|
@leahneukirchen still working well? can this be merged? |
Testing the changes
Local build testing
This update migrates the package to python 3. Two of the python 2 dependencies under the old full-deptree don't have any more dependent packages. I removed one of them outright. For the other, which provided a python 3 counterpart as subpackage, removed the python 2 package and converted the python 3 symlinked package to be its own module.
I DID NOT do any significant runtime testing on the updated
offlineimappackage expect for installing and running--version,--helpetc.