Date: Wed, 01 Dec 2021 09:25:55 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 259979] irc/py-limnoria: 2019.09.08 doesn't run with Python 3.10 Message-ID: <bug-259979-21822-WaekTvaMvJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259979-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-259979-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259979 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch 2021Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dfb9df1c7afb68cfe119626eb5961cc2= a1a4ffbd1 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(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259979-21822-WaekTvaMvJ>