Skip to content

Commit

Permalink
Merge pull request #2 from regro-cf-autotick-bot/0.1.7_h87f1f2
Browse files Browse the repository at this point in the history
jupytergis-packages v0.1.7
  • Loading branch information
martinRenou authored Dec 9, 2024
2 parents 878b2f0 + 0be6e58 commit 7d167cb
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 22 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.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

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.

22 changes: 11 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{% set name = "jupytergis-packages" %}
{% set version = "0.1.6" %}
{% set version = "0.1.7" %}

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

source:
- url: https://pypi.io/packages/source/j/jupytergis_core/jupytergis_core-{{ version }}.tar.gz
sha256: 3999c1f14cfdb8454f27348d0c887426060f0b320d08075861dfd257b763db78
- url: https://pypi.org/packages/source/j/jupytergis_core/jupytergis_core-{{ version }}.tar.gz
sha256: ad09aabf8a0df85bc9d7bc232abb00e8e2d8b876e3649d7438773f7c4a9915b2
folder: jupytergis_core
- url: https://pypi.io/packages/source/j/jupytergis_lab/jupytergis_lab-{{ version }}.tar.gz
sha256: 3c4c0d7afae9615cb3638a167b475b3a49315007cc0456bc06771f02c0506f81
- url: https://pypi.org/packages/source/j/jupytergis_lab/jupytergis_lab-{{ version }}.tar.gz
sha256: d6e7ff33975737c4bbf3d6a70f89dc4af45880d55ec5e9d0c7b6e74c16b4889a
folder: jupytergis_lab
- url: https://pypi.io/packages/source/j/jupytergis_qgis/jupytergis_qgis-{{ version }}.tar.gz
sha256: f36bcd2ec2f514d757ea1d36e7e74c2e44041307dc51a631f3a297110c09aacb
- url: https://pypi.org/packages/source/j/jupytergis_qgis/jupytergis_qgis-{{ version }}.tar.gz
sha256: a978092cb813e3f9ba2abb83cbe72dbb8fe60fb581cac73bf2afdbf081047602
folder: jupytergis_qgis
- url: https://pypi.io/packages/source/j/jupytergis/jupytergis-{{ version }}.tar.gz
sha256: 1304e0b9eff164d1a84e8c2fd5671fcc0dcdf77639592db85c7eda227b612a7e
- url: https://pypi.org/packages/source/j/jupytergis/jupytergis-{{ version }}.tar.gz
sha256: 4c593417794fda14890bb1aafebedfe6468e49e60de94cc29b3baeecc772daaa
folder: jupytergis

build:
Expand Down Expand Up @@ -44,7 +44,7 @@ outputs:
run:
- python >=3
- jupyter_ydoc >=2,<3
- jupyter-collaboration >=2,<3
- jupyter-collaboration >=3,<4
- pycrdt
- jupyter_server> =2.0.1,<3
- requests
Expand Down Expand Up @@ -78,7 +78,7 @@ outputs:
- python >=3.8
- jupyter_server> =2.0.1,<3
- jupyter_ydoc >=2,<3
- jupyter-collaboration >=2,<3
- jupyter-collaboration >=3,<4
- ypywidgets >=0.9.0,<0.10
- yjs-widgets >=0.3.4,<0.4
- comm >=0.1.2,<0.2
Expand Down

0 comments on commit 7d167cb

Please sign in to comment.