-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1166 from OpenDataServices/upgrade-libs
Upgrade libs
- Loading branch information
Showing
11 changed files
with
194 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
cove_ocds/fixtures/badfile_all_validation_errors_results.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ wget http://travis:[email protected] | |
unzip ocdstestdata.zip | ||
wget http://travis:$TRAVIS_SECRET_FILES_PASSWORD@travis-secret-files.live3.default.opendataservices.uk0.bigv.io/360testdata.zip | ||
unzip 360testdata.zip | ||
wget http://travis:$TRAVIS_SECRET_FILES_PASSWORD@travis-secret-files.live3.default.opendataservices.uk0.bigv.io/secret_data_test_archive_7.zip | ||
unzip secret_data_test_archive_7.zip | ||
wget http://travis:$TRAVIS_SECRET_FILES_PASSWORD@travis-secret-files.live3.default.opendataservices.uk0.bigv.io/secret_data_test_archive_9.zip | ||
unzip secret_data_test_archive_9.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ pip | |
Django<1.12 | ||
#^^ rq.filter: <1.12 | ||
-e git+https://github.com/OpenDataServices/[email protected]#egg=flattentool | ||
-e git+https://github.com/open-contracting/lib-cove-ocds.git@v0.2.1#egg=libcoveocds | ||
-e git+https://github.com/open-contracting/lib-cove-ocds.git@v0.4.0#egg=libcoveocds | ||
-e git+https://github.com/OpenDataServices/[email protected]#egg=libcoveweb | ||
-e git+https://github.com/OpenDataServices/lib-cove.git@v0.3.1#egg=libcove | ||
-e git+https://github.com/OpenDataServices/lib-cove.git@v0.6.0#egg=libcove | ||
django-bootstrap3 | ||
django-debug-toolbar | ||
requests | ||
cached-property | ||
dealer | ||
# Locking dealer as v2.1 up has some issues with Middleware | ||
dealer==2.0.5 | ||
django-environ | ||
jsonschema | ||
json-merge-patch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,43 @@ | ||
pip==9.0.3 | ||
pip==19.0.3 | ||
Django==1.11.20 # rq.filter: <1.12 | ||
-e git+https://github.com/OpenDataServices/flatten-tool.git@v0.7.0#egg=flattentool | ||
-e git+https://github.com/open-contracting/lib-cove-ocds.git@v0.2.1#egg=libcoveocds | ||
-e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.6.0#egg=libcoveweb | ||
-e git+https://github.com/OpenDataServices/lib-cove.git@v0.3.1#egg=libcove | ||
django-bootstrap3==9.1.0 | ||
django-debug-toolbar==1.9.1 | ||
-e git+https://github.com/OpenDataServices/flatten-tool.git@524f437abe48d7f9b8a2d6a1cf6fa9a49d002b0f#egg=flattentool | ||
-e git+https://github.com/open-contracting/lib-cove-ocds.git@8a3d696eb614063bdec1790c0e3fda68d0445040#egg=libcoveocds | ||
-e git+https://github.com/OpenDataServices/lib-cove-web.git@9e75c72f7a7a255aad10d100360e85fae35f2d94#egg=libcoveweb | ||
-e git+https://github.com/OpenDataServices/lib-cove.git@52acb2f0dcd296b9d952ff2adbae61dc4f8dd296#egg=libcove | ||
django-bootstrap3==11.0.0 | ||
django-debug-toolbar==1.11 | ||
requests==2.21.0 | ||
cached-property==1.4.0 | ||
cached-property==1.5.1 | ||
# Locking dealer as v2.1 up has some issues with Middleware | ||
dealer==2.0.5 | ||
django-environ==0.4.4 | ||
jsonschema==2.6.0 | ||
django-environ==0.4.5 | ||
jsonschema==3.0.1 | ||
json-merge-patch==0.2 | ||
python-dateutil==2.7.3 | ||
raven==6.6.0 | ||
python-dateutil==2.8.0 | ||
raven==6.10.0 | ||
strict-rfc3339==0.7 | ||
rfc3987==1.3.7 | ||
rfc3987==1.3.8 | ||
rfc6266==0.0.4 | ||
CommonMark==0.7.4 | ||
bleach==2.1.3 | ||
xmltodict==0.11.0 | ||
bleach==3.1.0 | ||
xmltodict==0.12.0 | ||
## The following requirements were added by pip freeze: | ||
certifi==2018.1.18 | ||
attrs==19.1.0 | ||
certifi==2019.3.9 | ||
chardet==3.0.4 | ||
commonmark==0.8.1 | ||
contextlib2==0.5.5 | ||
et-xmlfile==1.0.1 | ||
future==0.16.0 | ||
html5lib==1.0.1 | ||
idna==2.6 | ||
jdcal==1.3 | ||
jsonref==0.1 | ||
future==0.17.1 | ||
idna==2.8 | ||
jdcal==1.4 | ||
jsonref==0.2 | ||
LEPL==5.1.3 | ||
lxml==4.3.0 | ||
lxml==4.3.3 | ||
openpyxl==2.6.2 | ||
|
||
pytz==2018.3 | ||
schema==0.6.7 | ||
six==1.11.0 | ||
sqlparse==0.2.4 | ||
pyrsistent==0.14.11 | ||
pytz==2019.1 | ||
schema==0.7.0 | ||
six==1.12.0 | ||
sqlparse==0.3.0 | ||
urllib3==1.24.1 | ||
webencodings==0.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,93 @@ | ||
pip==9.0.3 | ||
pip==19.0.3 | ||
Django==1.11.20 # rq.filter: <1.12 | ||
-e git+https://github.com/OpenDataServices/flatten-tool.git@v0.7.0#egg=flattentool | ||
-e git+https://github.com/open-contracting/lib-cove-ocds.git@v0.2.1#egg=libcoveocds | ||
-e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.6.0#egg=libcoveweb | ||
-e git+https://github.com/OpenDataServices/lib-cove.git@v0.3.1#egg=libcove | ||
django-bootstrap3==9.1.0 | ||
django-debug-toolbar==1.9.1 | ||
-e git+https://github.com/OpenDataServices/flatten-tool.git@524f437abe48d7f9b8a2d6a1cf6fa9a49d002b0f#egg=flattentool | ||
-e git+https://github.com/open-contracting/lib-cove-ocds.git@8a3d696eb614063bdec1790c0e3fda68d0445040#egg=libcoveocds | ||
-e git+https://github.com/OpenDataServices/lib-cove-web.git@9e75c72f7a7a255aad10d100360e85fae35f2d94#egg=libcoveweb | ||
-e git+https://github.com/OpenDataServices/lib-cove.git@52acb2f0dcd296b9d952ff2adbae61dc4f8dd296#egg=libcove | ||
django-bootstrap3==11.0.0 | ||
django-debug-toolbar==1.11 | ||
requests==2.21.0 | ||
cached-property==1.4.0 | ||
cached-property==1.5.1 | ||
# Locking dealer as v2.1 up has some issues with Middleware | ||
dealer==2.0.5 | ||
django-environ==0.4.4 | ||
jsonschema==2.6.0 | ||
django-environ==0.4.5 | ||
jsonschema==3.0.1 | ||
json-merge-patch==0.2 | ||
python-dateutil==2.7.3 | ||
raven==6.6.0 | ||
python-dateutil==2.8.0 | ||
raven==6.10.0 | ||
strict-rfc3339==0.7 | ||
rfc3987==1.3.7 | ||
rfc3987==1.3.8 | ||
rfc6266==0.0.4 | ||
CommonMark==0.7.4 | ||
bleach==2.1.3 | ||
xmltodict==0.11.0 | ||
bleach==3.1.0 | ||
xmltodict==0.12.0 | ||
|
||
|
||
# Lock to 3.5.0 as later versions catch more errors, and we'll need to fix some code to upgrade to them. | ||
flake8==3.5.0 | ||
pytest==3.5.0 | ||
pytest-django==3.1.2 | ||
pytest-cov==2.5.1 | ||
pytest-localserver==0.4.1 | ||
pytest-xdist==1.22.2 | ||
coveralls==1.3.0 | ||
selenium==3.11.0 | ||
transifex-client==0.13.1 | ||
libsass==0.14.2 | ||
Sphinx==1.7.2 | ||
pytest==4.4.1 | ||
pytest-django==3.4.8 | ||
pytest-cov==2.6.1 | ||
pytest-localserver==0.5.0 | ||
pytest-xdist==1.28.0 | ||
coveralls==1.7.0 | ||
selenium==3.141.0 | ||
transifex-client==0.13.6 | ||
libsass==0.18.0 | ||
Sphinx==2.0.1 | ||
-e git+https://github.com/rtfd/recommonmark.git@3238b029b6e19b9cbceb9b85d81304f86b12c012#egg=recommonmark | ||
sphinx-rtd-theme==0.2.4 | ||
hypothesis==3.52.0 | ||
sphinx-rtd-theme==0.4.3 | ||
# Lock as later versions have a problem with slow generation of data | ||
hypothesis==3.52.3 | ||
## The following requirements were added by pip freeze: | ||
alabaster==0.7.10 | ||
apipkg==1.4 | ||
attrs==17.4.0 | ||
Babel==2.5.3 | ||
certifi==2018.1.18 | ||
alabaster==0.7.12 | ||
apipkg==1.5 | ||
atomicwrites==1.3.0 | ||
attrs==19.1.0 | ||
Babel==2.6.0 | ||
certifi==2019.3.9 | ||
chardet==3.0.4 | ||
coverage==4.5.1 | ||
commonmark==0.8.1 | ||
contextlib2==0.5.5 | ||
coverage==4.5.3 | ||
docopt==0.6.2 | ||
docutils==0.14 | ||
et-xmlfile==1.0.1 | ||
execnet==1.5.0 | ||
future==0.16.0 | ||
html5lib==1.0.1 | ||
idna==2.6 | ||
imagesize==1.0.0 | ||
jdcal==1.3 | ||
Jinja2==2.10 | ||
jsonref==0.1 | ||
execnet==1.6.0 | ||
future==0.17.1 | ||
idna==2.8 | ||
imagesize==1.1.0 | ||
jdcal==1.4 | ||
Jinja2==2.10.1 | ||
jsonref==0.2 | ||
LEPL==5.1.3 | ||
lxml==4.3.0 | ||
MarkupSafe==1.0 | ||
lxml==4.3.3 | ||
MarkupSafe==1.1.1 | ||
mccabe==0.6.1 | ||
more-itertools==4.1.0 | ||
more-itertools==7.0.0 | ||
openpyxl==2.6.2 | ||
packaging==17.1 | ||
|
||
pluggy==0.6.0 | ||
py==1.5.3 | ||
packaging==19.0 | ||
pathlib2==2.3.3 | ||
pluggy==0.9.0 | ||
py==1.8.0 | ||
pycodestyle==2.3.1 | ||
pyflakes==1.6.0 | ||
Pygments==2.2.0 | ||
pyparsing==2.2.0 | ||
pytest-forked==0.2 | ||
python-slugify==1.2.5 | ||
pytz==2018.3 | ||
schema==0.6.7 | ||
six==1.11.0 | ||
Pygments==2.3.1 | ||
pyparsing==2.4.0 | ||
pyrsistent==0.14.11 | ||
pytest-forked==1.0.2 | ||
python-slugify==1.2.6 | ||
pytz==2019.1 | ||
schema==0.7.0 | ||
six==1.12.0 | ||
snowballstemmer==1.2.1 | ||
sphinxcontrib-websupport==1.0.1 | ||
sqlparse==0.2.4 | ||
Unidecode==1.0.22 | ||
sphinxcontrib-applehelp==1.0.1 | ||
sphinxcontrib-devhelp==1.0.1 | ||
sphinxcontrib-htmlhelp==1.0.2 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.2 | ||
sphinxcontrib-serializinghtml==1.1.3 | ||
sqlparse==0.3.0 | ||
Unidecode==1.0.23 | ||
urllib3==1.24.1 | ||
webencodings==0.5.1 | ||
Werkzeug==0.14.1 | ||
Werkzeug==0.15.2 |
Oops, something went wrong.