-
Notifications
You must be signed in to change notification settings - Fork 2.5k
radicale #58463
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
base: master
Are you sure you want to change the base?
radicale #58463
Conversation
|
My main concern is with passlib. The original passlib was super out of date and wask forked. The python module it provides had its name changed to 'libpass' with the fork. Would this update be fine or should something with "transitional dummy package" be added and/or a package name of python3-libpass? From searching void-packages I've found the following packages other than radicale to have some sort of dependency on python3-passlib:
My other question, should I take maintainer ownership of the argon and passlib packages? |
615e8d4 to
2e9b868
Compare
|
|
c8b39db to
c26a8d1
Compare
Did that, now there's a conflict for x86_64 only. Wondering why. |
I went ahead with my first approach, of updating passlib rather than renaming or creating any new packages. The PR compiles without issues here. |
|
they are going to have to conflict. we can't assume the packages still using the old package are compatible with the new one. at least one of those is refusing to switch to the fork due to not trusting it |
Thank you for clarifying, and which approach is best to handle the conflicts that I found with CI when I did it the other way? |
|
the |
Would this be perhaps in the form such as how radicale itself uses...? |
|
no, |
|
Finally figured it out. At first I thought conflicts= had to go on both packages, just one. |
Testing the changes
Local build testing