Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-h5py: don't enforce HDF5 version | Oliver Kästner | 2025-03-08 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The library version to link against can be automatically detected. This fixes the following runtime warning: >>> import h5py /usr/lib/python3.13/site-packages/h5py/__init__.py:36: UserWarning: h5py is running against HDF5 1.14.4 when it was built against 1.14.0, this may cause problems _warn(("h5py is running against HDF5 {0} when it was built against {1}, " Signed-off-by: Oliver Kästner <okaestner@rosen-nxt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-h5py: switch to PEP-517 build backend | Oliver Kästner | 2025-03-08 | 1 | -1/+1 |
| | | | | | | | Upstream moved to PEP-517 builds, so use the appropriate bbclass. Signed-off-by: Oliver Kästner <okaestner@rosen-nxt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-h5py: upgrade 3.12.1 -> 3.13.0 | Wang Mingyu | 2025-02-26 | 1 | -0/+28 |
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |