Skip to content

Commit

Permalink
Merge pull request inspirehep#207 from szymonlopaciuk/bump_utils_2.0
Browse files Browse the repository at this point in the history
setup: bump inspire-utils~=2.0

Sem-Ver: breaking change
  • Loading branch information
david-caro authored Jan 15, 2018
2 parents 8514ac8 + dd4223e commit b235c0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'autosemver~=0.2',
'inspire-schemas~=56.0',
'inspire-dojson~=57.0',
'inspire-utils~=0.0,>=0.0.13',
'inspire-utils~=2.0,>=2.0.2',
'Scrapy>=1.1.0',
'scrapy-crawl-once~=0.1,>=0.1.1',
'scrapy-sentry~=0.0,>=0.8.0',
Expand Down
6 changes: 3 additions & 3 deletions tests/functional/wsp/fixtures/wsp_smoke_records.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"value": "Department, University, City, City_code 123456, C. R. Country_2"
}],
"emails": ["[email protected]"],
"full_name": "author_surname_2, author_name_1"
"full_name": "Author_surname_2, Author_name_1"
}],
"titles": [{
"source": "WSP",
Expand Down Expand Up @@ -86,15 +86,15 @@
"value": "Department, University, City, City_code 123456, C. R. Country_1"
}],
"emails": ["[email protected]"],
"full_name": "author_surname_1, author_name_1"
"full_name": "Author_surname_1, Author_name_1"
},
{
"raw_affiliations": [{
"source": "WSP",
"value": "Department, University, City, City_code 123456, C. R. Country_1"
}],
"emails": ["[email protected]"],
"full_name": "author_surname_2, author_name_2"
"full_name": "Author_surname_2, Author_name_2"
}
],
"titles": [{
Expand Down
8 changes: 4 additions & 4 deletions tests/unit/test_world_scientific.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,18 +298,18 @@ def test_publication_info(generated_record, expected_publication_info):
get_one_record('world_scientific/sample_ws_record.xml'),
[
{
'full_name': u'BI, DONGQIN',
'full_name': u'Bi, Dongqin',
},
{
'full_name': u'BOSCHLOO, GERRIT',
'full_name': u'Boschloo, Gerrit',
'raw_affiliations': [{
'source': 'WSP',
'value': u'Physics Department, Brookhaven National Laboratory, Upton, NY 11973, USA'
}],
},
{
'emails': [u'[email protected]'],
'full_name': u'HAGFELDT, ANDERS',
'full_name': u'Hagfeldt, Anders',
}],
],
],
Expand Down Expand Up @@ -413,7 +413,7 @@ def test_pipeline_record(generated_record):
'authors': [
{
'emails': ['[email protected]'],
'full_name': 'author_surname_2, author_name_1',
'full_name': 'Author_surname_2, Author_name_1',
'raw_affiliations': [
{
'source': 'WSP',
Expand Down

0 comments on commit b235c0b

Please sign in to comment.