From 04da99357de5c1ffc24e1f9ef3258d95ee11c43c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:25:09 +0000 Subject: [PATCH 1/3] updated v7.0.4 --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index edc720f..9b9b2d1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,5 @@ -{% set version = "7.0.3" %} +{% set lab_version = ">=4.0.2,<5" %} +{% set version = "7.0.4" %} {% set lab_version = ">=4.0.2,<5" %} package: @@ -7,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz - sha256: 07f3c5062fd0e6e69864437a0347abc485d991aae87a92c47d659699f571b729 + sha256: 0c1b458f72ce8774445c8ef9ed2492bd0b9ce9605ac996e2b066114f69795e71 build: noarch: python From c74b3a38f62ec63606282adca16979fe5a635778 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:25:18 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.0, and conda-forge-pinning 2023.09.20.07.15.04 --- .scripts/build_steps.sh | 9 ++++----- .scripts/logging_utils.sh | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a6b09f6..322832b 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,11 +31,10 @@ pkgs_dirs: CONDARC - -mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh index 57bc95c..aff009f 100644 --- a/.scripts/logging_utils.sh +++ b/.scripts/logging_utils.sh @@ -12,7 +12,7 @@ function startgroup { echo "##[group]$1";; travis ) echo "$1" - echo -en 'travis_fold:start:'"${1// /}"'\\r';; + echo -en 'travis_fold:start:'"${1// /}"'\r';; github_actions ) echo "::group::$1";; * ) @@ -28,7 +28,7 @@ function endgroup { azure ) echo "##[endgroup]";; travis ) - echo -en 'travis_fold:end:'"${1// /}"'\\r';; + echo -en 'travis_fold:end:'"${1// /}"'\r';; github_actions ) echo "::endgroup::";; esac From 188deaa12b3f39363a4e8f11bfae0f09ca4ebfcc Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Wed, 20 Sep 2023 07:18:12 -0500 Subject: [PATCH 3/3] update build deps, include app licenses --- recipe/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9b9b2d1..1cc8bb5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,3 @@ -{% set lab_version = ">=4.0.2,<5" %} {% set version = "7.0.4" %} {% set lab_version = ">=4.0.2,<5" %} @@ -20,7 +19,7 @@ build: requirements: host: - - hatch-jupyter-builder >=0.2 + - hatch-jupyter-builder >=0.5 - hatchling >=1.11 - jupyterlab {{ lab_version }} - pip @@ -54,8 +53,7 @@ about: license_file: - LICENSE - notebook/labextension/static/third-party-licenses.json - # TODO: upstream issue - # - notebook/static/third-party-licenses.json + - notebook/static/third-party-licenses.json summary: A web-based notebook environment for interactive computing doc_url: https://jupyter-notebook.readthedocs.io doc_source_url: https://github.com/jupyter/notebook/tree/v{{ version }}/docs