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
|
pygmsh (7.1.17-2) unstable; urgency=medium
* drop upper-versioned Build-Depends: python3-meshio (<< 6)
Tests pass fine with meshio 7.
* Standards-Version: 4.6.1
-- Drew Parsons <dparsons@debian.org> Sun, 12 Jun 2022 23:43:11 +0200
pygmsh (7.1.17-1) unstable; urgency=medium
* New upstream release.
- versioned Build-Depends: python3-numpy (>= 1.20.0~)
- Build-Depends-Indep: python3-sphinx-autodoc-typehints (for docs)
* Build-Depends: pybuild-plugin-pyproject, flit to build with
pyproject.toml with no setup.py
- drop debian patch setup.py.patch
* build docs using default python, after dh_auto_build-indep
* debian patch doc_local_mathjax.patch uses local mathjax to build
docs
-- Drew Parsons <dparsons@debian.org> Fri, 28 Jan 2022 15:00:57 +0100
pygmsh (7.1.12-1) unstable; urgency=medium
* New upstream release.
- bumps up meshio roof, Build-Depends: python3-meshio (<< 6)
* add :any to Build-Depends: python3-all:any
* Standards-Version: 4.6.0
-- Drew Parsons <dparsons@debian.org> Tue, 02 Nov 2021 13:35:19 +0100
pygmsh (7.1.11-1) unstable; urgency=medium
* New upstream release.
- deprecates debian patch test_no_exdown.patch
* use triple-slash for mathjax file references in docs
* use pybuild {build_dir} to build docs
-- Drew Parsons <dparsons@debian.org> Tue, 17 Aug 2021 00:34:06 +0200
pygmsh (7.1.8-1) unstable; urgency=medium
* New upstream release.
* update debian patch test_no_exdown.patch to handle the missing
exdown module with a try..except block
-- Drew Parsons <dparsons@debian.org> Thu, 25 Feb 2021 16:30:32 +0100
pygmsh (7.1.5-1) unstable; urgency=medium
* New upstream release.
- applies debian patch
19d7909b23534d6d910458450998b682f6bceab3.patch
* Standards-Version: 4.5.1
-- Drew Parsons <dparsons@debian.org> Fri, 08 Jan 2021 00:12:03 +1100
pygmsh (7.1.2-2) unstable; urgency=medium
* Team upload.
* [e39a00c] Add .gitlab-ci.yml
* [fbe2c12] Allow reprotest to fail
* [be36758] Disable failing test
* [69cce34] Ignore quilt dir
-- Anton Gladky <gladk@debian.org> Sun, 03 Jan 2021 15:07:16 +0100
pygmsh (7.1.2-1) unstable; urgency=medium
* New upstream release.
* versioned Build-Depends: python3-meshio (>= 4.3.2~)
* generate man page for pygmsh-optimize using help2man
-- Drew Parsons <dparsons@debian.org> Thu, 29 Oct 2020 00:31:56 +0800
pygmsh (7.0.2-2) unstable; urgency=medium
* python3-pygmsh Depends: python3-gmsh
* mark python-pygmsh-doc as Multi-Arch: foreign
-- Drew Parsons <dparsons@debian.org> Tue, 20 Oct 2020 13:59:42 +0800
pygmsh (7.0.2-1) unstable; urgency=medium
* New upstream release.
- Build-Depends: python3-gmsh
* update versioned Build-Depends: python3-meshio ( >= 4.3~)
* add debian patches
- setup.py.patch adds setup.py
(Debian does not yet support PEP 581 and pyproject.toml)
* - test_no_exdown.patch skips test_readme
(exdown module is not available)
* make mathjax replacement in docs version-independent
-- Drew Parsons <dparsons@debian.org> Sun, 18 Oct 2020 12:41:16 +0800
pygmsh (6.1.1-1) unstable; urgency=medium
* Initial release (Closes: #966918)
-- Drew Parsons <dparsons@debian.org> Tue, 04 Aug 2020 12:23:43 +0800
|