Skip to content

Commit

Permalink
Merge pull request #50 from bollwyvl/jupyterlab-lsp-500b0
Browse files Browse the repository at this point in the history
Jupyterlab-lsp 5.0.0b0
  • Loading branch information
bollwyvl authored Aug 29, 2023
2 parents df1201c + d85513a commit b95c2e2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge jupyter_lsp_beta
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
7 changes: 7 additions & 0 deletions README.md

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

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_targets:
- conda-forge jupyter_lsp_beta
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.2.0" %}
{% set version = "5.0.0b0" %}
# 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: 3aab01c8cac040a8d3a9ebfa4085223b054b7fbd6219d3c7b560f6a9766ca2f3
sha256: 1c286e0141d026fa13c6e00ab8c3ff3bc09c430c4b573eae40dbcc16713b6ab7
- 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.5,<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 b95c2e2

Please sign in to comment.