python-meshio (4.0.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - changes mesh.cells api from dict structure to tuple structure,
      see /usr/share/doc/python3-meshio/changelog.gz
  * Standards-Version: 4.5.0
  * new debian patches:
    - paraview_plugin_path.patch installs paraview plugin in path
      monitored by paraview (/usr/bin/plugins), provided in
      meshio-tools.
    - paraview_plugin_fix.patch fixes extension_to_filetype in
      paraview plugin.

 -- Drew Parsons <dparsons@debian.org>  Mon, 24 Feb 2020 02:21:46 +0800

python-meshio (3.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Sun, 22 Dec 2019 10:23:08 +1100

python-meshio (3.2.15-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Thu, 28 Nov 2019 14:57:33 +0800

python-meshio (3.2.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release. Closes: #942675.

 -- Drew Parsons <dparsons@debian.org>  Sat, 26 Oct 2019 13:21:32 +0800

python-meshio (3.1.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.4.1
  * debian patch 32bit_relax_test_tolerance.patch relaxes tolerance in
    test_vtk.py::test_reference_file for 32 bit installations to enable
    tests to pass on i386. Closes: #941585.

 -- Drew Parsons <dparsons@debian.org>  Sat, 05 Oct 2019 14:32:47 +0800

python-meshio (3.1.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Thu, 12 Sep 2019 15:27:41 +0800

python-meshio (3.1.1-1) unstable; urgency=medium

  * Team upload.
  * set debian/watch to track upstream git tags, in order to use
    upstream git lfs objects (lfs is used for mesh files)
  * New upstream release.
    - git lfs is now used to store reference test mesh files, so drop
      debian patch skip_reference_file_tests.patch

 -- Drew Parsons <dparsons@debian.org>  Mon, 19 Aug 2019 00:00:03 +0800

python-meshio (3.0.2-1) unstable; urgency=medium

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

 -- Drew Parsons <dparsons@debian.org>  Wed, 24 Jul 2019 18:43:53 +0800

python-meshio (2.3.10-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Sun, 07 Jul 2019 13:28:00 +0800

python-meshio (2.3.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * debian patch skip_reference_file_tests.patch:
    add test_abaqus.py to the reference test banned list.

 -- Drew Parsons <dparsons@debian.org>  Sat, 01 Jun 2019 16:44:34 +0800

python-meshio (2.3.7-2) unstable; urgency=medium

  * Team upload.
  * debian/tests/control  Depends: python3-requests

 -- Drew Parsons <dparsons@debian.org>  Thu, 02 May 2019 23:32:32 +0800

python-meshio (2.3.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - applies Debian patch No-pipdate.patch
  * Build-Depends: python3-requests
  * apply Debian patch skip_reference_file_tests.patch
    - skips reference file tests, since a network connection to remote
      reference mesh files cannot be established at build time
      (see https://github.com/nschloe/meshio/issues/380)

 -- Drew Parsons <dparsons@debian.org>  Thu, 02 May 2019 23:08:06 +0800

python-meshio (2.3.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.3.0
  * debhelper compatibility level 12: debhelper-compat (= 12)

 -- Drew Parsons <dparsons@debian.org>  Tue, 05 Mar 2019 17:40:14 +0800

python-meshio (2.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Fri, 26 Oct 2018 22:27:28 +0800

python-meshio (2.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Standards-Version: 4.2.1
  * Drop autopkgtest needs-recommends (deprecated).
    Let tests explicitly depend on python3-h5py, python3-netcdf4

 -- Drew Parsons <dparsons@debian.org>  Tue, 25 Sep 2018 19:55:53 +0800

python-meshio (2.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Drew Parsons <dparsons@debian.org>  Thu, 09 Aug 2018 20:02:43 +0800

python-meshio (2.0.4-2) unstable; urgency=medium

  * Team upload.
  * python3-meshio Depends: python3-lxml. Closes: #904424.

 -- Drew Parsons <dparsons@debian.org>  Wed, 25 Jul 2018 11:45:21 +0800

python-meshio (2.0.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.0.4
  * Bump the standards version to 4.1.5
  * remove ancient-python-version-field X-Python3-Version

 -- Drew Parsons <dparsons@debian.org>  Mon, 23 Jul 2018 20:36:15 +0800

python-meshio (1.11.7-2) unstable; urgency=medium

  * Prevent install of files under dist-packages.
    Thanks to Chris Lamb for the patch (Closes: #892019)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 06 Mar 2018 20:17:14 +0000

python-meshio (1.11.7-1) unstable; urgency=medium

  * New upstream version 1.11.7
  * Refresh the patch queue
  * Update the copyright years
  * Remove obsolete dependency on lxml
  * Drop the get-orig-source target
  * Point the VCS URIs to salsa.debian.org
  * Bump the debhelper version to 11
  * Bump the standards version to 4.1.3

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 15 Feb 2018 16:36:19 +0000

python-meshio (1.9.3-1) unstable; urgency=medium

  * New upstream version 1.9.3
  * Refresh the patch queue
  * Add new dependency on netCDF4
  * Add support for nocheck builds

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 21 Nov 2017 09:23:35 +0000

python-meshio (1.8.17-1) unstable; urgency=medium

  * New upstream version 1.8.17
  * Bump the standards version to 4.1.1

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

python-meshio (1.8.16-1) unstable; urgency=medium

  * New upstream version 1.8.16
  * Filter egg-info directory with extend-diff-ignore
  * Add recommended get-orig-source target
  * Fixup whitespacing in rules file
  * Add Nico Schlömer to Uploaders
  * Bump the standards version to 4.1.0

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 13 Sep 2017 09:41:09 +0100

python-meshio (1.8.14-1) unstable; urgency=low

  * Initial release. (Closes: #872318)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 16 Aug 2017 21:52:08 +0100
