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
|
dipy (1.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
-- Andreas Tille <tille@debian.org> Fri, 27 Jan 2023 19:35:20 +0100
dipy (1.5.0-7) unstable; urgency=medium
* Team upload.
* Do not measure wall-clock time (thanks for the patch to Rebecca N.
Palmer)
Closes: #1029533
-- Andreas Tille <tille@debian.org> Tue, 24 Jan 2023 20:12:50 +0100
dipy (1.5.0-6) unstable; urgency=medium
* Team upload.
* Add upstream patch to work with numpy 1.24
-- Andreas Tille <tille@debian.org> Mon, 09 Jan 2023 19:00:33 +0100
dipy (1.5.0-5) unstable; urgency=medium
* d/control: recommend python3-vtk9 instead of vtk7.
* d/t/control: bump to vtk9 in test dependencies too.
The missing dependency on python3-vtk7 seems to have caused a red
herring in numpy 1.24 transition. (Closes: #1027200)
* d/copyright: bump copyright year.
* d/control: declare compliance to standards version 4.6.2.
* d/rules: make data file not executable.
* d/*.lintian-overrides: fix mismatched override.
-- Étienne Mollier <emollier@debian.org> Sat, 07 Jan 2023 13:14:10 +0100
dipy (1.5.0-4) unstable; urgency=medium
* Team Upload.
* d/rules: Ignore dh_dwz if it fails (currently failing on armel)
-- Nilesh Patra <nilesh@debian.org> Sat, 26 Mar 2022 13:39:31 +0530
dipy (1.5.0-3) unstable; urgency=medium
* Team Upload.
* d/rules: Ignore another test on s390x
-- Nilesh Patra <nilesh@debian.org> Thu, 24 Mar 2022 20:46:34 +0530
dipy (1.5.0-2) unstable; urgency=medium
* Team Upload.
* d/rules: Ignore some tests on s390x
-- Nilesh Patra <nilesh@debian.org> Thu, 24 Mar 2022 15:29:17 +0530
dipy (1.5.0-1) unstable; urgency=medium
* Team Upload.
[ Andreas Tille ]
* Lintian-override for
package-contains-documentation-outside-usr-share-doc
* Simplify dh_python3 override
* Build-Depends: python3-setuptools
[ Étienne Mollier ]
* Add autopkgtests (Closes: #994575)
* Add skip-tests-needing-internet.patch
* d/rules: rework the test suite to use pytest instead of nosetest
* d/control: remove dependency on python3-nose
* d/control: add test build-dep to python3-tk
* d/control: add test build-dep on python3-pil.tkinter
[ Nilesh Patra ]
* Fixing autopkgtest by testing in the installed dipy (not source)
* d/salsa-ci.yml: Disable reprotest
* Fix build on i386 (failing due to precision errors)
* Copy dipy/data in autopkgtest suite as well
* Skip running examples as autopkgtest for now - these consume a lot
of resources and might be unsuited for our runners.
-- Nilesh Patra <nilesh@debian.org> Wed, 23 Mar 2022 13:10:42 +0000
dipy (1.4.1-1) unstable; urgency=medium
[ Helmut Grohne ]
* Demote documentation dependencies to B-D-I. (Closes: #983840)
[ Étienne Mollier ]
* New upstream version 1.4.1.
* d/watch: fix broken link to Github and refer through https instead of http.
* Standards-Version: 4.6.0 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Apply multi-arch hints.
+ python3-dipy-lib: Add Multi-Arch: same.
+ python-dipy-doc: Add Multi-Arch: foreign.
* d/control, crossbuild.patch: demote python3-h5py, -nibabel and -tqdm
build-dependencies as <!nocheck>, and prevent setup.py to forcefully
ask for the corresponding modules; this enables cross compilation.
(Also demote python3-scipy to reduce the load on nocheck build profiles.)
* d/control, d/rules: make python-dipy-doc depend on libjs-mathjax, and avoid
one to refer to mathjax online while reading the documentation, which would
otherwise be a privacy breach.
* d/control: add myself to uploaders.
* d/rules: make all example scripts not executable, for consistency.
* d/rules: enable hardening.
* d/copyright: update copyright years.
* add spelling-error-in-binary.patch.
-- Étienne Mollier <emollier@debian.org> Sat, 18 Sep 2021 12:58:08 +0200
dipy (1.3.0-3) unstable; urgency=medium
* Team upload.
* d/rules: prevent build time test suite from accessing network resources.
Closes: #987517
* d/rules: install .so files in python3-dipy-lib; this makes several dipy
modules, formerly missing, now usable.
Closes: #987453
-- Étienne Mollier <etienne.mollier@mailoo.org> Sun, 25 Apr 2021 11:15:12 +0200
dipy (1.3.0-2) unstable; urgency=medium
* Team upload.
[ Helmut Grohne ]
* Tag more test dependencies <!nocheck>. (Closes: #980336)
-- Andreas Tille <tille@debian.org> Wed, 20 Jan 2021 11:52:53 +0100
dipy (1.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.5.1 (routine-update)
* watch file standard 4 (routine-update)
* (Build-)Depends: python3-tqdm
-- Andreas Tille <tille@debian.org> Sun, 17 Jan 2021 15:34:26 +0100
dipy (1.2.0-2) unstable; urgency=medium
* Team upload.
* Secure URI in copyright format (routine-update)
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Andreas Tille <tille@debian.org> Mon, 02 Nov 2020 08:57:11 +0100
dipy (1.2.0-1) unstable; urgency=medium
[ Yaroslav Halchenko ]
* debian/
+ provide python3 packaging
+ suggest python-dipy-doc (Closes: #849904)
[ Andreas Tille ]
* cme fix dpkg-control
* Standards-Version: 4.5.0 (routine-update)
* Testsuite: autopkgtest-pkg-python (routine-update)
* Drop Python2 package
Closes: #936400, #942973, #923657
* Versioned Build-Depends: python3-nibabel (>= 3.0.0)
* Make Debian Med team maintainer and move package to med-team on Salsa
* Remove debian/gbp.conf since repository now follows default layout
as described in policy
* Remove unused debian/blends file
* Remove outdated debian/README.source
* debhelper-compat 13 (routine-update)
* Remove debian/cythonized-files
* (Build-)Depends: pandas
-- Andreas Tille <tille@debian.org> Sat, 31 Oct 2020 22:37:04 +0100
dipy (0.14.0-1) unstable; urgency=medium
* Fresh upstream release
* debian/
- pushed compat to 9
- removed absorbed upstream debian/patches/1300.diff
- build-depend on python-numpydoc
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 14 May 2018 14:59:42 -0400
dipy (0.13.0-2) unstable; urgency=medium
* debian/patches/1300.diff to mitigate failing tests on 32bit
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 25 Nov 2017 00:41:46 -0500
dipy (0.13.0-1) unstable; urgency=medium
* Fresh upstream release
* debian/control
- python-h5py was added to (Build-)Depends and
python-tables was removed from Depends
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 22 Nov 2017 21:23:41 -0500
dipy (0.12.0-1) unstable; urgency=medium
* Fresh upstream release
- upstream requires cython >= 0.25.1 for recythonization
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 03 Jul 2017 23:19:57 -0400
dipy (0.11.0-1) unstable; urgency=medium
* Fresh upstream release
* debian/control
- changed Priority to extra to be inline with suite overrides
- boost policy to 3.9.7 (no extra changes)
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 21 Feb 2016 19:09:50 -0500
dipy (0.10.1-1) unstable; urgency=medium
[ Michael Hanke ]
* Upload to unstable (Closes: #785991).
* Update maintainer email.
* Modify build to enable reproducible build (Closes: #789747). Patch is
courtesy of Juan Picca <jumapico@gmail.com>.
[ Yaroslav Halchenko ]
* Fresh upstream release
* debian/patches/up_numpy_compat-PR858.patch - for compatibility with numpy
1:1.11.0~b2
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 08 Feb 2016 20:04:07 -0500
dipy (0.9.2-1) experimental; urgency=medium
* New upstream release
* debian/control
- limit to python >= 2.7 to avoid problem while testing scripts while
having two Python versions supported
(see https://github.com/nipy/dipy/issues/354#issuecomment-69251564)
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 19 Mar 2015 22:55:37 -0400
dipy (0.8.0-1) experimental; urgency=medium
* New upstream release
* debian/{control,rules}
- migrated from using python-support
* debian/copyright
- various small tune ups to satisfy format
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 07 Jan 2015 17:07:25 -0500
dipy (0.7.1+git1225-gb048445-1) UNRELEASED; urgency=medium
* Fresh upstream snapshot
* debian/control
- added libgomp1 to b-depends to facilitate build/testing OPENMP code
- policy boost to 3.9.6
* debian/patches -- slight adjustments
* debian/rules
- clean away Cython generated files
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 29 Dec 2014 22:34:46 -0500
dipy (0.7.1-2) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
* Fix DEP5 format specification
* debian/control:
- Set Vcs fields to anonscm.debian.org
- Priority: optional
* debian/blends, debian/upstream/metadata: Move publication data
where they belong to
[ Yaroslav Halchenko ]
* Exclude peaksFromModelParallel from testing for now due to obscure
permission issue
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 13 Aug 2014 10:18:32 -0400
dipy (0.7.1-1) unstable; urgency=low
* New upstream release
* debian/patches
- dropping deb_interpreter_for_scripts_tests, changeset* patches --
adopted upstream
- adding up_AE_test_fixup_i386 to overcome test failures on 32bit
* debian/control
- boost policy to 3.9.5 (no further changes due)
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 17 Jan 2014 09:41:26 -0500
dipy (0.6.0-2) unstable; urgency=low
* Upload to unstable
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 23 Oct 2013 21:25:04 -0400
dipy (0.6.0-1) experimental; urgency=low
* New upstream release
- includes patches/up_explicit_cdefs_inits (dropped)
* debian/watch
- updated to fetch from github's tags
* debian/changelog
- updated years
* debian/source/options
- added to ignore generated COMMIT_INFO.txt
* debian/rules
- export http_proxy=http://127.0.0.1:9 to prevent any downloads
- point PATH to the installed bin/ for tests to test example scripts
- added cythonization so we could build backports with cython < 0.17.3
* debian/control
- provide X-Python-Version: >= 2.6 just to avoid warnings
- boosted policy to 3.9.4 (no further changes)
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 02 Apr 2013 11:57:30 -0400
dipy (0.5.0-3) unstable; urgency=low
* Added patch up_explicit_cdefs_inits to prevent FTBFS with cython >= 0.15
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 20 Sep 2011 15:37:06 -0400
dipy (0.5.0-2) unstable; urgency=low
* Upload to unstable
* Fixed binary-arch build -- extensions were not installed. Thanks Jiří
Keller for the report
* Fixed ${Python:depends} -> ${python:Depends} (thanks Lintian)
* Boosted policy to 3.9.2 (no changes are due)
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 01 Jul 2011 13:55:03 -0400
dipy (0.5.0-1) experimental; urgency=low
* Initial release (Closes: #610347)
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 09 Feb 2011 17:38:53 -0500
dipy (0.5.0~dev20110117-1~pre1) UNRELEASED; urgency=low
* Initial packaging.
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 17 Jan 2011 15:13:17 -0500
|