[Bug 259979] irc/py-limnoria: 2019.09.08 doesn't run with Python 3.10

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Dec 2021 09:14:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259979

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=44058fa9c71b7d9243a208d2d3ec8b8073686d57

commit 44058fa9c71b7d9243a208d2d3ec8b8073686d57
Author:     Simeon Simeonov <sgs@pichove.org>
AuthorDate: 2021-12-01 09:02:37 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-12-01 09:02:37 +0000

    irc/py-limnoria: Mark as not compatible with Python 3.10+

    Since Python 3.10 the method "collections.MutableMapping" has been
    renamed to "collections.abc.MutableMapping" which leads to run time
    errors:

    [..]
        class CacheDict(collections.MutableMapping):
    AttributeError: module 'collections' has no attribute 'MutableMapping'
    [..]

    PR:             259979
    Reviewed by:    koobs (maintainer)
    Approved by:    portmgr (blanket)
    MFH:            2021Q4

 irc/py-limnoria/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.