Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[update to 5.2.0] Use shell.input_transformer_manager when available
Browse files Browse the repository at this point in the history
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
fenrus75 committed Mar 22, 2020
1 parent 4c8991e commit 8300f77
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
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
23 changes: 14 additions & 9 deletions ipykernel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : ipykernel
Version : 5.1.4
Release : 38
URL : https://files.pythonhosted.org/packages/3a/a4/335439bbaaccfe9d88e09f3df6ba391938a2e3e175ec92ff040462125c68/ipykernel-5.1.4.tar.gz
Source0 : https://files.pythonhosted.org/packages/3a/a4/335439bbaaccfe9d88e09f3df6ba391938a2e3e175ec92ff040462125c68/ipykernel-5.1.4.tar.gz
Version : 5.2.0
Release : 39
URL : https://files.pythonhosted.org/packages/6a/1a/6b15e6086f869d9367ed1289ea190b61382768624c4eb80c3419e5cb5e88/ipykernel-5.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/6a/1a/6b15e6086f869d9367ed1289ea190b61382768624c4eb80c3419e5cb5e88/ipykernel-5.2.0.tar.gz
Summary : IPython Kernel for Jupyter
Group : Development/Tools
License : BSD-3-Clause-Clear
Expand All @@ -28,7 +28,8 @@ BuildRequires : tornado
BuildRequires : traitlets

%description
The IPython kernel for Jupyter
# IPython Kernel for Jupyter
This package provides the IPython kernel for Jupyter.

%package license
Summary: license components for the ipykernel package.
Expand All @@ -52,21 +53,25 @@ Summary: python3 components for the ipykernel package.
Group: Default
Requires: python3-core
Provides: pypi(ipykernel)
Requires: pypi(ipython)
Requires: pypi(jupyter_client)
Requires: pypi(tornado)
Requires: pypi(traitlets)

%description python3
python3 components for the ipykernel package.


%prep
%setup -q -n ipykernel-5.1.4
cd %{_builddir}/ipykernel-5.1.4
%setup -q -n ipykernel-5.2.0
cd %{_builddir}/ipykernel-5.2.0

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1583159198
export SOURCE_DATE_EPOCH=1584892356
# -Werror is for werrorists
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
Expand All @@ -83,7 +88,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/ipykernel
cp %{_builddir}/ipykernel-5.1.4/COPYING.md %{buildroot}/usr/share/package-licenses/ipykernel/a8d9e56558dabe10c8e716d79a4b01dcb6cf950f
cp %{_builddir}/ipykernel-5.2.0/COPYING.md %{buildroot}/usr/share/package-licenses/ipykernel/a8d9e56558dabe10c8e716d79a4b01dcb6cf950f
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
3 changes: 2 additions & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
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 =
giturl = https://github.com/ipython/ipykernel.git
domain =
alias =

[autospec]
# build 32 bit libraries
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38
39
2 changes: 1 addition & 1 deletion upstream
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
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.4
5.2.0
1 change: 1 addition & 0 deletions whatrequires
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ jupyter
nbval
notebook
qtconsole
spyder-kernels

0 comments on commit 8300f77

Please sign in to comment.