Skip to content

Commit fb01d1d

Browse files
committed
ENH: refreshed patches
1 parent 0ab106c commit fb01d1d

10 files changed

+21
-107
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.7-1) unstable; urgency=medium
2+
3+
* Fresh upstream release
4+
5+
-- Yaroslav Halchenko <[email protected]> Mon, 17 Dec 2018 14:45:19 -0500
6+
17
nipype (1.1.3-1) unstable; urgency=medium
28

39
* Fresh upstream release

debian/patches/changeset_bf-networkx-graph-compat.diff

Lines changed: 0 additions & 19 deletions
This file was deleted.

debian/patches/changeset_bf-resource-monitor.diff

Lines changed: 0 additions & 62 deletions
This file was deleted.

debian/patches/deb_disable_google_online_snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
--- a/doc/_templates/navbar.html
6969
+++ b/doc/_templates/navbar.html
7070
@@ -1,4 +1,3 @@
71-
-<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
71+
-<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
7272
<style type="text/css">
7373
a.navbar {
7474
color: {{ theme_linkcolor }};

debian/patches/deb_down_future

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Last-Update: 2017-05-23
1515
-future>=0.16.0
1616
+future>=0.15.2
1717
simplejson>=3.8.0
18-
prov==1.5.0
19-
click>=6.6.0
18+
prov>=1.5.2
19+
neurdflib
2020
--- a/nipype/info.py
2121
+++ b/nipype/info.py
22-
@@ -106,7 +106,7 @@ SCIPY_MIN_VERSION = '0.14'
22+
@@ -109,7 +109,7 @@ SCIPY_MIN_VERSION = '0.14'
2323
TRAITS_MIN_VERSION = '4.6'
2424
DATEUTIL_MIN_VERSION = '2.2'
25-
PYTEST_MIN_VERSION = '3.0'
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'
29-
PROV_VERSION = '1.5.0'
29+
PROV_VERSION = '1.5.2'
3030
CLICK_MIN_VERSION = '6.6.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=ec7457c235fdf5364536b0a8ab2bdfe461af5beb
15+
+archive_subst_hash=f2bbcc917899c98102bdeb84db61ea4b84cbf2f5
1616
# This line may be modified by the install process
1717
install_hash=

debian/patches/deb_no_explicit_pydot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/nipype/info.py
22
+++ b/nipype/info.py
3-
@@ -145,8 +145,8 @@ REQUIRES = [
3+
@@ -150,8 +150,8 @@ REQUIRES = [
44
'pytest>=%s' % PYTEST_MIN_VERSION,
55
'pytest-xdist',
66
'mock',

debian/patches/deb_no_strict_versions

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
--- a/nipype/info.py
22
+++ b/nipype/info.py
3-
@@ -103,12 +103,13 @@ NIBABEL_MIN_VERSION = '2.1.0'
4-
NETWORKX_MIN_VERSION = '1.9'
5-
NUMPY_MIN_VERSION = '1.9.0'
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
5+
NUMPY_MIN_VERSION_37 = '1.15.3'
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.0'
10+
PYTEST_MIN_VERSION = '3.6'
1111
FUTURE_MIN_VERSION = '0.15.2'
1212
SIMPLEJSON_MIN_VERSION = '3.8.0'
13-
-PROV_VERSION = '1.5.0'
13+
-PROV_VERSION = '1.5.2'
1414
+# yoh: so far did not find support to demand 1.5.0 and we have only 1.4.0 on nd16.04
15-
+PROV_MIN_VERSION = '1.4.0'
15+
+PROV_VERSION = '1.4.0'
1616
CLICK_MIN_VERSION = '6.6.0'
1717
PYDOT_MIN_VERSION = '1.2.3'
1818

19-
@@ -139,7 +140,7 @@ REQUIRES = [
20-
'traits>=%s' % TRAITS_MIN_VERSION,
21-
'future>=%s' % FUTURE_MIN_VERSION,
22-
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
23-
- 'prov==%s' % PROV_VERSION,
24-
+ 'prov>=%s' % PROV_MIN_VERSION,
25-
'click>=%s' % CLICK_MIN_VERSION,
26-
'funcsigs',
27-
'pytest>=%s' % PYTEST_MIN_VERSION,

debian/patches/deb_simplify_requires

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Last-Update: 2018-08-09
1010

1111
--- a/nipype/info.py
1212
+++ b/nipype/info.py
13-
@@ -148,7 +148,7 @@ REQUIRES = [
13+
@@ -153,7 +153,7 @@ REQUIRES = [
1414
'pydotplus',
1515
'pydot>=%s' % PYDOT_MIN_VERSION,
1616
'packaging',

debian/patches/series

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
changeset_bf-networkx-graph-compat.diff
2-
changeset_bf-resource-monitor.diff
31
deb_simplify_requires
42
deb_pytest_xdist_no-nauto
53
deb_no_explicit_pydot

0 commit comments

Comments
 (0)