Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671554 - dev-python/jupyter_console-6.0.0 version bump
Summary: dev-python/jupyter_console-6.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-20 04:25 UTC by Leonard Lausen
Modified: 2018-12-25 13:02 UTC (History)
1 user (show)

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 Leonard Lausen 2018-11-20 04:25:52 UTC
The recent version bump of dev-python/prompt_toolkit is incompatible with dev-python/jupyter_console 5.1. Please bump dev-python/jupyter_console as the incompatibility is fixed upstream.

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/jupyter-console", line 2, in <module>
    from jupyter_console import app
  File "/usr/lib64/python3.6/site-packages/jupyter_console/app.py", line 26, in <module>
    from jupyter_console.ptshell import ZMQTerminalInteractiveShell
  File "/usr/lib64/python3.6/site-packages/jupyter_console/ptshell.py", line 36, in <module>
    from prompt_toolkit.shortcuts import create_prompt_application, create_eventloop, create_output
ImportError: cannot import name 'create_prompt_application'
Comment 1 Larry the Git Cow gentoo-dev 2018-12-25 13:02:40 UTC
The bug has been closed via the following commit(s):

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

commit d1bfec7ed921a398b1beade354da36db5faa86f0
Author:     Benda Xu <heroxbd@gentoo.org>
AuthorDate: 2018-12-25 13:01:55 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2018-12-25 13:02:30 +0000

    dev-python/jupyter_console: Version bump.
    
      <python-3.5 is no longer supported.
    
    Suggested-By: Leonard Lausen
    Closes: https://bugs.gentoo.org/671554
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Benda Xu <heroxbd@gentoo.org>

 dev-python/jupyter_console/Manifest                |  1 +
 .../jupyter_console/jupyter_console-6.0.0.ebuild   | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)