Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762703 - dev-python/ipython-7.16.1 and -7.19.0 incompatible with dev-python/jedi-0.18.0
Summary: dev-python/ipython-7.16.1 and -7.19.0 incompatible with dev-python/jedi-0.18.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL: https://github.com/ipython/ipython/is...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-31 00:35 UTC by Sebastian Pipping
Modified: 2021-01-02 12:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2020-12-31 00:35:53 UTC
Hi!

I have experienced today what is know upstream as:

  Python (<=7.19) incompatible with jedi 0.18.0
  https://github.com/davidhalter/jedi/issues/1714

Are you okay with me changing 

  ipython-7.16.1.ebuild:  dev-python/jedi[${PYTHON_USEDEP}]

to

  ipython-7.16.1.ebuild:  <dev-python/jedi-0.18[${PYTHON_USEDEP}]

?  Other ideas?
Comment 1 Sebastian Pipping gentoo-dev 2020-12-31 00:41:53 UTC
Update: Seems like 7.19 is affected as well, see https://github.com/ipython/ipython/issues/12740
Comment 2 Larry the Git Cow gentoo-dev 2021-01-02 12:57:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b448598f3ea1b77f020e6a37b14962938958698

commit 3b448598f3ea1b77f020e6a37b14962938958698
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2021-01-02 12:54:38 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2021-01-02 12:54:38 +0000

    dev-python/ipython: Prevent use with dev-python/jedi-0.18.0
    
    Closes: https://bugs.gentoo.org/762703
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.12, Repoman-3.0.2

 dev-python/ipython/ipython-7.16.1-r1.ebuild | 135 +++++++++++++++++++++++++++
 dev-python/ipython/ipython-7.19.0-r1.ebuild | 136 ++++++++++++++++++++++++++++
 2 files changed, 271 insertions(+)