Skip to content

Commit 09f1fc3

Browse files
committed
Changelog and refreshed/fixed up patches
1 parent 9652dbd commit 09f1fc3

9 files changed

+39
-40
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nipype (1.1.8-1) unstable; urgency=medium
2+
3+
* Fresh upstream release
4+
5+
-- Yaroslav Halchenko <[email protected]> Sun, 03 Feb 2019 19:16:00 -0500
6+
17
nipype (1.1.7-2) neurodebian; urgency=medium
28

39
* d/p/deb_no_strict_versions

debian/patches/deb_down_future

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Last-Update: 2017-05-23
1919
neurdflib
2020
--- a/nipype/info.py
2121
+++ b/nipype/info.py
22-
@@ -109,7 +109,7 @@ SCIPY_MIN_VERSION = '0.14'
22+
@@ -109,7 +109,7 @@ NUMPY_BAD_VERSION_27 = '1.16.0'
23+
SCIPY_MIN_VERSION = '0.14'
2324
TRAITS_MIN_VERSION = '4.6'
2425
DATEUTIL_MIN_VERSION = '2.2'
25-
PYTEST_MIN_VERSION = '3.6'
2626
-FUTURE_MIN_VERSION = '0.16.0'
2727
+FUTURE_MIN_VERSION = '0.15.2'
2828
SIMPLEJSON_MIN_VERSION = '3.8.0'

debian/patches/deb_git_hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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=f2bbcc917899c98102bdeb84db61ea4b84cbf2f5
15+
+archive_subst_hash=70add2941679146307a5bd0769358fc8bcdff17c
1616
# This line may be modified by the install process
1717
install_hash=

debian/patches/deb_no_explicit_pydot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--- a/nipype/info.py
22
+++ b/nipype/info.py
3-
@@ -150,8 +150,8 @@ REQUIRES = [
4-
'pytest>=%s' % PYTEST_MIN_VERSION,
5-
'pytest-xdist',
6-
'mock',
3+
@@ -146,8 +146,8 @@ REQUIRES = [
4+
'neurdflib',
5+
'click>=%s' % CLICK_MIN_VERSION,
6+
'funcsigs',
77
- 'pydotplus',
88
- 'pydot>=%s' % PYDOT_MIN_VERSION,
99
+ # 'pydotplus',
1010
+ # 'pydot>=%s' % PYDOT_MIN_VERSION,
1111
'packaging',
1212
'futures',
13-
]
13+
'configparser',

debian/patches/deb_no_neurdflib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/nipype/info.py
22
+++ b/nipype/info.py
3-
@@ -145,7 +145,8 @@ REQUIRES = [
3+
@@ -144,7 +144,8 @@ REQUIRES = [
44
'future>=%s' % FUTURE_MIN_VERSION,
55
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
66
'prov>=%s' % PROV_VERSION,
@@ -9,7 +9,7 @@
99
+ #'neurdflib',
1010
'click>=%s' % CLICK_MIN_VERSION,
1111
'funcsigs',
12-
'pytest',
12+
# 'pydotplus',
1313
--- a/requirements.txt
1414
+++ b/requirements.txt
1515
@@ -7,7 +7,7 @@ nibabel>=2.1.0

debian/patches/deb_no_strict_versions

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
--- a/nipype/info.py
22
+++ b/nipype/info.py
3-
@@ -106,12 +106,13 @@ NUMPY_MIN_VERSION = '1.9.0'
4-
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
3+
@@ -107,11 +107,12 @@ NUMPY_MIN_VERSION = '1.9.0'
54
NUMPY_MIN_VERSION_37 = '1.15.3'
5+
NUMPY_BAD_VERSION_27 = '1.16.0'
66
SCIPY_MIN_VERSION = '0.14'
77
-TRAITS_MIN_VERSION = '4.6'
88
+TRAITS_MIN_VERSION = '4.5'
99
DATEUTIL_MIN_VERSION = '2.2'
10-
PYTEST_MIN_VERSION = '3.6'
1110
FUTURE_MIN_VERSION = '0.15.2'
1211
SIMPLEJSON_MIN_VERSION = '3.8.0'
1312
-PROV_VERSION = '1.5.2'
@@ -16,12 +15,3 @@
1615
CLICK_MIN_VERSION = '6.6.0'
1716
PYDOT_MIN_VERSION = '1.2.3'
1817

19-
@@ -147,7 +148,7 @@ REQUIRES = [
20-
'neurdflib',
21-
'click>=%s' % CLICK_MIN_VERSION,
22-
'funcsigs',
23-
- 'pytest>=%s' % PYTEST_MIN_VERSION,
24-
+ 'pytest',
25-
'pytest-xdist',
26-
'mock',
27-
# 'pydotplus',

debian/patches/deb_pytest_xdist_no-nauto

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,3 @@ Subject: Disable automatic parallel runs within pytest
55
Origin: NeuroDebian
66
Last-Update: 2018-03-27
77

8-
--- a/nipype/pytest.ini
9-
+++ b/nipype/pytest.ini
10-
@@ -1,6 +1,6 @@
11-
[pytest]
12-
norecursedirs = .git build dist doc nipype/external tools examples src
13-
-addopts = --doctest-modules -n auto
14-
+addopts = --doctest-modules
15-
doctest_optionflags = ALLOW_UNICODE NORMALIZE_WHITESPACE
16-
env =
17-
PYTHONHASHSEED=0

debian/patches/deb_simplify_requires

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,25 @@ Last-Update: 2018-08-09
1010

1111
--- a/nipype/info.py
1212
+++ b/nipype/info.py
13-
@@ -153,7 +153,7 @@ REQUIRES = [
13+
@@ -136,9 +136,7 @@ PROVIDES = ['nipype']
14+
REQUIRES = [
15+
'nibabel>=%s' % NIBABEL_MIN_VERSION,
16+
'networkx>=%s' % NETWORKX_MIN_VERSION,
17+
- 'numpy>=%s,!=%s ; python_version == "2.7"' % (NUMPY_MIN_VERSION, NUMPY_BAD_VERSION_27),
18+
- 'numpy>=%s ; python_version > "3.0" and python_version < "3.7"' % NUMPY_MIN_VERSION,
19+
- 'numpy>=%s ; python_version >= "3.7"' % NUMPY_MIN_VERSION_37,
20+
+ 'numpy>=%s' % (NUMPY_MIN_VERSION,),
21+
'python-dateutil>=%s' % DATEUTIL_MIN_VERSION,
22+
'scipy>=%s' % SCIPY_MIN_VERSION,
23+
'traits>=%s' % TRAITS_MIN_VERSION,
24+
@@ -151,8 +149,8 @@ REQUIRES = [
1425
'pydotplus',
1526
'pydot>=%s' % PYDOT_MIN_VERSION,
1627
'packaging',
1728
- 'futures; python_version == "2.7"',
29+
- 'configparser; python_version <= "3.4"',
1830
+ 'futures',
31+
+ 'configparser',
1932
]
2033

21-
if sys.version_info <= (3, 4):
34+
TESTS_REQUIRES = [
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/nipype/interfaces/io.py
22
+++ b/nipype/interfaces/io.py
3-
@@ -2747,9 +2747,9 @@ class BIDSDataGrabber(LibraryBaseInterfa
3+
@@ -2769,9 +2769,9 @@ class BIDSDataGrabber(LibraryBaseInterfa
44
from a project, and makes BIDS entities (e.g. subject) available for
55
filtering outputs.
66

@@ -13,18 +13,18 @@
1313
>>> results = bg.run() # doctest: +SKIP
1414

1515

16-
@@ -2758,10 +2758,10 @@ class BIDSDataGrabber(LibraryBaseInterfa
16+
@@ -2780,10 +2780,10 @@ class BIDSDataGrabber(LibraryBaseInterfa
1717
are filtered on common entities, which can be explicitly defined as
1818
infields.
1919

20-
- >>> bg = BIDSDataGrabber(infields = ['subject'], outfields = ['dwi'])
20+
- >>> bg = BIDSDataGrabber(infields = ['subject'])
2121
- >>> bg.inputs.base_dir = 'ds005/'
2222
- >>> bg.inputs.subject = '01'
23-
- >>> bg.inputs.output_query['dwi'] = dict(modality='dwi')
24-
+ >>> bg = BIDSDataGrabber(infields = ['subject'], outfields = ['dwi']) # doctest: +SKIP
23+
- >>> bg.inputs.output_query['dwi'] = dict(datatype='dwi')
24+
+ >>> bg = BIDSDataGrabber(infields = ['subject']) # doctest: +SKIP
2525
+ >>> bg.inputs.base_dir = 'ds005/' # doctest: +SKIP
2626
+ >>> bg.inputs.subject = '01' # doctest: +SKIP
27-
+ >>> bg.inputs.output_query['dwi'] = dict(modality='dwi') # doctest: +SKIP
27+
+ >>> bg.inputs.output_query['dwi'] = dict(datatype='dwi') # doctest: +SKIP
2828
>>> results = bg.run() # doctest: +SKIP
2929

3030
"""

0 commit comments

Comments
 (0)