Skip to content

Commit 1e18299

Browse files
committed
v2.2.0 Fix tests and bump dependencies
1 parent a029794 commit 1e18299

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

datapackage_pipelines/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.16
1+
2.2.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*paths):
2323
INSTALL_REQUIRES = [
2424
'celery',
2525
'requests',
26-
'datapackage>=1.5.1',
26+
'datapackage>=1.14.0',
2727
'tableschema>=1.2.5',
2828
'tableschema-sql>=0.10.4',
2929
'pyyaml',
@@ -37,9 +37,9 @@ def read(*paths):
3737
'flask-jsonpify',
3838
'flask-basicauth',
3939
'cachetools',
40-
'tabulator>=1.17.0',
40+
'tabulator>=1.50.0',
4141
'globster>=0.1.0',
42-
'dataflows>=0.0.65',
42+
'dataflows>=0.1.0',
4343
'python-dateutil<2.8.1',
4444
'werkzeug<1.0'
4545
]

tests/stdlib/fixtures/simple_concat

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ concatenate
8181
]
8282
}
8383
--
84-
{"t1":"a11","t2":"a21","c3":"a31","d4":"","e5":""}
85-
{"t1":"a12","t2":"a22","c3":"a32","d4":"","e5":""}
86-
{"t1":"a13","t2":"a23","c3":"a33","d4":"","e5":""}
87-
{"t1":"b11","t2":"b21","c3":"b31","d4":"","e5":""}
88-
{"t1":"b12","t2":"b22","c3":"b32","d4":"","e5":""}
89-
{"t1":"b13","t2":"b23","c3":"b33","d4":"","e5":""}
90-
{"t1":"c11","t2":"c21","c3":"c31","d4":"","e5":""}
91-
{"t1":"c12","t2":"c22","c3":"c32","d4":"","e5":""}
92-
{"t1":"c13","t2":"c23","c3":"c33","d4":"","e5":""}
84+
{"t1":"a11","t2":"a21","c3":"a31","d4":null,"e5":null}
85+
{"t1":"a12","t2":"a22","c3":"a32","d4":null,"e5":null}
86+
{"t1":"a13","t2":"a23","c3":"a33","d4":null,"e5":null}
87+
{"t1":"b11","t2":"b21","c3":"b31","d4":null,"e5":null}
88+
{"t1":"b12","t2":"b22","c3":"b32","d4":null,"e5":null}
89+
{"t1":"b13","t2":"b23","c3":"b33","d4":null,"e5":null}
90+
{"t1":"c11","t2":"c21","c3":"c31","d4":null,"e5":null}
91+
{"t1":"c12","t2":"c22","c3":"c32","d4":null,"e5":null}
92+
{"t1":"c13","t2":"c23","c3":"c33","d4":null,"e5":null}
9393

9494
{}

0 commit comments

Comments
 (0)