python-h5netcdf (1.6.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Standards-Version: 4.7.2

 -- Drew Parsons <dparsons@debian.org>  Fri, 04 Apr 2025 12:06:33 +0200

python-h5netcdf (1.5.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release

 -- Drew Parsons <dparsons@debian.org>  Thu, 20 Feb 2025 20:12:37 +0100

python-h5netcdf (1.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - applies debian patch fix_tests_PR244.patch

 -- Drew Parsons <dparsons@debian.org>  Sun, 24 Nov 2024 23:17:49 +0100

python-h5netcdf (1.4.0-3) unstable; urgency=medium

  * Team upload.
  * replace debian patches 32bit_skip_complex_type_creation.patch and
    test_h5py_TypeError.patch with fix_tests_PR244.patch, applying
    upstream PR#244 to fix tests. Closes: #1087199.

 -- Drew Parsons <dparsons@debian.org>  Wed, 13 Nov 2024 00:08:15 +0100

python-h5netcdf (1.4.0-2) unstable; urgency=medium

  * Team upload.
  * debian patch 32bit_skip_complex_type_creation.patch works around
    32-bit complex type test failure. See Bug#1087199.

 -- Drew Parsons <dparsons@debian.org>  Sat, 09 Nov 2024 15:30:00 +0100

python-h5netcdf (1.4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Build-Depends: python3-packaging
  * use pybuild build_dir to build docs
  * ignore pycache dir in doc build if it wasn't created
  * add debian patches
    - doc_no_sphinx_book_theme.patch disables use of sphinx-book-theme
      in docs. sphinx-book-theme is essentially unusable, requiring a
      specific nodejs version which is not available.
    - test_h5py_TypeError.patch catches h5py exception as TypeError
      not KeyError. See upstream Issue#236.
  * remove generated test files after buildtime testing
  * Standards-Version: 4.7.0
  * debian/tests: run tests with and without internet access (ros3)

 -- Drew Parsons <dparsons@debian.org>  Fri, 08 Nov 2024 14:18:45 +0100

python-h5netcdf (1.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * dh_clean: remove generated doc files. Closes: #1046325.
  * test_ros3 requires internet to test reading cloud file
    - skip at build time (internet not available on debian buildds)
    - debian/tests: add Restrictions: needs-internet

 -- Drew Parsons <dparsons@debian.org>  Thu, 30 Nov 2023 11:59:12 +0100

python-h5netcdf (1.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * use standard build-time test handling, drop special handling
    - but run tests with the verbose flag
  * Standards-Version: 4.6.2

 -- Drew Parsons <dparsons@debian.org>  Sun, 18 Jun 2023 12:01:36 +0200

python-h5netcdf (1.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Tue, 29 Nov 2022 20:49:45 +0100

python-h5netcdf (1.0.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - fixes use with h5py 3.7.0. Closes: #1016525.
    - deprecates debian patch setuptools-scm.patch
  * mark python-h5netcdf-doc as Multi-Arch: foreign

 -- Drew Parsons <dparsons@debian.org>  Wed, 03 Aug 2022 14:29:18 +0200

python-h5netcdf (1.0.1-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dpkg-dev.

  [ Bas Couwenberg ]
  * New upstream release.
    (closes: #1013754)
  * Add patch to not use setuptools_scm to regenerate _version.py.
  * Use doc section for python-h5netcdf-doc.
  * Bump Standards-Version to 4.6.1, no changes.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 27 Jun 2022 10:44:56 +0200

python-h5netcdf (1.0.0-3) unstable; urgency=medium

  * Team upload.
  * source upload to allow python-h5netcdf-doc to migrate to testing

 -- Drew Parsons <dparsons@debian.org>  Tue, 12 Apr 2022 02:20:27 +0200

python-h5netcdf (1.0.0-2) unstable; urgency=medium

  * Team upload.
  * provide documentation in python-h5netcdf-doc
    - Build-Depends: python3-sphinx, python3-sphinx-book-theme

 -- Drew Parsons <dparsons@debian.org>  Mon, 11 Apr 2022 03:47:48 +0200

python-h5netcdf (1.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Mon, 11 Apr 2022 02:51:20 +0200

python-h5netcdf (0.15.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Fri, 18 Mar 2022 10:35:11 +0100

python-h5netcdf (0.14.1-2) unstable; urgency=medium

  * Team upload.
  * drop debian patch prevent_upstream_version_corruption.patch and
    add Build-Depends: python3-setuptools-scm. setuptools-scm
    configuration is then handled by pybuild setting the
    SETUPTOOLS_SCM_PRETEND_VERSION variable to not rewrite the
    version file. Closes: #1006851.

 -- Drew Parsons <dparsons@debian.org>  Wed, 16 Mar 2022 15:55:58 +0100

python-h5netcdf (0.14.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * debian patch prevent_upstream_version_corruption.patch prevents
    setup.py from corrupting its own version file with reference to
    the local git repo. See Bug#1006851,
    https://github.com/h5netcdf/h5netcdf/issues/156
  * Build-Depends: pybuild-plugin-pyproject
  * clean detritus left after build-time tests

 -- Drew Parsons <dparsons@debian.org>  Sun, 06 Mar 2022 23:02:08 +0100

python-h5netcdf (0.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - drops h5netcdf/_chainmap.py
  * Standards-Version: 4.6.0

 -- Drew Parsons <dparsons@debian.org>  Wed, 05 Jan 2022 19:43:22 +0100

python-h5netcdf (0.11.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Install README.rst with docs.

 -- Drew Parsons <dparsons@debian.org>  Mon, 16 Aug 2021 02:07:20 +0200

python-h5netcdf (0.10.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
    - supports h5py 3 with variable string lengths
      (drop debian patch h5py3_string_decode_PR82.patch)

 -- Drew Parsons <dparsons@debian.org>  Tue, 16 Feb 2021 13:28:16 +0100

python-h5netcdf (0.8.1-2) unstable; urgency=medium

  * Team upload.
  * debian patch h5py3_string_decode_PR82.patch applies upstream PR82
    to fix string handling with h5py 3. Closes: #974179.
  * Standards-Version: 4.5.1

 -- Drew Parsons <dparsons@debian.org>  Thu, 14 Jan 2021 04:08:26 +1100

python-h5netcdf (0.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - drop debian patch h5py_File_mode.patch, applied upstream
  * debhelper compatibility level 13

 -- Drew Parsons <dparsons@debian.org>  Mon, 20 Jul 2020 14:29:07 +0800

python-h5netcdf (0.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.5.0
  * mark debhelper compatibility with
    Build-Depends: debhelper-compat (= 12)
  * debian patch h5py_File_mode.patch fixes a couple more h5py File
    modes missed in the new release.  Closes: #955596.

 -- Drew Parsons <dparsons@debian.org>  Sat, 04 Apr 2020 19:14:40 +0800

python-h5netcdf (0.7.1-1) unstable; urgency=medium

  * New upstream version 0.7.1 (Closes: #915260)
  * Drop obsolete get-orig-source target
  * Drop obsolete X-Python3-Version
  * Update package description
  * Update VCS URIs
  * Bump debhelper version to 12
  * Bump standards version to 4.3.0

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 03 Apr 2019 10:43:04 +0200

python-h5netcdf (0.5.0-1) unstable; urgency=medium

  * New upstream version 0.5.0
  * Add recommended get-orig-source target

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 31 Oct 2017 10:07:23 +0000

python-h5netcdf (0.4.3-1) unstable; urgency=medium

  * New upstream version 0.4.3 (Closes: #877150)
  * Drop the patch queue, no longer required
  * Clean egg-info directory using extend-diff-ignore
  * Drop superfluous nocheck guards in rules file
  * Ensure tests are run in isolation during build
  * Fixup the whitespacing in rules file
  * Normalize the package descriptions
  * Fixup the Vcs-Browser URI
  * Bump the standards version to 4.1.1

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 11 Oct 2017 17:13:50 +0100

python-h5netcdf (0.3.1-1) unstable; urgency=low

  * Initial release. (Closes: #851378)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 23 Feb 2017 13:42:31 +0000