diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b1656aab05a030c4c6b6230df4fa54eb5bf6b2..252ba26ce4acd61dbaf90edcf73f1fe18f0585ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replaced `before_search` with `before_dataset_search` - Replaced `after_search` with `after_dataset_search` - Replaced `before_index` with `before_dataset_index` +- Updated minimu version of ckanext-spatial extension to `2.0.0`. ## [2.1.0] @@ -76,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- Removed support for old CKAN versions prior 2.9. - Python 2 support has been dropped to align with the latest standards and focus on Python 3 compatibility. - ICAP support has been removed. Please note that the functionality associated with ICAP is no longer available. - Matomo support has been discontinued. Matomo-related features will no longer be accessible. diff --git a/ckanext/odsh/model/statistiknord.py b/ckanext/odsh/model/statistiknord.py index 55cff9a835d2e98d486d4063b1bef86335921b10..0e3ba6830b4201100196eea7dd9e0ce014d1aa93 100755 --- a/ckanext/odsh/model/statistiknord.py +++ b/ckanext/odsh/model/statistiknord.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from ckanext.spatial.model.harvested_metadata import MappedXmlDocument, MappedXmlElement +from ckanext.spatial.harvested_metadata import MappedXmlDocument, MappedXmlElement class StatistikNordDocumentElement(MappedXmlElement): diff --git a/requirements.txt b/requirements.txt index cf7f0562009cde993ab3b121d4197b367440cecc..9b4681ed07f6335fbde3260904eaf0591b57641b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ckan~=2.10.0 ckanext-harvest -ckanext-spatial +ckanext-spatial>=2.0.0 lxml multiline-log-formatter filehash==0.1.dev3