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
|
python-dmsh (0.2.19-1) unstable; urgency=medium
* New upstream release.
- Build-Depends: flit, python3-npx
-- Drew Parsons <dparsons@debian.org> Wed, 02 Mar 2022 10:34:57 +0100
python-dmsh (0.2.18-2) unstable; urgency=medium
* update debian patch tests_relax_tolerance.patch to relax tolerance
in test_quarter_annulus and test_refinement_point_line.
Required to pass tests on arm64, i386.
-- Drew Parsons <dparsons@debian.org> Wed, 26 Jan 2022 23:55:39 +0100
python-dmsh (0.2.18-1) unstable; urgency=medium
* New upstream release.
- deprecates debian patch test_no_exdown.patch
- versioned Build-Depends: python3-meshplex (>= 0.16.0)
* Build-Depends: pybuild-plugin-pyproject to build from
pyproject.toml without setup.py.
- drop debian patch setup_python.patch
* Standards-Version: 4.6.0
-- Drew Parsons <dparsons@debian.org> Wed, 26 Jan 2022 13:50:16 +0100
python-dmsh (0.2.11-3) unstable; urgency=medium
* tests_relax_tolerance.patch: relax tolerances further
-- Drew Parsons <dparsons@debian.org> Thu, 18 Feb 2021 11:20:59 +0100
python-dmsh (0.2.11-2) unstable; urgency=medium
* also, python3-dmsh Depends: python3-meshplex (>= 0.15.8)
-- Drew Parsons <dparsons@debian.org> Wed, 17 Feb 2021 23:17:41 +0100
python-dmsh (0.2.11-1) unstable; urgency=medium
* New upstream release
- removes dangling points
- applies debian patch test_stretch_no_show.patch
- tightens Build-Depends: python3-meshplex (>= 0.15.8)
-- Drew Parsons <dparsons@debian.org> Wed, 17 Feb 2021 11:49:35 +0100
python-dmsh (0.2.10-1) unstable; urgency=medium
* New upstream release.
- fixes edge handling with meshplex 0.15.4.
Drop debian patch tests_relax_tolerance_meshplex0.15.4.patch
- Depends: python3-meshplex (>= 0.15.5)
-- Drew Parsons <dparsons@debian.org> Wed, 09 Dec 2020 09:37:05 +0800
python-dmsh (0.2.9-3) unstable; urgency=medium
* debian patch tests_relax_tolerance_meshplex0.15.4.patch relaxes
tolerance to 0.01 for tests broken by meshplex 0.15.4.
See https://github.com/nschloe/dmsh/issues/57
-- Drew Parsons <dparsons@debian.org> Mon, 07 Dec 2020 20:02:36 +0800
python-dmsh (0.2.9-2) unstable; urgency=medium
* reinstate and update debian patch tests_relax_tolerance.patch
-- Drew Parsons <dparsons@debian.org> Thu, 19 Nov 2020 13:36:26 +0800
python-dmsh (0.2.9-1) unstable; urgency=medium
* New upstream release.
* update Build-Depends: python3-meshplex (>= 0.15.3) (<< 0.16)
* Standards-Version: 4.5.1
* drop debian patch tests_relax_tolerance.patch
(new reference values provided)
-- Drew Parsons <dparsons@debian.org> Wed, 18 Nov 2020 23:47:37 +0800
python-dmsh (0.2.8-3) unstable; urgency=medium
* reinstate debian patch tests_relax_tolerance.patch
(even with higher precision in reference numbers, tolerances are
still too tight)
-- Drew Parsons <dparsons@debian.org> Tue, 10 Nov 2020 11:45:57 +0800
python-dmsh (0.2.8-2) unstable; urgency=medium
* python3-dmsh versioned Depends: python3-meshplex (>= 0.14.0)
-- Drew Parsons <dparsons@debian.org> Tue, 10 Nov 2020 02:03:10 +0800
python-dmsh (0.2.8-1) unstable; urgency=medium
* New upstream release.
- update versioned Build-Depends: python3-meshplex (>= 0.14.0)
- applies debian patch remove_console_apps.patch
* drop debian patch tests_relax_tolerance.patch (precision added
upstream to reference numbers)
-- Drew Parsons <dparsons@debian.org> Mon, 09 Nov 2020 09:44:10 +0800
python-dmsh (0.2.3-2) unstable; urgency=medium
* debian patch tests_relax_tolerance.patch relaxes tolerance in
test_translation.py
-- Drew Parsons <dparsons@debian.org> Wed, 21 Oct 2020 21:59:47 +0800
python-dmsh (0.2.3-1) unstable; urgency=medium
* New upstream release.
- Build-Depends: python3-meshplex
(drop debian patch test_skip_save.patch)
* add debian patches
- setup_python.patch adds setup.py to build the package
(pybuild is not smart enough to handle pyproject.toml)
- test_no_exdown.patch skips test_readme.py, since the exdown
module is not currently available on Debian.
- test_stretch_no_show.patch sets show=False by default in
test_stretch.py to avoid excessive status messages
- remove_console_apps.patch removes console apps
dmsh-image and dmsh-poly (dmsh.cli does not exist)
* use pytest in debian/tests (autopkgtest)
* debhelper compatibility level 13
-- Drew Parsons <dparsons@debian.org> Sat, 17 Oct 2020 12:15:47 +0800
python-dmsh (0.1.10-6) unstable; urgency=medium
* tests_relax_tolerance.patch: relax test_square_hole_refined.py
and test_difference.py tolerances further so arm64 can pass tests
-- Drew Parsons <dparsons@debian.org> Sun, 26 Apr 2020 13:26:29 +0800
python-dmsh (0.1.10-5) unstable; urgency=medium
* tests_relax_tolerance.patch: relax tolerance in test_ellipse.py
-- Drew Parsons <dparsons@debian.org> Mon, 20 Apr 2020 11:38:31 +0800
python-dmsh (0.1.10-4) unstable; urgency=medium
* debian/tests Depends: python3-pytest (in test_circle.py)
-- Drew Parsons <dparsons@debian.org> Tue, 17 Mar 2020 23:15:08 +0800
python-dmsh (0.1.10-3) unstable; urgency=medium
* reinstate debian patch tests_relax_tolerance.patch
(upstream tolerance still fails test_translation.py,
test_halfspace.py). Relax tolerance for
test_refinement_point_line.py, test_square_hole_refined.py
(required for arm64, ppc64el)
* debian/tests now registers failure when tests fail
-- Drew Parsons <dparsons@debian.org> Sun, 15 Mar 2020 23:37:24 +0800
python-dmsh (0.1.10-2) unstable; urgency=medium
* drop debian patch tests_relax_tolerance.patch
-- Drew Parsons <dparsons@debian.org> Fri, 13 Mar 2020 13:20:52 +0800
python-dmsh (0.1.10-1) unstable; urgency=medium
* New upstream release.
* Build-Depends: python3-importlib-metadata, python3-wheel
* run tests (autopkgtest) with MPLBACKEND=Agg to prevent graphics
from launching during tests.
-- Drew Parsons <dparsons@debian.org> Mon, 09 Mar 2020 10:40:38 +0800
python-dmsh (0.1.7-1) unstable; urgency=medium
* New upstream release.
* Build-Depends: python3-matplotlib
* Standards-Version: 4.5.0
-- Drew Parsons <dparsons@debian.org> Wed, 26 Feb 2020 02:27:25 +0800
python-dmsh (0.1.6-2) unstable; urgency=medium
* debian patch test_no_perfplot.patch drops use of perfplot in
test_speed.py. perfplot is not available (not yet packaged).
Closes: #948453.
* allow-stderr in debian/tests to allow for log messages to stderr
e.g. "Matplotlib is currently using agg" with MPLBACKEND=Agg
-- Drew Parsons <dparsons@debian.org> Thu, 16 Jan 2020 12:56:17 +0800
python-dmsh (0.1.6-1) unstable; urgency=medium
* New upstream release.
* drop Depends: python3-pypathlib
(pypathlib is now included in dmsh source)
-- Drew Parsons <dparsons@debian.org> Sun, 22 Dec 2019 10:06:52 +1100
python-dmsh (0.1.5-2) unstable; urgency=medium
* relax test tolerance in test_stretch.py
(debian patch tests_relax_tolerance.patch)
-- Drew Parsons <dparsons@debian.org> Sun, 15 Dec 2019 16:52:14 +1100
python-dmsh (0.1.5-1) unstable; urgency=medium
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Wed, 11 Dec 2019 17:01:48 +0800
python-dmsh (0.1.4-3) unstable; urgency=medium
* relax more test tolerances in tests_relax_tolerance.patch
to allow arm64 debci to keep up.
-- Drew Parsons <dparsons@debian.org> Sun, 08 Dec 2019 21:10:22 +0800
python-dmsh (0.1.4-2) unstable; urgency=medium
* debian patch tests_relax_tolerance.patch relaxes test tolerances
to enable debci tests to pass. Closes: #945769.
-- Drew Parsons <dparsons@debian.org> Mon, 02 Dec 2019 14:42:45 +0800
python-dmsh (0.1.4-1) unstable; urgency=medium
* New upstream release
- versioned Build-Depends: python3-pypathlib (>= 0.1.3)
(for polygon.diameter = path.diameter)
* set Debian Science Team as Maintainer
* add Vcs tags: https://salsa.debian.org/science-team/python-dmsh
-- Drew Parsons <dparsons@debian.org> Fri, 29 Nov 2019 17:50:01 +0800
python-dmsh (0.1.3-2) unstable; urgency=medium
* debian/tests Depends: python3-matplotlib
-- Drew Parsons <dparsons@debian.org> Tue, 19 Nov 2019 18:04:51 +0800
python-dmsh (0.1.3-1) unstable; urgency=low
* Initial debian packaging (adapted from files generated by py2dsp)
Closes: #935908.
* debian patch test_skip_save.patch skips save-mesh-to-file in
tests, since meshplex is not currently available.
-- Drew Parsons <dparsons@debian.org> Tue, 12 Nov 2019 08:16:51 +0800
|