Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/3.0.1_h1b4524
Browse files Browse the repository at this point in the history
jupyter-collaboration v3.0.1
  • Loading branch information
bollwyvl authored Nov 27, 2024
2 parents 995fc9b + c69e6b9 commit 0d0df4d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 4 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
python_min:
- '3.9'
2 changes: 1 addition & 1 deletion azure-pipelines.yml

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

7 changes: 7 additions & 0 deletions build-locally.py

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

20 changes: 11 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{% set version = "3.0.0" %}
{% set version = "3.0.1" %}
{% set python_min = python_min | default("3.9") %}

package:
name: jupyter-collaboration
version: {{ version }}

source:
url: https://pypi.io/packages/source/j/jupyter-collaboration/jupyter_collaboration-{{ version }}.tar.gz
sha256: 79ec00b21fc423c0d5e053568231214fad5151b69813ab2e3809f2e1b7f5082c
url: https://pypi.org/packages/source/j/jupyter-collaboration/jupyter_collaboration-{{ version }}.tar.gz
sha256: 7f09e80236bfdcfe50f8af31d7ee472d45887687de6cdc71c7a3dd4052198cd5

build:
number: 0
Expand All @@ -17,19 +18,20 @@ requirements:
host:
- hatchling >=1.4.0
- pip
- python >=3.8
- python {{ python_min }}
run:
- jupyter-collaboration-ui >=1.0.0
- jupyter-docprovider >=1.0.0
- jupyter_server_ydoc >=1.0.0
- python >=3.8
- jupyter_server_ydoc >=1.0.1
- jupyter-collaboration-ui >=1.0.1
- jupyter-docprovider >=1.0.1
- python >={{ python_min }}

test:
imports:
- jupyter_collaboration
requires:
- pip
- jupyterlab
- pip
- python {{ python_min }}
- m2-grep # [win]
commands:
- pip check
Expand Down

0 comments on commit 0d0df4d

Please sign in to comment.