py-alembic now depends on py-sqlalchemy20, while mail/mailman3 depends on py-sqlalchemy14
Created attachment 259121 [details] Fix dependency conflict between mailman3 and py-alembic py-alembic now depends on py-sqlalchemy20 which conflicts with py-sqlalchemy14. Switch to py-sqlalchemy20 for mailman3 as well
According to https://gitlab.com/mailman/mailman/-/merge_requests/1035 mailman supports alchemy 2.0+. I've tested this patch, built in poudriere on amd64 and have it running now.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3a3572009fb37104036d3e719b32757a796548f commit b3a3572009fb37104036d3e719b32757a796548f Author: Einar Bjarni Halldórsson <einar@isnic.is> AuthorDate: 2025-03-29 13:36:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-03-29 13:45:46 +0000 mail/mailman3: Chase py-alembic update Update dependency on py-sqlalchemy so it doesn't conflict with dependency for py-alembic. PR: 285725 mail/mailman3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)