Changes between Version 18 and Version 31 of Ticket #28197
- Timestamp:
- 04/25/20 17:37:32 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28197
-
Property
Dependencies
changed from
#28190
to#28190 #29042 #29428
-
Property
Milestone
changed from
sage-9.1
tosage-9.2
-
Property
Commit
changed from
0d4f0c76fe01226a70ba77652833e04f6823dd19
to289e60359f76a1cf804b71e16eaa89fa29dc8029
-
Property
Dependencies
changed from
-
Ticket #28197 – Description
v18 v31 1 1 WARNING: this is python3-only 2 2 3 * Upgrade ipython to 7.6.1 3 Upgrade ipython to 7.13.0 and related packages 4 4 5 {{{6 $ wget -P upstream https://github.com/ipython/ipython/releases/download/7.6.1/ipython-7.6.1.tar.gz7 }}}8 5 9 * upgraded prompt-toolkit-2.0.9.tar.gz 6 Files: 10 7 11 To download the tarball: 12 13 {{{ 14 $ wget --output-document=upstream/prompt_toolkit-2.0.9.tar.gz https://github.com/prompt-toolkit/python-prompt-toolkit/archive/2.0.9.tar.gz 15 }}} 16 17 * pip-install backcall 18 19 * pip-install jedi 8 * https://pypi.io/packages/source/i/ipython/ipython-7.13.0.tar.gz 9 * https://pypi.io/packages/source/i/ipykernel/ipykernel-5.2.1.tar.gz 10 * https://pypi.io/packages/source/b/backcall/backcall-0.1.0.tar.gz 11 * https://pypi.io/packages/source/j/jedi/jedi-0.17.0.tar.gz 12 * https://pypi.io/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.5.tar.gz