This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update to 5.2.0] Use shell.input_transformer_manager when available
Benjamin Ragan-Kelley (1): back to dev Dan Davison (1): Use shell.input_transformer_manager when available David Brochart (2): Add control channel Update for v5.2 Eric Prestat (4): Workaround tornado+py38+windows compatibility issue (Same as ipython/ipykernel#456). Set eventloop policy to the old default while tornado is not compatible with the new one. Revert "Workaround tornado+py38+windows compatibility issue (Same as ipython/ipykernel#456). Set eventloop policy to the old default while tornado is not compatible with the new one." Fix example to work on windows with python3.8 Update deprecated import in some examples. L. Kärkkäinen (1): Suppress internal traceback when interrupting program and provide useful diagnostic message. Matthias Bussonnier (2): try to fix tests on 3.8 Don't indicate support for 3.4. Nicholas Bollweg (3): add py38 and py35 to the appveyor matrix exclude pytest 5.3.4 set pytest to fail fast in appveyor Quentin Peter (2): Fix None eventloop Add blank line around nested function Steven Silvester (1): Release 5.2.0 ossdev07 (1): Added arm64 jobs for Travis-CI
- Loading branch information
Showing
7 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := ipykernel | ||
URL = https://files.pythonhosted.org/packages/3a/a4/335439bbaaccfe9d88e09f3df6ba391938a2e3e175ec92ff040462125c68/ipykernel-5.1.4.tar.gz | ||
URL = https://files.pythonhosted.org/packages/6a/1a/6b15e6086f869d9367ed1289ea190b61382768624c4eb80c3419e5cb5e88/ipykernel-5.2.0.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
38 | ||
39 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0085f760cb466e4ac161cc21ec1f40b1b245cd76/ipykernel-5.1.4.tar.gz | ||
ff405deb5f8913d1aaff24c786a90e2f23a1c928/ipykernel-5.2.0.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.4 | ||
5.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ jupyter | |
nbval | ||
notebook | ||
qtconsole | ||
spyder-kernels |