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

Commit

Permalink
Merge #32493
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 14, 2021
2 parents 0632776 + 8a314c2 commit 7984ef6
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/bleach/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) packaging six | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/flit_core/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) toml | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/html5lib/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) webencodings | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/importlib_resources/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) zipp | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/ipykernel/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | ipython jupyter_client $(PYTHON_TOOLCHAIN) scandir
$(PYTHON) debugpy matplotlib_inline ipython jupyter_client scandir | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/jupyterlab_pygments/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) pygments | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/matplotlib_inline/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) traitlets | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/nbclient/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) jupyter_client | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/nbconvert/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN) mistune jinja2 pygments traitlets jupyter_core nbformat entrypoints bleach pandocfilters testpath defusedxml
$(PYTHON) mistune jinja2 pygments traitlets jupyter_core nbformat entrypoints bleach pandocfilters testpath defusedxml jupyter_client jupyterlab_pygments nbclient | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/sagenb_export/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) nbconvert ipython six | $(PYTHON_TOOLCHAIN)
$(PYTHON) notebook nbconvert ipython six | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/zipp/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=zipp-VERSION.tar.gz
sha1=b228cce701321b2680906567b9359d72a6c38532
md5=a0fd3753611113293992665059c69730
cksum=3930145842
sha1=53234d6dbfc809d03f2b85db6dbb4e559ef200a1
md5=617efbf3edb707c57008ec00f408972f
cksum=2911023413
upstream_url=https://pypi.io/packages/source/z/zipp/zipp-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/zipp/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
3.5.0

0 comments on commit 7984ef6

Please sign in to comment.