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

jupyter-collaboration v1.0.1 #1

Merged
merged 2 commits into from
Jun 29, 2023
Merged
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
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "jupyter-collaboration" %}
{% set version = "1.0.0" %}
{% set version = "1.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/jupyter_collaboration-{{ version }}.tar.gz
sha256: 7a79651d17898564fe13ad4c31bde50059e7087346339045159126e64dd565bd
sha256: 71fec1a45e964a81d02505b42177690801937645fd44d599e09a2f4c7bdc3e1a

build:
noarch: python
Expand All @@ -26,7 +26,7 @@ requirements:
- python >=3.8
- jupyter_server >=2.0.0,<3.0.0
- jupyter_ydoc >=1.0.1,<2.0.0
- ypy-websocket >=0.8.3,<0.9.0
- ypy-websocket >=0.12.1,<0.13.0
- jupyter_events
- jupyter_server_fileid >=0.6.0,<1

Expand All @@ -48,13 +48,13 @@ test:
- cat labextensions | grep "collaboration-extension.*OK.*jupyter_collaboration" # [unix]

about:
home: https://github.com/jupyterlab/jupyter_collaboration
summary: 'A Jupyter extension providing support for collaborative features in JupyterLab'
home: https://github.com/jupyterlab/jupyter-collaboration
summary: A Jupyter extension providing support for collaborative features in JupyterLab
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
doc_url: https://jupyterlab-realtime-collaboration.readthedocs.io
dev_url: https://github.com/jupyterlab/jupyter_collaboration
dev_url: https://github.com/jupyterlab/jupyter-collaboration

extra:
recipe-maintainers:
Expand Down