Skip to content

Commit

Permalink
Merge pull request #72 from bouweandela/v2.10.0
Browse files Browse the repository at this point in the history
Version 2.10.0
  • Loading branch information
bouweandela authored Dec 19, 2023
2 parents d41ed1a + 96f48e3 commit b800d7c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 23 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

20 changes: 14 additions & 6 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion README.md

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

17 changes: 8 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ESMValCore" %}
{% set version = "2.9.0" %}
{% set version = "2.10.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ed642f5ca66cb1113b5f628edf1e3004d5a7a7f36d624874817f406793469a2c
sha256: 1915d0213ca1984253b6c7ffec24ce45f5bb60dfe3e39fad5bf1d24278c97952

build:
# Increment the build number when building a new conda package of the same
Expand All @@ -20,7 +20,7 @@ build:
requirements:
host:
- git
- python >=3.9
- python >=3.9,<3.12
- pip !=21.3
- pytest-runner
- setuptools_scm
Expand All @@ -38,7 +38,8 @@ requirements:
- fire
- geopy
- humanfriendly
- iris >=3.4.0
- importlib_metadata
- iris >=3.6.1
- iris-esmf-regrid >=0.7.0
- isodate
- jinja2
Expand All @@ -54,12 +55,12 @@ requirements:
- psutil
- py-cordex
- pybtex
- python >=3.9
- python >=3.9,<3.12
- python-stratify >=0.3
- pyyaml
- requests
- scipy >=1.6
- shapely
- shapely >=2.0.0
- yamale

test:
Expand All @@ -74,18 +75,16 @@ test:
- pytest
- pytest-cov
- pytest-env
- pytest-flake8
- pytest-html
- pytest-metadata
- pytest-mock
- pytest-mypy
- pytest-xdist
- r-yaml
# - types-requests
# - types-pkg_resources
# - types-PyYAML
commands:
- pip install ESMValTool-sample-data types-requests types-pkg_resources types-PyYAML
- pip install ESMValTool-sample-data types-requests types-PyYAML
- pytest -n 2 --ignore=run_test.py --ignore=tests/unit/documentation/
- esmvaltool -- --help
- esmvaltool version
Expand Down

0 comments on commit b800d7c

Please sign in to comment.