From bb3e8b21b9dbbe53a6eba4c741fad0c15bf6aa4b Mon Sep 17 00:00:00 2001 From: Konstantin Taletskiy Date: Tue, 21 Dec 2021 12:32:34 -0800 Subject: [PATCH 1/2] Update to Jupyter Client 7 Fix the issue (https://github.com/voila-dashboards/voila/issues/941) already fixed for PyPI version here: https://github.com/voila-dashboards/voila/pull/953 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4cf2e82..0006480 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: run: - python >=3.6 - nbconvert >=6.0.0,<7 - - jupyter_client >=6.1.3,<7 + - jupyter_client >=6.1.3,<8 - jupyter_server >=0.3.0,<2 - nbclient >=0.4.0,<0.6 - websockets >=9 From 8bee29ba3f933c8e68b7fce645ac2c189f313e91 Mon Sep 17 00:00:00 2001 From: Konstantin Taletskiy Date: Tue, 21 Dec 2021 12:38:12 -0800 Subject: [PATCH 2/2] Bump build number without changing the version --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0006480..285cc25 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 97ae429ca4b16a7a3fcf553d795b052ebe92d5db2113553a00b13e68eb4b7528 build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv entry_points: