Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jan 29, 2020
1 parent 04b16de commit 357f8d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.9.0" %}
{% set version = "2.10.0" %}

package:
name: h5py
version: {{ version }}

source:
url: https://github.com/h5py/h5py/archive/{{ version }}.tar.gz
sha256: 49d593c07a3a4cb87ed421f502e34368b98282a4ac6d4388379aab80b11c7924
sha256: 2a8369f74d079dbfe35aebbf56b565a5d2e7bea6d3cdba682b4d456128a23b5e

build:
number: 0
Expand All @@ -30,6 +30,8 @@ requirements:
- pyreadline # [win]

test:
requires:
- pytest
imports:
- h5py

Expand Down
2 changes: 1 addition & 1 deletion recipe/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
fh = h5py.File('test.h5', 'r')
fh['/top'].attrs['attr1']

exit(0) if h5py.run_tests().wasSuccessful() else exit(1)
exit(h5py.run_tests())

0 comments on commit 357f8d9

Please sign in to comment.