Skip to content

Commit

Permalink
Merge pull request #60 from regro-cf-autotick-bot/5.1.0_hbc13aa
Browse files Browse the repository at this point in the history
jupyter-lsp 2.2.3 and jupyterlab-lsp 5.1.0
  • Loading branch information
bollwyvl authored Feb 26, 2024
2 parents 38fecca + a886e82 commit a26965a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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.

5 changes: 3 additions & 2 deletions build-locally.py

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# this is the version the bot will _hopefully_ pick up and PR.
{% set version = "5.0.3" %}
{% set version = "5.1.0" %}
# Leave the build number the same if only the server version changes.
{% set build_number = 0 %}

# this will likely have to be hand-updated.
{% set server_version = "2.2.2" %}
{% set server_version = "2.2.3" %}
# Leave the build number the same if only the labextension changes.
{% set server_build_number = 0 %}

Expand All @@ -18,10 +18,10 @@ package:
source:
- folder: jupyterlab-lsp
url: https://pypi.io/packages/source/j/jupyterlab-lsp/jupyterlab-lsp-{{ version }}.tar.gz
sha256: a9c8a3a646494be484d7e3174ab1d2415ed60f4773cec8479aa5ba37e5f04bc9
sha256: aeac84093ada6d20ef57ae0e97811cc5796a0cab7237b32f8eddf993c0bb0356
- folder: jupyter-lsp
url: https://pypi.io/packages/source/j/jupyter-lsp/jupyter-lsp-{{ server_version }}.tar.gz
sha256: 256d24620542ae4bba04a50fc1f6ffe208093a07d8e697fea0a8d1b8ca1b7e5b
sha256: 33dbcbc5df24237ff5c8b696b04ff4689fcd316cb8d4957d620fe5504d7d2c3f

build:
noarch: python
Expand Down Expand Up @@ -51,7 +51,7 @@ outputs:
- python >=3.8
run:
- jupyter-lsp >={{ server_version }}
- jupyterlab >=4.0.6,<5.0.0a0
- jupyterlab >=4.1.0,<5.0.0a0
- python >=3.8
test:
requires:
Expand Down

0 comments on commit a26965a

Please sign in to comment.