forked from CivityNL/ckanext-fairdatapoint
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade to dcat 2.1.0 and harvest extension to 1.6.0
- Loading branch information
Hans-Chrstian
committed
Nov 19, 2024
1 parent
d4ea0fb
commit 5c5878c
Showing
13 changed files
with
36 additions
and
412 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,9 +43,9 @@ jobs: | |
pip install -r dev-requirements.txt | ||
pip install --upgrade pytest-rerunfailures | ||
pip install -e 'git+https://github.com/CivityNL/[email protected]#egg=ckanext-scheming[requirements]' | ||
pip install -e 'git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest[requirements]' | ||
pip install -e 'git+https://github.com/ckan/ckanext-dcat.git@v2.0.0#egg=ckanext-dcat[requirements]' | ||
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v2.0.0/requirements.txt | ||
pip install -e 'git+https://github.com/ckan/ckanext-harvest.git@v1.6.0#egg=ckanext-harvest[requirements]' | ||
pip install -e 'git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat[requirements]' | ||
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v2.1.0/requirements.txt | ||
python3 setup.py develop | ||
- name: Setup extension | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -107,14 +107,14 @@ Fairdatapoint plugin depends on `ckanext-scheming`, `ckanext-harvester` and `cka | |
otherwise run: | ||
```commandline | ||
pip install -e 'git+https://github.com/ckan/[email protected]#egg=ckanext-scheming[requirements]' | ||
pip install -e 'git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest[requirements]' | ||
pip install -e 'git+https://github.com/ckan/ckanext-dcat.git@v2.0.0#egg=ckanext-dcat' | ||
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v2.0.0/requirements.txt | ||
pip install -e 'git+https://github.com/ckan/ckanext-harvest.git@v1.6.0#egg=ckanext-harvest[requirements]' | ||
pip install -e 'git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat' | ||
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v2.1.0/requirements.txt | ||
``` | ||
|
||
## Tests | ||
|
||
To run the tests go to [GDI harvester test information](https://genomicdatainfrastructure.github.io/gdi-userportal-docs/docs/ckan/extension-local-setup-and-testing/) | ||
To run the tests go to [GDI harvester test information](https://genomicdatainfrastructure.github.io/gdi-userportal-docs/developer-guide/ckan/extension-local-setup-and-testing/) | ||
|
||
|
||
## Releasing a new version of ckanext-fairdatapoint | ||
|
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
27 changes: 0 additions & 27 deletions
27
ckanext/fairdatapoint/tests/test_data/contact_point_multiple_cards.ttl
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
ckanext/fairdatapoint/tests/test_data/contact_point_multiple_urls.ttl
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
ckanext/fairdatapoint/tests/test_data/contact_point_url.ttl
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
ckanext/fairdatapoint/tests/test_data/contact_point_vcard.ttl
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.