Skip to content

Commit

Permalink
Merge pull request #4 from regro-cf-autotick-bot/2.0.0_h657bd0
Browse files Browse the repository at this point in the history
jupyter-collaboration v2.0.0
  • Loading branch information
bollwyvl authored Dec 13, 2023
2 parents 77dc4e0 + bb6f0a9 commit 895ee08
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

20 changes: 14 additions & 6 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.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

4 changes: 1 addition & 3 deletions README.md

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

13 changes: 6 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.0" %}
{% set version = "2.0.0" %}
{% set jupyterlab_version = ">=4.0.5" %}

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

source:
url: https://pypi.io/packages/source/j/jupyter-collaboration/jupyter_collaboration-{{ version }}.tar.gz
sha256: aa17023c0807941c2df8bb7c35d0daf993e134da2d0af36dcfd590c7a387bce7
sha256: eed21d0977045f074f80ee47c678c094f19c81567602d50a7ad858ab18a9958f

build:
noarch: python
Expand All @@ -20,13 +20,13 @@ requirements:
- pip
- hatchling >=1.4.0
- hatch-nodejs-version
- hatch-jupyter-builder
- hatch-jupyter-builder >=0.5
- jupyterlab {{ jupyterlab_version }}
run:
- python >=3.8
- jupyter_server >=2.0.0,<3.0.0
- jupyter_ydoc >=1.0.1,<2.0.0
- ypy-websocket >=0.12.1,<0.13.0
- jupyter_ydoc >=2.0.0,<3.0.0
- pycrdt-websocket >=0.12.5,<0.13.0
- jupyter_events >=0.7.0
- jupyter_server_fileid >=0.7.0,<1
- jsonschema >=4.18.0
Expand Down Expand Up @@ -55,11 +55,10 @@ about:
summary: A Jupyter extension providing support for collaborative features in JupyterLab
license: BSD-3-Clause
license_family: BSD
license_file:
license_file:
- LICENSE
- jupyter_collaboration/labextension/static/third-party-licenses.json
doc_url: https://jupyterlab-realtime-collaboration.readthedocs.io
dev_url: https://github.com/jupyterlab/jupyter-collaboration

extra:
recipe-maintainers:
Expand Down

0 comments on commit 895ee08

Please sign in to comment.