Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-h5netcdf for openSUSE:Factory 
checked in at 2022-08-01 21:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-h5netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.python-h5netcdf.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-h5netcdf"

Mon Aug  1 21:32:31 2022 rev:5 rq:991824 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-h5netcdf/python-h5netcdf.changes  
2021-03-30 20:56:20.320448434 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-h5netcdf.new.1533/python-h5netcdf.changes    
    2022-08-01 21:33:18.714157889 +0200
@@ -1,0 +2,66 @@
+Fri Jul 29 17:38:22 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Update to 1.0.1:
+  - Fix failing tests when using netCDF4 4.9.0.
+  - Add HSDS pytest-fixture, make tests work with h5ypd. By
+    Aleksandar Jelenak.
+  - Remove _NCProperties from existing file if writing invalid
+    netcdf features. Warn users if .nc file extension is used
+    writing invalid netcdf features. By Kai M??hlbauer.
+  - Remove deprecated code (eg. remove deprecated code (eg.
+    handling mode, chunking_heuristics, decode_vlen_strings),
+    adapt LICENSE/AUTHOR.txt, prepare repository for release
+    1.0. By Kai M??hlbauer.
+  - Add documentation to h5netcdf, merging current available
+    documentation available as .rst-files, in the repo-wiki
+    and new API-docs into one document using sphinx-doc and
+    sphinx-book-theme. By Kai M??hlbauer.
+  - Directly return non-string Empty-type attributes as empty
+    numpy-ndarray. By Kai M??hlbauer.
+  - Add chunking_heuristic keyword and custom heuristic
+    chunking_heuristic="h5netcdf" with better handling of
+    unlimited dimensions. By Dion H??fner.
+  - Return group name instead of full group path for legacy
+    API. By Kai M??hlbauer.
+  - Add endian keyword argument
+    legacyapi.Dataset.createVariable. By Kai M??hlbauer.
+  - Resize Dimensions when writing to variables (legacy API
+    only), return padded arrays. By Kai M??hlbauer.
+  - Allow 1D boolean indexers in legacy API. By Kai M??hlbauer.
+  - Revert order tracking by default to avoid a bug in h5py
+    (Closes Issue #136). By Mark Harfouche.
+  - Implement Dimension-class. By Kai M??hlbauer.
+  - Return items from 0-dim and one-element 1-dim array
+    attributes. Return multi-element attributes as lists. Return
+    string attributes as Python strings decoded from their
+    respective encoding (utf-8, ascii). By Kai M??hlbauer.
+  - Assign dimensions at creation time, instead of at sync/flush
+    (file-close). By Kai M??hlbauer.
+  - Create/attach dimension scales on the fly, instead of at
+    sync/flush (file-close). By Kai M??hlbauer.
+  - Ensure order tracking is true for newly created netcdf4 files
+    as required by the netcdf4 standard. This enables files
+    created by h5netcdf to be appended to by netCDF4 library
+    users (Closes Issue #128). By Mark Harfouche.
+  - Added FutureWarning to use mode='r' as default when opening
+    files. By Ryan Grout.
+  - Moved handling of _nc4_non_coord_ to
+    h5netcdf.BaseVariable. By Kai M??hlbauer.
+  - Write _NCProperties when overwriting existing files. By Kai
+    M??hlbauer.
+  - Create/Attach dimension scales on append (mode="r+") By Kai
+    M??hlbauer.
+  - Create/Attach/Detach dimension scales only if necessary. By
+    Kai M??hlbauer.
+  - Switch warning into error when using invalid netCDF
+    features. By Kai M??hlbauer.
+  - Avoid circular references to objects referencing h5py
+    objects. By Tom Augspurger.
+  - Included h5pyd.Dataset objects as netCDF variables. By
+    Aleksandar Jelenak.
+  - Added automatic PyPI upload on creation of github release.
+  - Moved Changelog to CHANGELOG.rst.
+  - Updated decode_vlen_strings FutureWarning.
+  - Support for h5py.Empty strings. By Kai M??hlbauer.
+
+-------------------------------------------------------------------

Old:
----
  h5netcdf-0.10.0.tar.gz

New:
----
  h5netcdf-1.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-h5netcdf.spec ++++++
--- /var/tmp/diff_new_pack.jfPv1i/_old  2022-08-01 21:33:19.318159622 +0200
+++ /var/tmp/diff_new_pack.jfPv1i/_new  2022-08-01 21:33:19.322159633 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-h5netcdf
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,16 @@
 %define         skip_python2 1
 %define         skip_python36 1
 Name:           python-h5netcdf
-Version:        0.10.0
+Version:        1.0.1
 Release:        0
 Summary:        A Python library to use netCDF4 files via h5py
 License:        BSD-3-Clause
 URL:            https://github.com/h5netcdf/h5netcdf
 Source:         
https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-h5py
@@ -47,18 +50,20 @@
 %autosetup -p1 -n h5netcdf-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest -rs
+# gh#h5netcdf/h5netcdf#179
+%pytest -rs -k 'not (test_more_than_7_attr_creation_track_order or 
test_bool_slicing_length_one_dim)'
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/h5netcdf
+%{python_sitelib}/h5netcdf-%{version}*-info
 
 %changelog

++++++ h5netcdf-0.10.0.tar.gz -> h5netcdf-1.0.1.tar.gz ++++++
++++ 6403 lines of diff (skipped)

Reply via email to