Skip to content

Commit

Permalink
Merge pull request #27 from regro-cf-autotick-bot/3.7.0_ha05817
Browse files Browse the repository at this point in the history
jupyter-lsp v3.7.0
  • Loading branch information
bollwyvl authored May 31, 2021
2 parents b5f4399 + 0b0bb23 commit 25fce58
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 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 = "3.6.0" %}
{% set version = "3.7.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: f1f03b4e1072920ac951dbd9b0b6db60b23a1585317698c09b3a1fff35281292
sha256: 752bb168ccba07a04ae178a97556475787f3f0ce0eed1638c57bd3d8b83bcdf7
- folder: jupyter-lsp
url: https://pypi.io/packages/source/j/jupyter-lsp/jupyter-lsp-{{ server_version }}.tar.gz
sha256: 0f1e25a2f8b598b53ada5e9fcffc7659c2a3cf448f9640997abc2fc5d4735b2a
Expand Down Expand Up @@ -137,37 +137,6 @@ outputs:
doc_source_url: https://github.com/krassowski/jupyterlab-lsp/blob/master/docs

- name: jupyter-lsp-python
version: {{ server_version }}
build:
number: {{ server_build_number }}
noarch: python
requirements:
host:
- python >=3.6
run:
- {{ pin_subpackage("jupyter-lsp", exact=True) }}
- python-language-server >=0.31.9
# TODO: resolve on appropriate upstream
- autopep8 <1.5.6
test:
requires:
- pip
- pytest-asyncio
- pytest-runner
commands:
- pip check
# TODO add test for current ls by adding " or pyls" to -k option - but 1 test is failing
- pytest -vv -p no:warnings --pyargs jupyter_lsp -k "not ({{ server_tests|join(' or ') }} or r_package_detection)"
about:
home: https://github.com/krassowski/jupyterlab-lsp
license: BSD-3-Clause
license_family: BSD
license_file: jupyter-lsp/LICENSE
summary: A metapackage for jupyter-lsp and python-language-server
doc_url: https://jupyterlab-lsp.readthedocs.io
doc_source_url: https://github.com/krassowski/jupyterlab-lsp/blob/master/docs

- name: jupyter-lsp-python-lsp-server
version: {{ server_version }}
build:
number: {{ server_build_number }}
Expand Down Expand Up @@ -206,7 +175,7 @@ outputs:
- python >=3.6
run:
- {{ pin_subpackage("jupyter-lsp-python", exact=True) }}
- pyls-black
- python-lsp-black
- pyls-isort
- pyls-mypy
- pyls-memestra
Expand Down

0 comments on commit 25fce58

Please sign in to comment.