Skip to content

Commit

Permalink
Merge pull request #106 from regro-cf-autotick-bot/2.0.0_h749cf5
Browse files Browse the repository at this point in the history
jupyter_server v2.0.0
  • Loading branch information
bollwyvl authored Dec 7, 2022
2 parents f738155 + d1f0722 commit d375350
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.23.3" %}
{% set version = "2.0.0" %}

package:
name: jupyter_server
version: {{ version }}

source:
url: https://pypi.io/packages/source/j/jupyter_server/jupyter_server-{{ version }}.tar.gz
sha256: f7f7a2f9d36f4150ad125afef0e20b1c76c8ff83eb5e39fb02d3b9df0f9b79ab
sha256: 4ed33c3d8a2c9c1e5e6238c5a837f65ec4b1edf2bf87a3f677cc057207757a10

build:
noarch: python
Expand All @@ -18,61 +18,66 @@ build:

requirements:
host:
- jupyter-packaging >=0.9,<1.0
- nodejs >=16
- hatch-jupyter-builder >=0.8.1
- hatchling >=1.11
- pip
- python >=3.7
- python >=3.8
run:
- anyio >=3.1.0
- anyio >=3.1.0,<4
- argon2-cffi
- jinja2
- jupyter_client >=6.1.12
- jupyter_core >=4.7.0
- jupyter_client >=7.4.4
- jupyter_core >=4.12,!=5.0
- jupyter_events >=0.4.0
- jupyter_server_terminals
- nbconvert-core >=6.4.4 # avoid hard dependency on pandoc
- nbformat >=5.2.0
- nbformat >=5.3.0
- packaging
- prometheus_client
- python >=3.7
- pyzmq >=17
- python >=3.8
- pyzmq >=24
- send2trash
- terminado >=0.8.3
- tornado >=6.1.0
- traitlets >=5.1.0
- tornado >=6.2.0
- traitlets >=5.3.0
- websocket-client
# - pywinpty # [win] # rely on terminado to get this to keep noarch


test:
source_files:
- tests
requires:
- pip
# test deps
- coverage
- ipykernel
- pytest >=6.0
- pytest >=7.0
- pytest-console-scripts
- pytest-cov
- pytest-mock
- pytest-timeout
- pytest-tornasync
- pytest-jupyter-server >=0.6.0=*_1
- requests
commands:
- pip check
- jupyter server -h
- cd tests && pytest -vv --cov jupyter_server --cov-report term-missing:skip-covered --no-cov-on-fail --cov-fail-under 70
# delete tests fail if /tmp and /home/.../trash are on different devices
- pytest -vv --cov=jupyter_server -k "not (delete or merge_config)" --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=70
imports:
- jupyter_server
downstreams:
- jupyterlab >=3.2
- jupyterlab_server >=2.14.0
# doesn't bring along pytest-jupyter
# - jupyterlab_server >=2.14.0

about:
home: https://jupyter.org
home: https://jupyter-server.readthedocs.io
license: BSD-3-Clause
license_family: BSD
license_file: COPYING.md
summary: Jupyter Server
description: The Jupyter Server provides the backend for Jupyter web applications such as the Jupyter notebook and JupyterLab.
summary: The backend—i.e. core services, APIs, and REST endpoints to Jupyter web applications.
dev_url: https://github.com/jupyter/jupyter_server
doc_url: https://jupyter-server.readthedocs.io

extra:
recipe-maintainers:
Expand Down

0 comments on commit d375350

Please sign in to comment.