Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter-lsp v3.7.0 #27

Merged
merged 2 commits into from
May 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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