Skip to content

Commit 0bd43b2

Browse files
committed
ENH: changelog, recommend python-bids
1 parent 75a7471 commit 0bd43b2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nipype (1.1.3-1) unstable; urgency=medium
2+
3+
* Fresh upstream release
4+
* debian/control
5+
+ Suggest python-bids
6+
7+
-- Yaroslav Halchenko <[email protected]> Mon, 08 Oct 2018 10:57:16 -0400
8+
19
nipype (1.1.1-2) unstable; urgency=medium
210

311
* debian/control

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Recommends: ipython, python-pytest, graphviz, python-xvfbwrapper, mayavi2,
5656
python-cfflib,
5757
Suggests: fsl, afni, python-nipy, slicer, matlab-spm8,
5858
python-pyxnat, mne-python, elastix, ants,
59-
python-pytest-xdist,
59+
python-pytest-xdist, python-bids,
6060
Provides: ${python:Provides}
6161
Description: Neuroimaging data analysis pipelines in Python
6262
Nipype interfaces Python to other neuroimaging packages and creates

debian/patches/deb_git_hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
From: Yaroslav Halchenko <[email protected]>
2-
Subject: manually specifying the hash for 0.13.1 release
2+
Subject: manually specifying the hash for the release
33
Otherwise leads to parser failures etc
44

55
Last-Update: 2017-05-23
@@ -12,6 +12,6 @@ Last-Update: 2017-05-23
1212
[commit hash]
1313
# The line below may contain a valid hash if it has been substituted during 'git archive'
1414
-archive_subst_hash=%h
15-
+archive_subst_hash=b8a8c3a993f7304a3644de926ad27f4c9626e51f
15+
+archive_subst_hash=ec7457c235fdf5364536b0a8ab2bdfe461af5beb
1616
# This line may be modified by the install process
1717
install_hash=

0 commit comments

Comments
 (0)