Update numpy, scipy, h5py to correct packages in .spec.in files
This PR fixes the relevant spec files so that certain packages (e.g. numpy) point at the corresponding python 3 packages (python%{python3_pkgversion}-numpy
) rather than their python 2 counterparts.
Closes #71 (closed).