From d6dc5328c71c03c5d2002b8664fef6ad78aef809 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Wed, 1 Apr 2020 14:49:08 -0700 Subject: [PATCH 1/3] Add rc conda target label See https://github.com/conda-forge/cfep/blob/master/cfep-05.md --- recipe/conda_build_config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..cc5e3e2 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,2 @@ +channel_targets: +- conda-forge jupyterlab_rc From 3e202a1602453c7848ef31a2259aab50c66c3381 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Wed, 1 Apr 2020 14:49:29 -0700 Subject: [PATCH 2/3] Update recipe to JupyterLab 2.1.0rc0 --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e1e97f4..ed15188 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "2.0.1" %} -{% set sha256 = "5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141" %} +{% set version = "2.1.0rc0" %} +{% set sha256 = "761fd4fd958d1c9f8bb162bd0eca4692ff7f865086d65e1f9c0172ffbba9e635" %} package: @@ -24,7 +24,7 @@ requirements: host: - python >=3.5 - pip - - nodejs >=12 + - nodejs >=10 run: - python >=3.5 - jupyterlab_server >=1.0.0,<2.0.0 @@ -33,7 +33,7 @@ requirements: - jinja2 >=2.10 test: requires: - - nodejs >=12 + - nodejs >=10 imports: - jupyterlab commands: From 5176139817ab0040a0ce0b207204e45fa8bc713d Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Wed, 1 Apr 2020 21:53:00 +0000 Subject: [PATCH 3/3] MNT: Re-rendered with conda-build 3.18.12, conda-smithy 3.6.15, and conda-forge-pinning 2020.03.30 --- .ci_support/linux_.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/linux_.yaml b/.ci_support/linux_.yaml index f97a142..188a1fc 100644 --- a/.ci_support/linux_.yaml +++ b/.ci_support/linux_.yaml @@ -1,6 +1,6 @@ channel_sources: - conda-forge,defaults channel_targets: -- conda-forge main +- conda-forge jupyterlab_rc docker_image: - condaforge/linux-anvil-comp7