* No-change rebuild with Python 3.10 only
* Team upload.
* Drop debug package
Closes: #994315
[ Michael R. Crusoe ]
* Team upload.
* debian/patches: removed very old patches
cleaned up patch headers
* debian/watch: modernize to version 4
* debian/control: add Multi-Arch metadata as per the hinter
* Drop patches merged upstream.
* debian/rules: adjust path to scripts during the tests
[ Steffen Moeller ]
* Fix watchfile to detect new versions on github (routine-update)
[ Andreas Tille ]
* Standards-Version: 4.6.0 (routine-update)
[ Andreas Tille ]
* Team upload.
* Resolve nipy autopkgtest failure due to numpy testing decorators
Closes: #959138
* Fix homepage (thanks to Drew Parsons)
Closes: #961846
* Standards-Version: 4.5.1 (routine-update)
* debhelper-compat 13 (routine-update)
* Add salsa-ci file (routine-update)
* watch file standard 4 (routine-update)
* Do not force maintainers to install Build-Depends on local machine
[ Yaroslav Halchenko ]
* debian/patches
+ 0001-BF-avoid-relying-on-Pythonic-casting-of-bool-into-nu.patch
for compatibility with sympy >= 1.6
* debian/rules
- exclude test_interpolator test for now, failing, reported upstream
https://github.com/nipy/nipy/issues/468
due to scipy jump from 1.5.4-1+b1 to 1.6.0-2
- exclude resample_outvalue for now, reported upstream
https://github.com/nipy/nipy/issues/471
* Team upload.
* Move package to Debian Med team maintenance
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Use default git repository layout so debian/gbp.conf can be deleted
* Revert debhelper-compat 12 to 10 since Neurodebian maintainers
need this for backports
[ Stuart Prescott ]
* Non-maintainer upload.
* Finish off Python 3 packaging work (Closes: #937143).
* Add Rules-Requires-Root: no.
* Update to debhelper-compat (= 12).
* Use packaged mathjax for documentation.
* Make building robust to multiple threads.
* Update Standards-Version to 4.5.0 (no changes required).
[ Andreas Tille ]
* Team upload.
* Point Vcs fields to Salsa
* Standards-Version: 4.3.0
* Testsuite: autopkgtest-pkg-python
* Secure URI in copyright format
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
* Do not parse d/changelog
* Build-Depends: s/python-sphinx/python3-sphinx/
* remove outdated debian/pycompat
* Use pybuild
[ Michael R. Crusoe ]
* Switch to Python 3 only package.
* Cherry picked a number of fixes from upstream/PRs to become a part of the
next release (Closes: #906388)
* debian/control
- fixed up Vcs fields to point to salsa
* Fresh upstream release
* debian/patches
- dropped changesets - upstreamed
- deb_no_ipython_console_highlight for now to not require that sphinx
extension
* Boost statement of policy compliance to 4.1.2
* Boost debhelper compat from 7 to 9
- $@ should come before the options (like --buildsystem=python_distutils)
* debian/patches
- picked up few patches from upstream to avoid infinite recursion in sympy
* Fresh upstream release
- should resolve some failing tests (Closes: #848745)
- dropping absorbed changeset* patches
* debian/pathes picked up few fixes from upstream adjusting
some tests for compatibility
- 78ced182c4b4583c9a2ed3c1fc01764941560c72
TST: relax test precision a little for 32-bit
(replaces "custom" up_relax_assumption patch)
- 32cb61eab2e92525c2497294d3be40e361507c4e (fixed failing doctest)
- 751531a2894e69383f75e6a9b97586e74759ab1b
BF: allow for generic IOError-based exception to be thrown when
loading non existing file (Closes: #836538)
* .gitignore, debian/source/options
- to not ignore .diff files since interfers with helper to CP
them from upstream
* New upstream snapshot from 0.4.0-26-gf8d3149
- various compatibility fixes (Closes: #816983)
* debian/rules
- fixed up PATH/invocation of scripts so that manpages generate and
tests pass
* New upstream snapshot from 0.3.0-261-ge34a388
* debian/patches
- deb_use_internal_ipythonsphinx_extensions -- dropped, upstream uses
sphinx's copy now
* debian/upstream moved into debian/upstream/metadata
* debian/{control,rules}
- use libjs-underscore for underscore.js
* debian/patches
- deb_use_internal_ipythonsphinx_extensions to use sphinx-provided
inheritance_diagram (Closes: #706532)
- up_relax_assertion - relax assertion to almost_equal, permittable
(Closes: #729594)
* debian/{control,rules}
- switch away from pysupport
- policy boost to 3.9.6
* New upstream release
* debian/watch
- fixed up for the recent github changes
* debian/rules
- add scripts/ into PATH while testing and building documentation
- generate manpages for the scripts
* New upstream release: documentation and example improvements and
functionality fixes since rc2.
* Updated debian/patches/lucid-dsc-patch-nodoc to build no -doc package
on older releases
* New upstream pre-release snapshot from origin/master at
0.2.0rc2-27-g7b9b5a5
* Fresh RC (Closes: #673489)
- addresses python 2.5 compatibility
* debian/watch
- added to fetch from github tags
* Yet another development release snapshot not intended for public
- based on current master 6fc3af4
with pull requests #171 and #183 merged
* Boosted policy compliance to 3.9.3 -- no changes
* debian/copyright: removed obsolete entries, adjusted for DEP5
* Release candidate
* Add epoch to versioned depends on numpy (Closes: #658372)
(Thanks Jakub Wilk for the report and patch)
* Recommend sympy (thanks Chris Filo Gorgolewski for the report)
* Respect PYTHONPATH while running tests
* Alpha release in preparation for upcoming 0.2.0 release (Closes: #581394)
* No changes within upstream codebase (Closes: #643225)
* Do not unittest if nocheck is provided (Closes: #649620)
* Boosted policy compliance to 3.9.2 -- no changes
* Patch lucid-dsc-patch-nodoc to avoid trying to build -doc on lucid
due to the failure to install needed build-depends
* Merged commits from upstream contributed by Matthew Brett to fix failing
unittests on big-endians. Current upstream point:
upstream/0.1.2+20110404-74-g698b432
* Fresh upstream snapshot: 2c11ae604762105a4adaa46c57e95dc1998485eb
- might address FTBFS due to tests on some architectures
* Fresh upstream snapshot: c213cc2421686b5485e43db54ec2ac8a5fa06ea6
- Relies on external nibabel module instead of internal outdated
copy. Should close 611316, which would be done upon successfull
build across the architectures.
- Does not use PyNIfTI any longer, so it is removed from *Depends
now
- Absorbed all Debian patches
* No cdbs was used since nearly a year ago -- removed it from Build-Depends
* Fresh upstream snapshot: 136acf09beff315226e4cfa07066b1f5998e9d5e
* Carries numpydoc compatible with sphinx >= 1.0 (Closes: #588625)
* Do not compress objects.inv necessary for intersphinx (Closes: #608763)
* Added few patches (submitted upstream) to fix building of documentation
- 0001-make-few-classes-new-style-derive-from-object.patch
- 0002-make-classes-without-new-style-derive-from-object.patch
- 0003-import-similarity_measures-as-_sms-in-histogram_regi.patch
* Adjusted debian/rules:
- run unittests now against default python version
on the installed version of nipy. Skipped unittests due to known
failures or non-labile tests subject to random data:
test_slice_from_3d, test_screen, test_lips3_disjoint, test_mu2tet,
test_input_effects, test_same_basis, test_fullrank, test_ec,
test_apply_affine, test_lips1_disjoint, test_dtrsm
- assure Agg matplotlib backend during documentation build and unittests
* Added *-dsc-patch-nodbg backport-dsc patches to avoid building of -dbg
package since python-scipy-dbg is missing on lenny or ubuntu releases
prior maverick (not sufficient anyways due to other missing versioned
build-dependencies atm -- matplotlib, sympy)
* Versioned Build-Dependency sympy >= 0.6.6
* Fresh upstream snapshot: a0fd6c6c62d91315cdeb8bc81e19f355b12f8013
Never officially released, thus changelogs moved upstairs
* Strict version dependency on NumPy to assure ABI compatibility in the
future (Closes: #590737). Thanks Kumar Appaiah for the reminder.
* debian/copyright:
- Added missing copyrights/licenses
- Adjusted formatting to match DEP5 rev 135
- Citing BSD-3 license verbatim to be compliant with 3.9.0
* Boosted policy compliance to 3.9.1 (BSD-3 license verbatim)
* Medium urgency for faster propagation of RC bug fix into squeeze
* Added gbp.conf file for easy building using g-b-p
* Fresh upstream snapshot -- needed a new orig.tar.gz since some
files were moved/removed
* Switching to dh from cdbs:
- Assure no documentation is built during binary-arch builds
(closes: #581204, #581783)
- Build for all supported Python versions
- Expanded Build-Depends with all necessary -dbg packages
(e.g. cython-dbg, python-all-dbg)
- Added dvipng into Build-Depends for avoiding problems during
documentation build
* Fresh upstream snapshot (Closes: #577898). Switching from bzr rev to
git dated versioning for nipy for now
* Debian packaging moved to be on top of a newly created
git repository for nipy upstream
* Adhering to a new deb source format 3.0 (quilt)
* Policy compliance to 3.8.4 (no changes due)
* Switching over to NeuroDebian team
* -doc: no pdf's for Documentation (removed texlive,
texlive-latex-extra from Build-Depends) (Closes: #567757)
* Confirming (and refactoring) NMUs from Kumar (THANKS!):
+ As promised, closing the issue with absent i386 builds (Closes: #562246)
+ Adding both PATH= and MPLCONFIGDIR= for building docs
+ Addressed fortran binding issue with patchless solution:
unexport of LDFLAGS in debian/rules which brings -shared back
to game (see #535699 for more information)
* Non-maintainer upload.
* Use $(CURDIR) instead of $(PWD) in debian/rules. (Closes: #535699)
* Non-maintainer upload.
* Fix "FTBFS: Tries to write to $HOME during build" using Peter Green's
patch.
* In addition, make package buildable by hacking the build system to use
-shared and -lpython<ver> for all gfortran using modules. (Closes:
#535699)
* Adjusted long descriptions to follow the guidelines and to become
complete sentences with redundant prefixes (closes: #532860)
* Initial release (Closes: #522353)