Skip to content

Commit

Permalink
Merge pull request #1 from regro-cf-autotick-bot/1.0.1_h103988
Browse files Browse the repository at this point in the history
jupyter-collaboration v1.0.1
  • Loading branch information
davidbrochart authored Jun 29, 2023
2 parents 9dc10d6 + d94edcc commit dcc432a
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit dcc432a

Please sign in to comment.