italia / ckan-it

This project provides everything you need to run CKAN plus a set of extensions for supporting Italian open data in a set of Docker images.
Other
17 stars 19 forks source link

Update ckan to 2.6.8 #52

Closed jenkin closed 4 years ago

jenkin commented 4 years ago

Two changes:

jenkin commented 4 years ago

I noticed some errors during the container building process, both for 2.6.7 and 2.6.8 ckan versions.

In RUN pip install "setuptools==36.1" (dockerfile)

ERROR: repoze-who-testutil 1.0.1 has requirement repoze.who<2.0dev,>=1.0, but you'll have repoze-who 2.1 which is incompatible.

In RUN pip install -r "${CKAN_HOME}/src/ckan/requirements.txt" (dockerfile)

ERROR: sqlalchemy-migrate 0.10.0 has requirement pbr<2.0,>=1.3, but you'll have pbr 0.11.1 which is incompatible.
ERROR: repoze-who-testutil 1.0.1 has requirement repoze.who<2.0dev,>=1.0, but you'll have repoze-who 2.3 which is incompatible.
jenkin commented 4 years ago

Issues related to /harvest/list have been introduced after v1.1.2 release of ckanext-harvest.

An issue is still here: harvesting doesn't really stop after last dataset, you need to manually stop it and then last results are shown in /harvest/list table.

jenkin commented 4 years ago

About the errors during building:

These errors don't seem to produce problems at the application level.