From 6d330974d03bc31ebe40e0c55a82c19497fbc82e Mon Sep 17 00:00:00 2001 From: antarcticrainforest Date: Mon, 4 Nov 2024 21:12:16 +0100 Subject: [PATCH 1/2] Bump version. --- recipe/meta.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8c1fe2d..97a81ce 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,13 +1,13 @@ {% set name = "freva" %} -{% set version = "2307.0.3" %} +{% set version = "2410.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/freva-{{ version }}.tar.gz - sha256: 851285bf60b77252682793dc2ff3d182fe30404adaf68e41480df592ed4d4430 + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/freva-{{ version }}.tar.gz + sha256: 1d49bda8c7999a5b81f146f87a7ba82774f7004f50ed44791504471723af130c build: entry_points: @@ -18,35 +18,37 @@ build: - freva-plugin = freva.cli.plugin:main - freva-user-data = freva.cli.user_data:main noarch: python - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation number: 0 requirements: host: + - python >=3.7 - appdirs - pip - - python >=3.7 run: + - python >=3.7 - appdirs + - gitpython - dask-core - django + - humanize - ffmpeg - - gitpython - git - h5netcdf - - humanize - lazy_import - - metadata-inspector - mysqlclient + - metadata-inspector - netcdf4 - numpy + - pymysql - pandas - pandoc - pillow - - pymysql - pypdf2 !=2.10.1 - - python >=3.7 - requests + - rich + - setuptools - toml - toolz - typing_extensions @@ -68,11 +70,10 @@ test: - pip about: - home: https://pypi.org/project/freva/ summary: Free Evaluation and Analysis Framework (Freva) + dev_url: https://github.com/FREVA-CLINT/freva license: BSD-2-Clause - license_file: - - LICENSE.md + license_file: LICENSE.md extra: recipe-maintainers: From 6001d0f1ba384fee94b084e66ac308488374ea7e Mon Sep 17 00:00:00 2001 From: antarcticrainforest Date: Mon, 4 Nov 2024 21:18:04 +0100 Subject: [PATCH 2/2] Bump version. --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f8c1406..3ff9608 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,6 +25,7 @@ requirements: - python >=3.7 - appdirs - pip + - setuptools run: - python >=3.7 - appdirs @@ -70,7 +71,7 @@ test: about: summary: Free Evaluation and Analysis Framework (Freva) - dev_url: https://github.com/FREVA-CLINT/freva + home: https://github.com/FREVA-CLINT/freva license: BSD-2-Clause license_file: LICENSE.md