From 3e9466b9af6a3f7538cff48010d39c192a5a9ec5 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Sun, 8 Oct 2023 09:12:04 -0500 Subject: [PATCH 1/2] jupyterlab-lsp 5.0.0 --- conda-forge.yml | 14 +++++--------- recipe/meta.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/conda-forge.yml b/conda-forge.yml index 6e17455..5d487be 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,14 +1,10 @@ -conda_forge_output_validation: true - azure: store_build_artifacts: true +bot: + inspection: hint-all +conda_build: + pkg_format: '2' +conda_forge_output_validation: true github: branch_name: main tooling_branch_name: main -conda_build: - pkg_format: '2' -bot: - inspection: hint-all - -# `mamba` seems to fail around `autopep8` -build_with_mambabuild: false diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 36dbab5..0a82f60 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ # this is the version the bot will _hopefully_ pick up and PR. -{% set version = "4.3.0" %} +{% set version = "5.0.0" %} # Leave the build number the same if only the server version changes. {% set build_number = 0 %} @@ -18,7 +18,7 @@ package: source: - folder: jupyterlab-lsp url: https://pypi.io/packages/source/j/jupyterlab-lsp/jupyterlab-lsp-{{ version }}.tar.gz - sha256: 59138222feed50613ae44f1d6147aa9b135f5289c4c4a01a8779b9826cd85a57 + sha256: 0f88e26803d0f3e4c8c8bef08a9f861f2706a77ca6d4d92f65026c09e958164b - folder: jupyter-lsp url: https://pypi.io/packages/source/j/jupyter-lsp/jupyter-lsp-{{ server_version }}.tar.gz sha256: 8ebbcb533adb41e5d635eb8fe82956b0aafbf0fd443b6c4bfa906edeeb8635a1 @@ -44,14 +44,14 @@ outputs: build: number: {{ build_number }} noarch: python - script: cd jupyterlab-lsp && {{ PYTHON }} -m pip install . --no-deps -vv + script: cd jupyterlab-lsp && {{ PYTHON }} -m pip install . --no-deps -vv --no-build-isolation requirements: host: - pip - python >=3.8 run: - jupyter-lsp >={{ server_version }} - - jupyterlab >=3.6.0,<4.0.0a0 + - jupyterlab >=4.0.6,<5.0.0a0 - python >=3.8 test: requires: @@ -85,7 +85,7 @@ outputs: build: number: {{ server_build_number }} noarch: python - script: cd jupyter-lsp && {{ PYTHON }} -m pip install . --no-deps -vv + script: cd jupyter-lsp && {{ PYTHON }} -m pip install . --no-deps -vv --no-build-isolation requirements: host: - pip From b3036dc3637303eb67c6a23222a25fd65527a732 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Sun, 8 Oct 2023 09:14:35 -0500 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.08.10.53.16 --- .scripts/build_steps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 0cb2268..d20d8f4 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -32,9 +32,9 @@ pkgs_dirs: CONDARC mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build conda-forge-ci-setup=3 + 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 conda-forge-ci-setup + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" @@ -63,7 +63,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else - conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + conda mambabuild "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" ( startgroup "Validating outputs" ) 2> /dev/null