Skip to content

Commit

Permalink
Merge pull request #55 from bollwyvl/jupyterlab-lsp-500
Browse files Browse the repository at this point in the history
jupyterlab-lsp 5.0.0
  • Loading branch information
bollwyvl authored Oct 8, 2023
2 parents 72193cf + b3036dc commit f4bfbfe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 %}

Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4bfbfe

Please sign in to comment.