Date: Tue, 05 Jan 2021 22:45:26 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 252395] devel/py-jedi: update to 0.18 breaks devel/ipython autocompletion Message-ID: <bug-252395-21822-gi7lPCmcQ5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252395-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-252395-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=3D252395 --- Comment #1 from rsmith@xs4all.nl --- On further investigation, it turns out that to restore functionality for IPython, *both* devel/py-jedi and textproc/py-parso need downgrading. I performed the following to get a working IPython back: # cd /usr/ports # svnlite update -r 559750 devel/py-jedi # cd devel/py-jedi # make package deinstall install clean # cd /usr/ports # svnlite update devel/py-jedi # svnlite update -r 559531 textproc/py-parso # cd textproc/py-parso # make package deinstall install clean # cd /usr/ports # svnlite update textproc/py-parso And for now: # pkg lock -y py39-parso-0.7.1 py39-jedi-0.17.1 --=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-252395-21822-gi7lPCmcQ5>