Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/ipykernel: Update to 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 29, 2022
1 parent 67c34fe commit 6bc0e43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
8 changes: 4 additions & 4 deletions build/pkgs/ipykernel/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=ipykernel-VERSION.tar.gz
sha1=5a5cf7f8c0c02d0c0cc5fe3e0fe7481a86de6552
md5=f940975eb00de793695c386ad3a8800c
cksum=597841676
upstream_url=https://files.pythonhosted.org/packages/60/30/cf3867ce0dee0a7230ec5eb85232136c3875688816ad355a7b65f4f4e8ef/ipykernel-6.6.0.tar.gz
sha1=51e0ad4fdddc1f2491590ff39693728f8e8c4bc1
md5=8d266671028d20c1331753f520107859
cksum=2896125042
upstream_url=https://pypi.io/packages/source/i/ipykernel/ipykernel-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/ipykernel/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
6.13.0
12 changes: 5 additions & 7 deletions build/pkgs/ipykernel/patches/debugpy-make-optional.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
diff -ruN a/setup.py b/setup.py
--- a/setup.py 2021-12-01 10:23:09.000000000 -0300
+++ b/setup.py 2021-12-13 18:01:40.112873823 -0300
@@ -63,7 +63,6 @@
@@ -70,5 +70,4 @@
python_requires=">=3.7",
install_requires=[
'importlib-metadata<5;python_version<"3.8.0"',
'argcomplete>=1.12.3;python_version<"3.8.0"',
- 'debugpy>=1.0.0,<2.0',
'ipython>=7.23.1',
'traitlets>=5.1.0,<6.0',
'jupyter_client<8.0',
- "debugpy>=1.0",
"ipython>=7.23.1",
"traitlets>=5.1.0",

0 comments on commit 6bc0e43

Please sign in to comment.