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.1.0 #2

Merged
merged 7 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from 6 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
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions README.md

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

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ github:
conda_build:
error_overlinking: true
conda_forge_output_validation: true
bot:
inspection: hint-all
7 changes: 4 additions & 3 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.1" %}
{% set version = "1.1.0" %}

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

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

build:
noarch: python
Expand All @@ -27,8 +27,9 @@ requirements:
- 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_events
- jupyter_events <0.7.0
- jupyter_server_fileid >=0.6.0,<1
- jsonschema[format-nongpl,format_nongpl] <4.18.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that syntax only works in pip.

Here, i'd go with:

- jsonschema <4.18.0
- jsonschema-with-format-nongpl

until conda-forge/conda-forge-repodata-patches-feedstock#496 is in


test:
imports:
Expand Down