Skip to content

Commit

Permalink
Merge pull request #37 from bjlittle/release-0p19
Browse files Browse the repository at this point in the history
Release v0.19.0
  • Loading branch information
bjlittle committed Nov 16, 2023
2 parents fc3a501 + 6467473 commit db395c3
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 54 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.

5 changes: 3 additions & 2 deletions .circleci/config.yml

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

31 changes: 23 additions & 8 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.

30 changes: 22 additions & 8 deletions LICENSE.txt

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

53 changes: 42 additions & 11 deletions README.md

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

19 changes: 13 additions & 6 deletions build-locally.py

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

26 changes: 14 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{% set name = "iris-grib" %}
{% set version = "0.18.0" %}
{% set version = "0.19.0" %}


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

source:
url: https://github.com/SciTools/iris-grib/archive/v{{ version }}.tar.gz
sha256: e41b652caee899c92b2b7d0c9beeb074c4e82042df88c9d6d937278f5702f624
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: a691b41abc25c18dd1b4f2ac16320482436e535ae9f6a57725031f5c7a9be238

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
host:
- python >=3.8
- python >=3.9
- pip
run:
- python >=3.8
- python >=3.9
- iris >=3.0.2
- python-eccodes
- eccodes >=2.16
- python-eccodes >=1.6.1
- eccodes >=2.32.1

test:
imports:
Expand All @@ -35,11 +35,13 @@ test:
# - pip

about:
home: https://iris-grib.readthedocs.io
license: LGPL-3.0-or-later
license_family: LGPL
license_file: COPYING.LESSER
home: https://github.com/SciTools/iris-grib
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Iris GRIB interface
doc_url: https://iris-grib.readthedocs.io
dev_url: https://github.com/SciTools/iris-grib

extra:
recipe-maintainers:
Expand Down

0 comments on commit db395c3

Please sign in to comment.