From 45ce4988342b7ee08c8b2a0445b02319aea746a8 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 27 Jan 2023 05:30:43 +0000 Subject: [PATCH 1/5] updated v4.2.1 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d998f81..7cbbf84 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "altair" %} -{% set version = "4.2.0" %} +{% set version = "4.2.1" %} package: @@ -8,10 +8,10 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/altair-{{ version }}.tar.gz - sha256: d87d9372e63b48cd96b2a6415f0cf9457f50162ab79dc7a31cd7e024dd840026 + sha256: 4939fd9119c57476bf305af9ca0bd1aa7779b2450b874d3623660e879d0fcad1 build: - number: 2 + number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv From 41bbf125b031fb1468c7270633e7c558195a1e5b Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Fri, 27 Jan 2023 08:25:17 +0100 Subject: [PATCH 2/5] Remove jsonschema upper bound. --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7cbbf84..cc9a672 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ requirements: - python >=3.7 - entrypoints - jinja2 - - jsonschema >=3.0,<4.17 + - jsonschema >=3.0 - numpy >=0.18 - pandas >=0.18 - toolz From 91f1f4dd6a92cf2e5bdcfc0e91f3caf08e8b126d Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Fri, 27 Jan 2023 15:37:08 +0100 Subject: [PATCH 3/5] Update recipe/meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cc9a672..04aba10 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ requirements: - python >=3.7 - entrypoints - jinja2 - - jsonschema >=3.0 + - jsonschema >=4.3.0 - numpy >=0.18 - pandas >=0.18 - toolz From 4b5c87c55a21e4513ce1e865ecdfe4f6f6241cb5 Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Fri, 27 Jan 2023 19:53:30 +0100 Subject: [PATCH 4/5] Update recipe/meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 04aba10..a401e1e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ requirements: - python >=3.7 - entrypoints - jinja2 - - jsonschema >=4.3.0 + - jsonschema >=4.17.0 - numpy >=0.18 - pandas >=0.18 - toolz From 1efc744193ff3fe300ef5cc38ee28cf19d432a9b Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Fri, 27 Jan 2023 20:18:33 +0100 Subject: [PATCH 5/5] Update recipe/meta.yaml Co-authored-by: Stefan Binder --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a401e1e..b3b4a12 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ requirements: - python >=3.7 - entrypoints - jinja2 - - jsonschema >=4.17.0 + - jsonschema >=4.5.0 - numpy >=0.18 - pandas >=0.18 - toolz