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

notebook 6.0.2, update metadata, pip check #63

Merged
merged 4 commits into from
Jan 18, 2020
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitattributes

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

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.

9 changes: 6 additions & 3 deletions .travis.yml

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

12 changes: 7 additions & 5 deletions README.md

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

22 changes: 15 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "6.0.1" %}
{% set version = "6.0.2" %}

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

source:
url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz
sha256: 660976fe4fe45c7aa55e04bf4bccb9f9566749ff637e9020af3422f9921f9a5d
sha256: 399a4411e171170173344761e7fd4491a3625659881f76ce47c50231ed714d9b

build:
script:
Expand All @@ -28,8 +28,8 @@ requirements:
- ipykernel
- ipython_genutils
- jinja2
- jupyter_core >=4.4.0
- jupyter_client >=5.3.1
- jupyter_core >=4.6.0
- jupyter_client >=5.3.4
- nbconvert
- nbformat
- python
Expand All @@ -41,7 +41,10 @@ requirements:
- prometheus_client

test:
requires:
- pip
commands:
- python -m pip check
- jupyter notebook -h
- jupyter nbextension -h
- jupyter serverextension -h
Expand All @@ -50,10 +53,14 @@ test:
- notebook

about:
home: http://jupyter.org
license: BSD 3-clause
license_file: COPYING.md
home: https://jupyter.org
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
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

extra:
recipe-maintainers:
Expand All @@ -64,3 +71,4 @@ extra:
- gnestor
- takluyver
- lresende
- bollwyvl