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 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
|
python-meshio (7.0.0-really-5.3.5-6) unstable; urgency=medium
* debian patch vtu_cell_dtype.patch aligns vtu cell and offset dtype
to the cell dtype. cell dtype may be uint64 while offset is int64.
Adding them gives float64, which breaks meshplex tests using
pacman.vtu. Closes: #1094984.
-- Drew Parsons <dparsons@debian.org> Wed, 07 May 2025 01:29:54 +0200
python-meshio (7.0.0-really-5.3.5-5) unstable; urgency=medium
* replace debian patch dolfin_test_fix_numpy2_PR1506.patch with
numpy2_PR1513.patch (upstream PR#1513) to fix formatting of
numbers with numpy2. Reenable test_gmsh and test_ugrid.
Closes: #1094985.
* Standards-Version: 4.7.2
-- Drew Parsons <dparsons@debian.org> Tue, 06 May 2025 22:46:33 +0200
python-meshio (7.0.0-really-5.3.5-4) unstable; urgency=medium
* Team upload.
* Add patch dolfin_test_fix_numpy2_PR1506.patch to fix failure in
tests/test_dolfin.py::test_dolfin. See Bug #1094985.
* Temporarily skip tests test_gmsh and test_ugrid which are currently failing
against numpy 2. See Bug #1094985.
-- Francesco Ballarin <francesco.ballarin@unicatt.it> Thu, 13 Feb 2025 05:56:47 +0000
python-meshio (7.0.0-really-5.3.5-3) unstable; urgency=medium
* apply selected PRs from upstream in debian patches
- fix_STL_write_ascii_PR1418.patch
- update_su2_PR1430.patch
- abaqus_16_integer_PR1445.patch
- VTK_TENSORS_PR1459.patch
- VTU_polyhedra_PR1463.patch
- xdmf_time_series_PR1464.patch
- netgen_skip_new_face_blocks_PR1465.patch
- support_DGF_PR1467.patch
- xdmf_triangle_PR1468.patch
- vtk_5.1_PR1478.patch
- paraview_plugin_cellblocks_PR1483.patch
-- Drew Parsons <dparsons@debian.org> Thu, 24 Oct 2024 10:51:23 +0200
python-meshio (7.0.0-really-5.3.5-2) unstable; urgency=medium
* install paraview-meshio-plugin.py in usr/share/paraview/plugins/
paraview will be reconfigured to read that dir.
* Standards-Version: 4.7.0
-- Drew Parsons <dparsons@debian.org> Wed, 23 Oct 2024 10:08:17 +0200
python-meshio (7.0.0-really-5.3.5-1) unstable; urgency=medium
* New upstream release.
- applies debian patch pyproject.toml_depends.patch
* debian/watch: use uversionmangle to sort real upstream versions
against 7.0.0 (which was a github version glitch)
* debian/control: update Uploaders
* update list of binary mesh files in debian/source/include-binaries
* The source repos use LFS to store test mesh files. To generate the
orig tarball with real files not LFS references, use git archive
not gbp export-orig. See debian/README.source.
* install paraview v5.9 plugin directly from tools dir
-- Drew Parsons <dparsons@debian.org> Mon, 12 Feb 2024 18:06:12 +0100
python-meshio (7.0.0-3) unstable; urgency=medium
* Team upload.
* debian patch pyproject.toml_depends.patch adds rich to list of
dependencies in pyproject.toml (setup.cfg is no longer
authoritative, so dh_python3 now misses the dependency).
Closes: #1027173.
-- Drew Parsons <dparsons@debian.org> Fri, 30 Dec 2022 13:41:11 +0100
python-meshio (7.0.0-2) unstable; urgency=medium
* Team upload.
* update debian/rules: tools now install paraview script correctly
into usr/share not the python module dir. Closes: #1026646.
* debian/tests: run tests over all supported python versions
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Wed, 28 Dec 2022 00:43:12 +0100
python-meshio (7.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- drops Build-Depends: python3-npx
* update debian/watch to syntax currently recommended by uscan
-- Drew Parsons <dparsons@debian.org> Sun, 12 Jun 2022 22:33:31 +0200
python-meshio (5.3.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* patch msh2xdmf.py to work with meshio 5. Thanks Bruno Agostini.
(see https://github.com/floiseau/msh2xdmf/issues/14)
- reinstate conversion tests for msh2xdmf
-- Drew Parsons <dparsons@debian.org> Thu, 03 Mar 2022 16:10:56 +0100
python-meshio (5.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- deprecates debian patch skip_tests.patch
- versioned Build-Depends: python3-numpy (>= 1.20.0~)
- Build-Depends: python3-rich
* Build-Depends: pybuild-plugin-pyproject to build from
pyproject.toml without setup.py.
- drop debian patch setup.py.patch
* debian/rules: update handling of paraview plugin
* skip conversion tests in msh2xdmf. Requires updating for latest
meshio, see https://github.com/floiseau/msh2xdmf/issues/14
-- Drew Parsons <dparsons@debian.org> Wed, 26 Jan 2022 12:08:01 +0100
python-meshio (5.0.3-2) unstable; urgency=medium
* Team upload.
* debian patch skip_tests.patch skips test_deduplicate_points in
test_mesh.py on 32-bit systems. See upstream Issue#1222.
-- Drew Parsons <dparsons@debian.org> Wed, 24 Nov 2021 16:54:59 +0100
python-meshio (5.0.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Build-Depends: python3-npx (>= 0.0.22~)
-- Drew Parsons <dparsons@debian.org> Mon, 22 Nov 2021 10:16:04 +0100
python-meshio (5.0.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.6.0
* add :any to Build-Depends: python3-all:any
* reorder debian/copyright to list debian/* before debian/msh2xdmf/*
* meshio-tools: all tools replaced by single meshio executable
(apart from the separate msh2xdmf tool)
* refresh installation of paraview plugin (now uses - not _)
* remove egg directory from src in clean rule
-- Drew Parsons <dparsons@debian.org> Sun, 31 Oct 2021 10:57:06 +0100
python-meshio (4.4.6-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- test dir has changed name to tests
* update to current msh2xdmf: 22 Apr 2021 commit b562903
* python3-meshio Recommends: meshio-tools
-- Drew Parsons <dparsons@debian.org> Fri, 23 Jul 2021 12:49:12 +0200
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
|