From 235d7e4916f200261e31bad8a853a300fcba95a2 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Thu, 8 May 2025 02:58:05 +0800 Subject: [PATCH 1/4] updated v0.2.3 --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0697015..96235b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.2.2" %} +{% set version = "0.2.3" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz - sha256: 8f49e51cf9525a0eb2a448ec9d834c3b282b82cf427a842e5919b3561d0d95b3 + sha256: 968eb4c51ce2b76bb7b87ee9e5d80d4ab56788af8496ff570cb5e3e75ccc2567 build: entry_points: @@ -25,7 +25,7 @@ requirements: - certifi <2023.7.22 - bump2version >=1.0.1,<2.0.0 - python >=3.8,<=3.11 - - dask-core >=2022.0.0 + - dask-core <=2023.8.1 - fastparquet >=0.4.0 - pyarrow >=1.0.1 - dask-geopandas >=0.2.0 @@ -37,10 +37,10 @@ requirements: - pyproj >=3.3.0 - metpy >=1.2.0 - attrs >=20.3,<22 - - pydantic <=1.10.9 + - pydantic >=1.10.5,<2.0.0 - xarray >=2022.6.0 - netcdf4 >=1.5.8 - - scipy >=1.9.0 + - scipy >=1.10.0,<2.0.0 - pydap >=3.2.2,<4.0.0 - zarr >=2.12.0 - rasterio >=1.2.9 From 78de4a8d4f412dfd7a4c8406d77398ad89896b2d Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sun, 11 May 2025 20:58:05 +0800 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.1, and conda-forge-pinning 2023.09.20.07.15.04 --- .scripts/build_steps.sh | 9 ++++----- .scripts/logging_utils.sh | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 595f8b5..438ed2b 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,11 +31,10 @@ pkgs_dirs: CONDARC - -mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh index 57bc95c..aff009f 100644 --- a/.scripts/logging_utils.sh +++ b/.scripts/logging_utils.sh @@ -12,7 +12,7 @@ function startgroup { echo "##[group]$1";; travis ) echo "$1" - echo -en 'travis_fold:start:'"${1// /}"'\\r';; + echo -en 'travis_fold:start:'"${1// /}"'\r';; github_actions ) echo "::group::$1";; * ) @@ -28,7 +28,7 @@ function endgroup { azure ) echo "##[endgroup]";; travis ) - echo -en 'travis_fold:end:'"${1// /}"'\\r';; + echo -en 'travis_fold:end:'"${1// /}"'\r';; github_actions ) echo "::endgroup::";; esac From 4925e24ff02087dde30eb12381c0050efc11c8d9 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sun, 18 May 2025 10:08:45 +0800 Subject: [PATCH 3/4] cleaning up meta --- recipe/meta.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 96235b3..9abddde 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,14 +18,14 @@ build: requirements: host: - - python >=3.8,<=3.11 + - python >=3.9,<=3.12 - pip - - poetry-core >=1.0.0 + # - poetry-core >=1.0.0 run: - - certifi <2023.7.22 - - bump2version >=1.0.1,<2.0.0 + # - certifi <2023.7.22 + # - bump2version >=1.0.1,<2.0.0 - python >=3.8,<=3.11 - - dask-core <=2023.8.1 + # - dask-core <=2023.8.1 - fastparquet >=0.4.0 - pyarrow >=1.0.1 - dask-geopandas >=0.2.0 @@ -33,10 +33,10 @@ requirements: - numpy >=1.21 - geopandas >=0.13.0 - shapely >=2.0 - - pygeos >=0.14.0,<0.15.0 + # - pygeos >=0.14.0,<0.15.0 - pyproj >=3.3.0 - metpy >=1.2.0 - - attrs >=20.3,<22 + # - attrs >=20.3,<22 - pydantic >=1.10.5,<2.0.0 - xarray >=2022.6.0 - netcdf4 >=1.5.8 @@ -53,9 +53,9 @@ requirements: - fsspec - cftime - cfgrib - - pooch + # - pooch # xarray[accel] - - flox + # - flox test: imports: From 0e64b20f44697260aa128c577df7e18fc18d3f03 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Thu, 29 May 2025 15:46:45 +0800 Subject: [PATCH 4/4] need poetry --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9abddde..0cbf292 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,7 +20,7 @@ requirements: host: - python >=3.9,<=3.12 - pip - # - poetry-core >=1.0.0 + - poetry-core >=1.0.0 run: # - certifi <2023.7.22 # - bump2version >=1.0.1,<2.0.0