Skip to content

Commit

Permalink
update to version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed May 31, 2018
1 parent 95ee5f8 commit 146f31f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.7.1" %}
{% set version = "2.8.0" %}

package:
name: h5py
Expand All @@ -7,13 +7,10 @@ package:
source:
fn: h5py-{{ version }}.tar.gz
url: https://github.com/h5py/h5py/archive/{{ version }}.tar.gz
sha256: 55bdefda47c49973ec24384097d18eb5f84797c057aaf0bf0b6b0f7860ad43e7
patches:
- 5950dff90cf9d9b6a89e5928c95dda1c68d74131.patch
- 0001-Remove-opt-local-and-usr-local-dirs.patch
sha256: eae41382be28b7264824450ce343dd625f972bedaaa3b0cced284986aabcbaee

build:
number: 2
number: 0

requirements:

Expand All @@ -34,7 +31,7 @@ requirements:
- numpy
- python
- six
- unittest2 # [py26]
- unittest2 # [py26 or py27]

test:
imports:
Expand Down

0 comments on commit 146f31f

Please sign in to comment.