From ec797d3630fad224ff03247bc7f17a293cf39b50 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:42:53 +0000 Subject: [PATCH 1/2] updated v0.3.3 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 13a715e..e8aa53e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyglotaran" %} -{% set version = "0.3.2" %} +{% set version = "0.3.3" %} {% set download_name = "pyglotaran" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ download_name[0] }}/{{ download_name }}/{{ download_name }}-{{ version }}.tar.gz - sha256: c6d98ef37166c620f083d9bd14714cbb06d2f5c57ae020f297c84c6b9224839b + sha256: 212c5f6dce56282f489af8d205a7e65cfbb2881e859f6cbb37f69a02f795eeb5 build: number: 0 From 9766b31cc7343e95474f282ab510d52009a2464e Mon Sep 17 00:00:00 2001 From: s-weigand Date: Tue, 30 Mar 2021 23:00:04 +0200 Subject: [PATCH 2/2] Raised python upper bound from <3.9 to <3.10 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e8aa53e..1d76adf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,9 +20,9 @@ build: requirements: host: - pip - - python >=3.8,<3.9 + - python >=3.8,<3.10 run: - - python >=3.8,<3.9 + - python >=3.8,<3.10 - asteval >=0.9.21 - click >=7.0 - netcdf4 >=1.5.3