[Bug 259979] irc/py-limnoria: 2019.09.08 doesn't run with Python 3.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Dec 2021 09:25:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259979
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch 2021Q4 references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=fb9df1c7afb68cfe119626eb5961cc2a1a4ffbd1
commit fb9df1c7afb68cfe119626eb5961cc2a1a4ffbd1
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:20:20 +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
(cherry picked from commit 44058fa9c71b7d9243a208d2d3ec8b8073686d57)
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.