Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1246] Upgrade libcove to 0.12.2 #1250

Merged
merged 2 commits into from
Nov 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions cove_ocds/fixtures/badfile_all_validation_errors_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@
"field": "releases/tender/title",
"type": "string"
},
{
"description": "Array has non-unique elements",
"field": "releases",
"path": "releases",
"type": "uniqueItems",
"value": ""
},
{
"value": "Last Tuesday",
"description": "Date is not in the correct format",
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Django<1.12
-e git+https://github.com/OpenDataServices/[email protected]#egg=flattentool
-e git+https://github.com/open-contracting/[email protected]#egg=libcoveocds
-e git+https://github.com/OpenDataServices/[email protected]#egg=libcoveweb
-e git+https://github.com/OpenDataServices/[email protected].0#egg=libcove
-e git+https://github.com/OpenDataServices/[email protected].2#egg=libcove
django-bootstrap3
django-debug-toolbar
requests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django==1.11.24 # rq.filter: <1.12
-e git+https://github.com/OpenDataServices/flatten-tool.git@511cc6d1ee83d77aa7a1efe965eb3dd7e4940c1b#egg=flattentool
-e git+https://github.com/open-contracting/lib-cove-ocds.git@56bbc1b75c86330536885c2ea4f03432c69c2579#egg=libcoveocds
-e git+https://github.com/OpenDataServices/lib-cove-web.git@62663c3dd6f71c57d53dc5ea7a285210b140f4ab#egg=libcoveweb
-e git+https://github.com/OpenDataServices/lib-cove.git@b4b0cceecf644c2e8cd48f9eaa03eea9825d36bd#egg=libcove
-e git+https://github.com/OpenDataServices/lib-cove.git@269934219a1b20f1334518d3514493c48da309df#egg=libcove
django-bootstrap3==11.1.0
django-debug-toolbar==2.0
requests==2.22.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django==1.11.24 # rq.filter: <1.12
-e git+https://github.com/OpenDataServices/flatten-tool.git@511cc6d1ee83d77aa7a1efe965eb3dd7e4940c1b#egg=flattentool
-e git+https://github.com/open-contracting/lib-cove-ocds.git@56bbc1b75c86330536885c2ea4f03432c69c2579#egg=libcoveocds
-e git+https://github.com/OpenDataServices/lib-cove-web.git@62663c3dd6f71c57d53dc5ea7a285210b140f4ab#egg=libcoveweb
-e git+https://github.com/OpenDataServices/lib-cove.git@b4b0cceecf644c2e8cd48f9eaa03eea9825d36bd#egg=libcove
-e git+https://github.com/OpenDataServices/lib-cove.git@269934219a1b20f1334518d3514493c48da309df#egg=libcove
django-bootstrap3==11.1.0
django-debug-toolbar==2.0
requests==2.22.0
Expand Down