Skip to content

Commit

Permalink
jupyter-collaboration v1.1.0 (#2)
Browse files Browse the repository at this point in the history
* updated v1.1.0

* MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.11.11.50.55

* add bot inspection for future PRs

* Update dependencies

* Fixes recipe

* Pin jupyter_events

* Changes syntax

---------

Co-authored-by: Nicholas Bollweg <[email protected]>
Co-authored-by: Carlos Herrero <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2023
1 parent dcc432a commit 60068a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
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
8 changes: 5 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,10 @@ 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 <4.18.0
- jsonschema-with-format-nongpl

test:
imports:
Expand Down

0 comments on commit 60068a8

Please sign in to comment.