Commit Graph

32 Commits

Author SHA256 Message Date
021bcb0783 - update to 3.11.0:
* h5py is now compatible with Numpy 2.0
  * New methods :meth:`.Group.visit_links` and
    :meth:`.Group.visititems_links`
    that include links when visiting groups (:pr:`2360`).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=50
2024-04-14 07:46:31 +00:00
0202a9b042 - update to 3.10.0:
* The read-only S3 file driver ('ros3') now accepts an AWS session
    token as part of the credentials (:pr:`2301`). Pass session_token
    when opening a :class:`.File` (along with the other S3 parameters).
    This requires HDF5 1.14.2 or later, with the ROS3 feature built.
  * Support for the HDF5 1.8 series was dropped, along with early 1.10
    releases. The minimum required HDF5 version is now 1.10.4.
  * Exposing HDF5 functions
  * H5Pget_fapl_ros3_token & H5Pset_fapl_ros3_token
  * Various nasty bugs when using nested compound and vlen data types
    have been fixed (:pr:`2134`).
  * Fixed an OverflowError in some cases when registering a filter
    with :func:`h5z.register_filter`, especially on 32-bit
    architectures (:pr:`2318`).
  * Sequential slicing/indexing operations on a :class:`.VirtualSource`
    object (e.g. source[:10][::2]) now raise an error, rather than
    giving incorrect results (:pr:`2280`).
- Add fix_failing_x86_test.patch
  Changes from 2.8.0 are too numerous to list here, complete changelog
  - no changelog
- python3 package added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=48
2023-12-16 19:06:19 +00:00
ef039047b6 Accepting request 1119634 from home:NMorey:branches:science
- Drop support for obsolete openmpi[123]
- Prepare support for openmpi5

OBS-URL: https://build.opensuse.org/request/show/1119634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=46
2023-10-24 07:59:46 +00:00
ab3b6508f3 Accepting request 1105322 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 3.9.0
  * This version of h5py requires Python 3.8 or above.
  ## New features
  * New out argument to read_direct_chunk() to allow passing the
    output buffer (PR 2232).
  * The objects from Dataset.asstr() and Dataset.astype() now
    implement the __array__() method (PR 2269). This speeds up
    access for functions that support it, such as np.asarray().
  * Validate key types when creating groups and attributes, giving
    better error messages when invalid types are used (PR 2266).
  ## Deprecations & removals
  * Using Dataset.astype() as a context manager has been removed,
    after being deprecated in h5py 3.6. Read data by slicing the
    returned object instead: dset.astype('f4')[:].
  * Exposing HDF5 functions
  * H5Pget_elink_acc_flags & H5Pset_elink_acc_flags as
    h5py.h5p.PropLAID.get_elink_acc_flags() &
    h5py.h5p.PropLAID.set_elink_acc_flags(): access the external
    link file access traversal flags in a link access property list
    (PR 2244).
  * H5Zregister as h5py.h5z.register_filter(): register an HDF5
    filter (PR 2229).
  ## Bug fixes
  * Group.__contains__ and Group.get now use the default link
    access property list systematically (PR 2244).
  * Removed various calls to the deprecated numpy.product function
    (PR 2242 & PR 2273).
  * Fix the IPython tab-completion integration in IPython 8.12 (PR
    2256).
  * Replacing attributes with AttributeManager.create() now deletes

OBS-URL: https://build.opensuse.org/request/show/1105322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=44
2023-08-23 10:53:12 +00:00
969e55a882 Accepting request 1066147 from home:bnavigator:branches:devel:languages:python:numeric
- Clean up build and runtime requirements
- Drop python-h5py-relax-dependency-versions.patch -- it has become
  a noop at the last refresh.
- Only build for supported pythons (>= 3.7)
- PEP517 build

OBS-URL: https://build.opensuse.org/request/show/1066147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=42
2023-02-16 10:44:30 +00:00
d30a8b2cfd Accepting request 1064739 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1064739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=40
2023-02-14 00:09:58 +00:00
b5c6e02632 Accepting request 983693 from home:badshah400:branches:devel:languages:python:numeric
- Update to version 3.7.0
- Refresh python-h5py-relax-dependency-versions.patch for updated version.

OBS-URL: https://build.opensuse.org/request/show/983693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=38
2022-06-19 17:22:13 +00:00
cca70648c8 Accepting request 959609 from home:badshah400:branches:devel:languages:python:numeric
(Sorry for the multiple sr's, took me a few tries to get it right)
* Update to version 3.6.0.
* Rebase python-h5py-relax-dependency-versions.patch to apply against updated version.
* Also enforce %requires_eq on hdf5 to force rebuilds when hdf5 gets version updates in Factory (boo#1196682).
* Skip tests marked with 'mpi_skip' when building with openmpi flavours (see e.g., https://github.com/h5py/h5py/issues/1997).

OBS-URL: https://build.opensuse.org/request/show/959609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=36
2022-03-06 16:25:16 +00:00
11a1183592 - Correct order of definitions to generate multiple packages for
multiple builds.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=35
2021-09-09 16:09:00 +00:00
5faf84886f Accepting request 916929 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/916929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=34
2021-09-09 11:34:57 +00:00
52d1aedfca Accepting request 901805 from home:andythe_great:branches:devel:languages:python:numeric
- Update to version 3.3.0.
  * New features
    * Compatibility with the upcoming HDF5 1.12.1 and possibly 1.14.
    * H5T_BITFIELD types will now be cast to their numpy.uint
      equivalent by default (:issue:`1258`). This means that
      no knowledge of mixed type compound dataset schemas is
      required to read these types, and can simply be read as
      follows: arr = dset[:]
      Alternatively, 8-bit bitfields can still be cast to booleans
      explicitly: arr = dset.astype(numpy.bool_)[:]
    * Key types are validated when accessing groups, to give more
      helpful errors when a group is indexed like a dataset.
    * A new :meth:`.Group.build_virtual_dataset` method acting as
      a context manager to assemble virtual datasets.
    * If the source and target of a virtual dataset mapping have
      different numbers of points, an error should now be thrown
      when you make the mapping in the :class:`VirtualLayout`,
      rather than later when writing this into the file. This
      should make it easier to find the source of such errors.
  * Deprecations
    * The default_file_mode config option is deprecated, and setting
      it to values other than 'r' (for read-only mode) is no longer
      allowed. Pass the mode when creating a :class:`.File` object
      instead of setting a global default.
  * Bug fixes
    * Trying to open a file in append mode ('a') should now give
      clearer error messages when the file exists but can't be opened.
    * Protect :func:`h5py.h5f.get_obj_ids` against garbage collection
      invalidating HDF5 IDs while it is retrieving them.
    * Make file closing more robust, including when closing files
      while the interpreter is shutting down, by using lower-level
      code to close HDF5 IDs of objects inside the file.
- Updates for version 3.2.0.
  * New features
    * Added support to use the HDF5 ROS3 driver to access HDF5 files
      on S3.
    * Breaking changes & deprecations
    * Setting the config option default_file_mode to values other
      than 'r' is deprecated. Pass the desired mode when opening a
      :class:`~.File` instead.
  * Exposing HDF5 functions
    * H5Pset_fapl_ros3 & H5Pget_fapl_ros3 (where HDF5 is built with
      read-only S3 support).
  * Bug fixes
    * :exc:`OSError` exceptions raised by h5py should now have a
      useful .errno attribute, where HDF5 provides this information.
      Subclasses such as :exc:`FileNotFoundError` should also be
      raised where appropriate.
    * Fix reading data with a datatype of variable-length arrays of
      fixed length strings.
    * Fix :meth:`.Dataset.read_direct` and :meth:`.Dataset.write_direct`
      when the source and destination have different shapes.
    * Fix selecting data using integer indices in
      :meth:`.Dataset.read_direct` and :meth:`.Dataset.write_direct`.
    * Fix exception handling in :meth:`.Group.visititems`.
    * Issue a warning when File(..., swmr=True) is specified with
      any mode other than 'r', as the SWMR option is ignored in
      these cases.
    * Fix NumPy 1.20 deprecation warnings concerning the use of
      None as shape, and the deprecated aliases np.float, np.int
      and np.bool.
  * 3.2.1 bug fix release
    * Fix :attr:`.File.driver` when the read-only S3 driver is
      available.
- Rebase python-h5py-relax-dependency-versions.patch

OBS-URL: https://build.opensuse.org/request/show/901805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=33
2021-06-24 21:49:39 +00:00
2fccd3979b Accepting request 873560 from home:bnavigator:branches:devel:languages:python:numeric
- Skip python36 build. NumPy 1.20 in Tumbleweed dropped support for
  Python 3.6 (NEP 29)
- Fix sitearch handling between regular and mpi builds suitable for
  singlespec with multiple python3 flavors
- Refine requirement versions based on Python version

OBS-URL: https://build.opensuse.org/request/show/873560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=31
2021-02-19 07:38:36 +00:00
a45e6f4f38 Accepting request 865029 from home:jayvdb:branches:devel:languages:python:numeric
- Add runtime dependency cached-property based on Python version

OBS-URL: https://build.opensuse.org/request/show/865029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=29
2021-01-20 16:08:59 +00:00
135a2f399a Accepting request 854895 from home:badshah400:branches:devel:languages:python:numeric
- Replace %__python3 usage by %python_exec.

OBS-URL: https://build.opensuse.org/request/show/854895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=26
2020-12-11 14:08:03 +00:00
b4089c741e Accepting request 854595 from home:badshah400:branches:devel:languages:python:numeric
Enable parallel hdf5 builds in multiple mpi flavours.

OBS-URL: https://build.opensuse.org/request/show/854595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=25
2020-12-10 21:13:31 +00:00
c70004b843 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=23 2020-11-27 14:06:08 +00:00
d62cb724c0 Accepting request 851124 from home:badshah400:branches:devel:languages:python:numeric
* Update to version 3.1.0.
* Drop upstreamed patches: 1) remove_unittest2.patch 2) no_include_opt.patch.
* Add python-h5py-relax-numpy-versions.patch to allow building against more recent versions of numpy than minimally required.
* Python 2 is no longer supported; at least version 3.6 is required.
* Run all tests except: 1) MPI based ones, as we build against the non-mpi version of hdf5 2) Offset test which overflows on 32-bit.
* Tests require python-cached-property for openSUSE <= 1500.
* Fix `requires_eq` on libhdf5 (oS:F now has libhdf_hl103) already.

OBS-URL: https://build.opensuse.org/request/show/851124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=22
2020-11-27 13:57:27 +00:00
aa19e9290d - ensure rebuild when hdf5 version changes (bsc#1150049)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=20
2020-05-11 07:48:16 +00:00
Tomáš Chvátal
9a3e22269a - Update to 2.10.0:
* no upstream changelog provided
- Update patch remove_unittest2.patch
- Remove upstream merged fix_failing_x86_test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=17
2019-09-13 13:48:53 +00:00
Todd R
f835d97a3f Accepting request 720114 from home:TheBlackCat:branches:devel:languages:python:numeric
- Add fix_failing_x86_test.patch 
  Fixes spurious test failure on x86 platfomrs
  See  gh#h5py/h5py#1163
  From gh#h5py/h5py#1235

OBS-URL: https://build.opensuse.org/request/show/720114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=15
2019-07-31 20:31:52 +00:00
Tomáš Chvátal
30831310b2 - Yodate to 2.9.0:
Changes from 2.8.0 are too numerous to list here, complete changelog         
  is available online at https://github.com/h5py/h5py/releases
- Drop merged patch adjust_mapping_hdf5_error_codes.patch
- Refresh remove_unittest2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=13
2019-03-11 12:48:39 +00:00
Todd R
6fda848d91 Accepting request 653736 from home:TheBlackCat:branches:devel:languages:python:numeric
- Use more reliable test invocation

OBS-URL: https://build.opensuse.org/request/show/653736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=11
2018-12-04 03:20:48 +00:00
e9755ee4f9 Remove valuerror-typerror-failing-tests.patch and replace it with
proper patch (https://github.com/tacaswell/h5py/commit/6653c65e8c8d0.patch)
in adjust_mapping_hdf5_error_codes.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=9
2018-10-12 15:06:02 +00:00
Todd R
35000a6a85 Accepting request 641324 from home:TheBlackCat:branches:devel:languages:python:numeric
- Fix ldconfig syntax errors.

OBS-URL: https://build.opensuse.org/request/show/641324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=7
2018-10-11 16:35:23 +00:00
2963e6172a Add valuerror-typerror-failing-tests.patch to make two tests pass.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-h5py?expand=0&rev=5
2018-10-10 14:07:34 +00:00
45bde9a895 Accepting request 628931 from devel:languages:python:numeric
- Updated to 2.8.0
  Changes from 2.7.1 are too numerous to list here, complete changelog
  is available online at https://github.com/h5py/h5py/releases
  Patch dont_reorder_compund.patch has been included upstream
- Remove dependency on unittest2
  Patch remove_unittest2.patch facilitates the change

OBS-URL: https://build.opensuse.org/request/show/628931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=8
2018-08-15 08:36:16 +00:00
2a8e3a6c44 Accepting request 580312 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/580312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=7
2018-02-27 15:59:25 +00:00
0d219bbf70 Accepting request 541760 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/541760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=6
2017-11-14 12:06:57 +00:00
068c6efc43 Accepting request 494710 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/494710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=5
2017-05-16 12:44:31 +00:00
3d685f544c Accepting request 319095 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/319095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=4
2015-08-01 09:37:30 +00:00
2a25c094fa Accepting request 295320 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/295320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=3
2015-04-11 22:10:49 +00:00
Stephan Kulow
47eb64466d Accepting request 241321 from devel:languages:python
This is one of the two main tools for accessing hdf5 data (one of the key general-purpose scientific data formats) in python.  The other is python-tables, which will be submitted once its dependencies are in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/241321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=1
2014-07-18 04:40:41 +00:00