1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365
|
python-meshio (4.3.11-1) unstable; urgency=medium
* Team upload.
* New upstream release
- improves handling of STL and MED files
-- Drew Parsons <dparsons@debian.org> Tue, 09 Mar 2021 12:04:58 +0100
python-meshio (4.3.9-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- fixes crash when Physical Point is defined in gmsh
- adds VTK Lagrange elements
- improves tecplot handling
-- Drew Parsons <dparsons@debian.org> Tue, 16 Feb 2021 03:52:59 +0100
python-meshio (4.3.8-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- applies debian patch typo_uint32.patch
* override dh_auto_clean to manually remove manually generated
manpages meshio-convert.1 msh2xdmf.1
* meshio-tools: stop installing paraview plugin in /usr/bin/plugins
(installs under /usr/share/paraview*). Note that
the plugin is not compatible with paraview 5.9, see Bug#981378.
Rename /usr/share/paraview_* as /usr/share/paraview-*
-- Drew Parsons <dparsons@debian.org> Sun, 31 Jan 2021 01:55:22 +0100
python-meshio (4.3.5-2) unstable; urgency=medium
* Team upload.
* debian patch typo_uint32.patch fixes uint32 type. Closes: #975092.
* Standards-Version: 4.5.1
-- Drew Parsons <dparsons@debian.org> Mon, 23 Nov 2020 14:45:29 +0800
python-meshio (4.3.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Fri, 13 Nov 2020 23:22:15 +0800
python-meshio (4.3.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* allow-stderr in debian/tests to ignore Python syntax warnings
(warnings sent to stderr)
-- Drew Parsons <dparsons@debian.org> Wed, 28 Oct 2020 18:37:33 +0800
python-meshio (4.3.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* use help2man to generate manpages for utilities in meshio-tools
-- Drew Parsons <dparsons@debian.org> Sat, 17 Oct 2020 23:44:04 +0800
python-meshio (4.2.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Fri, 11 Sep 2020 18:49:31 +0800
python-meshio (4.1.0-2) unstable; urgency=medium
* Team upload.
* point /usr/bin/plugins link at /usr/share/paraview_5.8.
Closes: #964078.
-- Drew Parsons <dparsons@debian.org> Fri, 14 Aug 2020 15:26:32 +0800
python-meshio (4.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* debhelper compatibility level 13
* update msh2xdmf and document in debian/README.source
-- Drew Parsons <dparsons@debian.org> Fri, 14 Aug 2020 15:07:59 +0800
python-meshio (4.0.16-3) unstable; urgency=medium
* Team upload.
* debian/tests (autopkgtest):
Depends: python3-dolfin-real
* add source/lintian-overrides to indicate debian/* is deliberately
listed last in debian/copyright after upstream content
(ignore lintian globbing-patterns-out-of-order)
-- Drew Parsons <dparsons@debian.org> Mon, 03 Aug 2020 13:23:32 +0800
python-meshio (4.0.16-2) unstable; urgency=medium
* Team upload.
* debian/tests (autopkgtest) Depends: python3-dolfin
(used in msh2xdmf tests)
-- Drew Parsons <dparsons@debian.org> Thu, 02 Jul 2020 14:05:36 +0800
python-meshio (4.0.16-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* acknowledge msh2xdmf in meshio-tools package description
* pull in msh2xdmf as git subtree (provides msh2xdmf tests):
git subtree add --prefix debian/msh2xdmf
https://github.com/floiseau/msh2xdmf master --squash
- list HDF5 binary test files in debian/source/include-binaries
- currently msh2xdmf May 31, 2020 commit 7075b55
* install msh2xdmf as python module (can import in python,
or invoke as msh2xdmf program from command line)
* add msh2xdmf to debian/tests (autopkgtest)
-- Drew Parsons <dparsons@debian.org> Wed, 01 Jul 2020 11:45:21 +0800
python-meshio (4.0.12-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Build-Depends: python3-importlib-metadata
* debian/patches/setup.py.patch reinstates setup.py, needed by
pybuild but removed upstream (PEP517).
-- Drew Parsons <dparsons@debian.org> Mon, 04 May 2020 18:41:23 +0800
python-meshio (4.0.10-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Build-Depends: python3-setuptools (>= 42~), python3-wheel
* add Flavien Loiseau's msh2xdmf converter tool (msh to xdmf)
from https://github.com/floiseau/msh2xdmf to meshio-tools
* paraview plugin installed to /usr/share. Drop debian patch
paraview_plugin_path.patch and link plugin to /usr/bin/plugins
until paraview recognises proper location.
-- Drew Parsons <dparsons@debian.org> Wed, 15 Apr 2020 14:50:26 +0800
python-meshio (4.0.8-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- applies debian patch paraview_plugin_fix.patch
-- Drew Parsons <dparsons@debian.org> Mon, 09 Mar 2020 15:39:31 +0800
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
|