Skip to content

Commit

Permalink
Merge pull request #106 from stephenworsley/v3.8.0
Browse files Browse the repository at this point in the history
Update meta.yaml
  • Loading branch information
stephenworsley authored Feb 29, 2024
2 parents 784c731 + cc26a49 commit 8eb6ea0
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

25 changes: 23 additions & 2 deletions .gitignore

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

16 changes: 9 additions & 7 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.

9 changes: 9 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.

4 changes: 2 additions & 2 deletions README.md

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

5 changes: 3 additions & 2 deletions build-locally.py

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

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.7.0" %}
{% set version = "3.8.0" %}

package:
name: iris
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/scitools-iris/scitools-iris-{{ version }}.tar.gz
sha256: 037c2394aeeefd111780d4d7d020326276e65a9a98753f15db67550e66d6ffe7
sha256: 64acfe3195f7f52f110b023efaf71304e7558374b1cbe28fc95d828b2428daaf

build:
noarch: python
Expand All @@ -33,7 +33,7 @@ outputs:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.21,!=1.24.3
- numpy >=1.23,!=1.24.3
- pyproj
- scipy
- shapely !=1.8.3
Expand All @@ -54,9 +54,9 @@ outputs:
- iris
about:
home: https://scitools-iris.readthedocs.io/en/stable/
license: LGPL-3.0-or-later
license_family: GPL
license_file: COPYING.LESSER
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Analyse and visualise meteorological and oceanographic data sets.

extra:
Expand Down

0 comments on commit 8eb6ea0

Please sign in to comment.