Skip to content

Commit

Permalink
notebook 7.0.0 (#123)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 19, 2023
2 parents 11f617f + 1419469 commit 9098d4d
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 51 deletions.
2 changes: 0 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

5 changes: 2 additions & 3 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 conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ github:
tooling_branch_name: main
conda_build:
pkg_format: '2'
bot:
inspection: hint-all
75 changes: 30 additions & 45 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,83 +1,67 @@
{% set version = "6.5.4" %}
{% set min_nbclassic = "0.4.7" %}
{% set version = "7.0.0" %}
{% set lab_version = ">=4.0.2,<5" %}

package:
name: notebook
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz
sha256: 517209568bd47261e2def27a140e97d49070602eea0d226a696f42a7f16c9a4e
sha256: 38b55e6939df0ba73b53212c3b234e41102f1789e0158606cedaebf00abef6c8

build:
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
- find {{ PREFIX }} -name '*.js.map' -delete # [not win]
- {{ PYTHON }} -m pip install . --no-deps -vv --no-build-isolation
number: 0
entry_points:
- jupyter-notebook = notebook.notebookapp:main
- jupyter-nbextension = notebook.nbextensions:main
- jupyter-serverextension = notebook.serverextensions:main
- jupyter-bundlerextension = notebook.bundler.bundlerextensions:main
- jupyter-notebook = notebook.app:main

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- jupyter-packaging >=0.9,<1
- nbclassic >={{ min_nbclassic }}
- python >=3.7
- hatch-jupyter-builder >=0.2
- hatchling >=1.11
- jupyterlab {{ lab_version }}
- pip
- python >=3.8
run:
- argon2-cffi
- ipykernel
- ipython_genutils
- jinja2
- jupyter_client >=5.3.4
- jupyter_core >=4.6.1
- nbclassic >={{ min_nbclassic }}
- nbconvert-core >=5
- nbformat
- nest-asyncio >=1.5
- prometheus_client
- python >=3.7
- pyzmq >=17
- send2trash >=1.8.0
- terminado >=0.8.3
- tornado >=6.1
- traitlets >=4.2.1
- importlib_resources >=5.0
- jupyter_server >=2.4.0,<3
- jupyterlab {{ lab_version }}
- jupyterlab_server >=2.22.1,<3
- notebook-shim >=0.2,<0.3
- python >=3.8
- tornado >=6.2.0

test:
requires:
- pip
- requests
- requests-unixsocket # [unix]
- nbclassic =={{ min_nbclassic }}
- m2-grep # [win]
commands:
- python -m pip check
- pip check
- jupyter notebook -h
- jupyter nbextension -h
- jupyter serverextension -h
- jupyter bundlerextension -h
- jupyter-notebook -h
- jupyter labextension list
- jupyter labextension list 1>labextensions 2>&1
- grep -iE "@jupyter-notebook/lab-extension.*OK" labextensions
imports:
- notebook
- notebook.tests.launchnotebook

about:
home: https://jupyter.org
home: https://github.com/jupyter/notebook
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
license_file:
- LICENSE
- notebook/labextension/static/third-party-licenses.json
# TODO: upstream issue
# - notebook/static/third-party-licenses.json
summary: A web-based notebook environment for interactive computing
dev_url: https://github.com/jupyter/notebook
doc_url: https://jupyter-notebook.readthedocs.io
doc_source_url: https://github.com/jupyter/notebook/tree/master/docs
doc_source_url: https://github.com/jupyter/notebook/tree/v{{ version }}/docs

extra:
recipe-maintainers:
- jtpio
- SylvainCorlay
- jakirkham
- minrk
Expand All @@ -88,3 +72,4 @@ extra:
- bollwyvl
- blink1073
- davidbrochart
- jtpio

0 comments on commit 9098d4d

Please sign in to comment.