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
|
python-bumps (1.0.1-1) experimental; urgency=medium
* New upstream release.
- add new dependency on python3-dill
-- Stuart Prescott <stuart@debian.org> Mon, 14 Jul 2025 00:47:59 +1000
python-bumps (1.0.0b2-2) unstable; urgency=medium
* Fix arch-all/arch-dep installation of examples.
-- Stuart Prescott <stuart@debian.org> Sun, 06 Apr 2025 16:08:47 +1000
python-bumps (1.0.0b2-1) unstable; urgency=medium
* New upstream release.
- refresh patches
* Update S-V to 4.7.2 (no changes needed).
* Use dpkg-dev for DEB_VERSION_UPSTREAM value.
* Update lintian overrides.
* Install examples into doc package.
-- Stuart Prescott <stuart@debian.org> Sun, 06 Apr 2025 14:37:46 +1000
python-bumps (1.0.0a13-1) unstable; urgency=medium
* New upstream alpha release
- required for passing tests with scipy 1.15, see scipy Issue#22236
- tests fixed by commit 2976331 for v1.0.0a12
- Build-Depends: pybuild-plugin-pyproject
* update debian/watch to latest format recommended for github
* debian/rules generates _version.py, since versioningit is not yet
packaged for debian
* update Build-Depends for packages used by webview component:
python3-aiohttp, python3-blinker, python3-h5py, python3-plotly,
python3-socketio.
Also in debian/tests, and python3-bumps Suggests: ...
* don't install .npmignore (lintian package-contains-npm-ignore-file)
* drop redundant lintian override package-does-not-install-examples,
very-long-line-length-in-source-file, image-file-in-usr-lib
* debian/copyright: remove deprecated entries master_builder.py,
setup_py2exe.py, Random123/*
* update debian patch sphinx-local-mathjax.patch to use full mathjax
filepath from libjs-mathjax
* generate man page for bumps-webview with
help2man -h "-h" --version-string="1.0.0" -p bumps -S BUMPS
-n "a webview interface for Bumps" bumps-webview > bumps-webview.1
* debian/tests: pytest.ini no longer used to manage tests
-- Drew Parsons <dparsons@debian.org> Sat, 22 Feb 2025 13:36:34 +0100
python-bumps (0.9.3-1) unstable; urgency=medium
* New upstream release.
- drop patches applied upstream
-- Stuart Prescott <stuart@debian.org> Thu, 18 Jul 2024 16:23:17 +1000
python-bumps (0.9.2-2) unstable; urgency=medium
* debian patches update_wsolve_test_af82c75.patch and
update_wsolve_test_targets_7bb1beb.patch apply upstream commits to
fix wsolve tests for scipy 1.13.
-- Drew Parsons <dparsons@debian.org> Mon, 08 Jul 2024 00:39:27 +0200
python-bumps (0.9.2-1) unstable; urgency=medium
* New upstream release
- drop dependencies on python3-six, with thanks to Alexandre Detiste for
the work with upstream (Closes: #1069738)
* Update Standards-Version to 4.7.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Sun, 05 May 2024 11:28:37 +1000
python-bumps (0.9.1-2) unstable; urgency=medium
* Exclude unused (?) files from tests to prevent failures with Python 3.12
(Closes: #1056459).
* Add arm64 to list of architectures for compiled modules
(Closes: #1056057).
-- Stuart Prescott <stuart@debian.org> Wed, 06 Dec 2023 17:01:01 +1100
python-bumps (0.9.1-1) unstable; urgency=medium
* New upstream release.
- drop patches applied upstream
* Update debian/watch file for github changes.
-- Stuart Prescott <stuart@debian.org> Sun, 13 Aug 2023 15:39:10 +1000
python-bumps (0.9.0-3) unstable; urgency=medium
* debian patch scipy_1.10.patch patches covariance handling to allow
for changes in scipy 1.10 (stats.Covariance).
See Upstream Issue #118. Closes: #1029693.
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Thu, 26 Jan 2023 17:07:11 +0100
python-bumps (0.9.0-2) unstable; urgency=medium
* Upload to unstable.
-- Stuart Prescott <stuart@debian.org> Sun, 06 Nov 2022 17:42:04 +1100
python-bumps (0.9.0-1) experimental; urgency=medium
* New upstream release.
- upload to experimental until new sasmodels and sasview releases are
also ready for upload to unstable.
* Update Standards-Version to 4.6.1 (no changes required).
* Update lintian overrides to match newer lintian releases.
* Switch from nose to pytest as the test harness.
* Add patch to dream/compiled.c to fix multithreaded bounds with openmp.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
-- Stuart Prescott <stuart@debian.org> Thu, 04 Aug 2022 00:40:21 +1000
python-bumps (0.8.1-1) unstable; urgency=medium
* New upstream release.
* Standards-Version: 4.6.0
* texinfo docs: set reference to .png images in bumps.info-1 to point
to installed images in /usr/share/doc/python-bumps-doc/html/_images
-- Drew Parsons <dparsons@debian.org> Wed, 29 Dec 2021 11:38:46 +0100
python-bumps (0.8.0-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.5.1 (no changes required).
* Add lintian overrides to improve S/N of lintian.
-- Stuart Prescott <stuart@debian.org> Sun, 20 Dec 2020 12:33:21 +1100
python-bumps (0.7.17-1) unstable; urgency=medium
* New usptream release.
-- Stuart Prescott <stuart@debian.org> Fri, 13 Nov 2020 17:28:01 +1100
python-bumps (0.7.16-1) unstable; urgency=medium
* New upstream release.
- drop docs_no_caller_name.patch as no longer required
* Move to debhelper-compat 13, using execute_after/before_* to simplify
d/rules.
* Drop no longer needed code from d/rules.
-- Stuart Prescott <stuart@debian.org> Mon, 10 Aug 2020 14:09:28 +1000
python-bumps (0.7.14-3) unstable; urgency=medium
* info file generated by sphinx 2.4 no longer links to png image
files. Closes: #955061.
-- Drew Parsons <dparsons@debian.org> Thu, 16 Apr 2020 21:49:15 +0800
python-bumps (0.7.14-2) unstable; urgency=medium
* Only test py3versions -s.
* Update Standards-Version to 4.5.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Tue, 24 Mar 2020 02:03:13 +1100
python-bumps (0.7.14-1) unstable; urgency=medium
[ Stuart Prescott ]
* New upstream release.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Set upstream metadata fields: Repository, Repository-Browse.
-- Stuart Prescott <stuart@debian.org> Thu, 09 Jan 2020 15:05:49 +1100
python-bumps (0.7.13-1) unstable; urgency=medium
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Mon, 28 Oct 2019 10:46:55 +0800
python-bumps (0.7.12-2) unstable; urgency=medium
* mark python-bumps-doc as Multi-Arch: foreign
* drop python-bumps (remove Python2). Closes: #937623.
* Standards-Version: 4.4.1
-- Drew Parsons <dparsons@debian.org> Sat, 12 Oct 2019 17:19:35 +0800
python-bumps (0.7.12-1) unstable; urgency=medium
* New upstream release.
* Standards-Version: 4.4.0
* debhelper compatibility level 12
- use pybuild build_dir to build docs
* debian patch docs_no_caller_name.patch drops caller_name from list
of functions in docs (it is not provided by bumps)
* drop Build and Test dependencies on python-sklearn to help the
Python2 removal transition. sklearn is used by
bumps/dream/entropy.py but dream tests are disabled because of an
error in bounds handlers test. Closes: #934941.
* Build-Depends: python3-tk, python-tk. Also Test Depends.
-- Drew Parsons <dparsons@debian.org> Mon, 19 Aug 2019 12:01:09 +0800
python-bumps (0.7.11-2) unstable; urgency=medium
* Ensure arch-dep and arch-indep parts can be built separately
(Closes: #917062).
* Only try to build shared object on supported architectures.
* Make the python-bumps modules packages depend on the compiled libraries
in bumps-private-libs where possible (Closes: #916617).
* Update Standards-Version to 4.3.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Wed, 26 Dec 2018 18:35:44 +1100
python-bumps (0.7.11-1) unstable; urgency=medium
[ Drew Parsons ]
* add BSD-3 licence entry for Random123 to debian/copyright.
* build compiled.c with Random123 to speed up bumps/dream
- destabilises build time tests of dream, so skip them
[ Stuart Prescott ]
* New upstream release.
* Add new bumps-private-libs package for .so.
* Fix compile flags for .so.
* Also skip dream tests in the autopkgtests.
* Update Standards-Version to 4.2.1 (no changes required).
-- Stuart Prescott <stuart@debian.org> Wed, 12 Dec 2018 01:31:28 +1100
python-bumps (0.7.10-1) unstable; urgency=medium
* New upstream version.
- now (0.7.9) supports wx 4 in python3
- applies Debian patches matplotlibwx.patch, numpy-whitespace.patch
and test-precision.patch
* Standards-Version: 4.1.4
* remove ancient-python-version-field X-Python-Version: >= 2.6 and
X-Python3-Version: >= 3.2
-- Drew Parsons <dparsons@debian.org> Sun, 17 Jun 2018 20:03:18 +0200
python-bumps (0.7.6-5) unstable; urgency=medium
* Fix doctests to work with numpy 1.14.
-- Stuart Prescott <stuart@debian.org> Wed, 09 May 2018 00:56:34 +1000
python-bumps (0.7.6-4) unstable; urgency=medium
* Update to new matplotlib API.
* Add missing dependencies to packages.
-- Stuart Prescott <stuart@debian.org> Mon, 16 Apr 2018 00:28:33 +1000
python-bumps (0.7.6-3) unstable; urgency=medium
* Allow numerical fuzz in tests.
* Update Standards-Version to 4.1.2 (no changes required).
* Set Rules-Require-Root: no.
* Switch to dehelper compat 11.
- update to place documentation in /usr/share/doc/python-bumps as per
Policy ยง12.3.
-- Stuart Prescott <stuart@debian.org> Sat, 30 Dec 2017 16:38:43 +1100
python-bumps (0.7.6-2) unstable; urgency=medium
* Team upload.
* Fix package name in debian/watch.
* Add stray GPL and Expat licences to debian/copyright.
* python3 package now available (Thanks Stuart Prescott)
- rename the python2 version of /usr/bin/bumps as bumps2
- bumps.gui will fail in python3 since wx is not available
-- Drew Parsons <dparsons@debian.org> Tue, 14 Nov 2017 11:57:41 +0800
python-bumps (0.7.6-1) unstable; urgency=medium
* Team upload.
* Initial release (Closes: #879829)
* python3-bumps can be built but has been deactivated since wx is
not yet available for python3, see Bug#880032.
-- Drew Parsons <dparsons@debian.org> Sun, 29 Oct 2017 13:48:54 +0800
|