Skip to content

Commit

Permalink
Merge pull request #130 from regro-cf-autotick-bot/7.0.4_h56e563
Browse files Browse the repository at this point in the history
notebook v7.0.4
  • Loading branch information
bollwyvl authored Sep 20, 2023
2 parents 8e4781e + 188deaa commit e86d2d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "7.0.3" %}
{% set version = "7.0.4" %}
{% set lab_version = ">=4.0.2,<5" %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz
sha256: 07f3c5062fd0e6e69864437a0347abc485d991aae87a92c47d659699f571b729
sha256: 0c1b458f72ce8774445c8ef9ed2492bd0b9ce9605ac996e2b066114f69795e71

build:
noarch: python
Expand All @@ -19,7 +19,7 @@ build:

requirements:
host:
- hatch-jupyter-builder >=0.2
- hatch-jupyter-builder >=0.5
- hatchling >=1.11
- jupyterlab {{ lab_version }}
- pip
Expand Down Expand Up @@ -53,8 +53,7 @@ about:
license_file:
- LICENSE
- notebook/labextension/static/third-party-licenses.json
# TODO: upstream issue
# - notebook/static/third-party-licenses.json
- notebook/static/third-party-licenses.json
summary: A web-based notebook environment for interactive computing
doc_url: https://jupyter-notebook.readthedocs.io
doc_source_url: https://github.com/jupyter/notebook/tree/v{{ version }}/docs
Expand Down

0 comments on commit e86d2d0

Please sign in to comment.