Changes between Version 1 and Version 5 of Ticket #28197
- Timestamp:
- 07/22/19 13:20:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28197
- Property Cc arojas added
-
Property
Dependencies
changed from
to
#28190
-
Ticket #28197 – Description
v1 v5 1 1 WARNING: this is python3-only 2 3 * Upgrade ipython to 7.6.1 4 5 {{{ 6 $ wget -P upstream https://github.com/ipython/ipython/releases/download/7.6.1/ipython-7.6.1.tar.gz 7 }}} 2 8 3 9 * upgraded prompt-toolkit-2.0.9.tar.gz 4 10 11 To download the tarball: 12 13 {{{ 14 $ wget -P upstream --output-document=prompt-toolkit-2.0.9.tar.gz https://github.com/prompt-toolkit/python-prompt-toolkit/archive/2.0.9.tar.gz 15 }}} 16 5 17 * pip-install backcall 18