chore(deps): update dependency ckan/ckanext-dcat to v2#280
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency ckan/ckanext-dcat to v2#280renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
bf23d49 to
9ed2dad
Compare
9ed2dad to
f41866e
Compare
f41866e to
64bc29f
Compare
64bc29f to
f5c61b8
Compare
f5c61b8 to
5a4d160
Compare
5a4d160 to
8f71b1c
Compare
8f71b1c to
413740a
Compare
413740a to
d9ddccb
Compare
d9ddccb to
4609cc4
Compare
4609cc4 to
1774c87
Compare
1774c87 to
7e52a12
Compare
7e52a12 to
1cb0bf7
Compare
1cb0bf7 to
0ed2e45
Compare
0ed2e45 to
914b40c
Compare
914b40c to
13e02b0
Compare
13e02b0 to
6487a6a
Compare
6487a6a to
6e84a63
Compare
6e84a63 to
60b4cc7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.0→2.4.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ckan/ckanext-dcat (ckan/ckanext-dcat)
v2.4.3Compare Source
v2.4.2Compare Source
AttributeErroron CKAN 2.12 (#363)v2.4.1Compare Source
IDCATURIGeneratorplugin interface to allow customization of the URIs generation (#351)
dcat:Dataset(prov:wasGeneratedBy,prov:qualifiedAttribution,dcat:hasVersion),dcat:Catalog(foaf:homepage),dcat:DataService(dct:conformsTo,dct:format,dct:identifier,dct:language,dct:rights,dcat:landingPage,dcat:keyword) (#352)v2.4.0Compare Source
Ckanext-dataset-series takes care of all the underlying management of the series, and ckanext-dcat exposes them
using
dcat:DatasetSeriesclasses. Check the documentation for all details on how to set them up.trusted_data_holderfield to HealthDCAT-AP schema (#345)#), ensuring compliance with W3C Time Ontology and DCAT-AP. This may require updates for custom profiles relying on the old variant. (#344)v2.3.0Compare Source
Croissant is a community standard for describing ML datasets. The new
croissantplugin allows a CKAN site toexpose its datasets using the Croissant format specification. Check the documentation for more information on schema mapping, features supported and examples. Thanks to @Reikyo for their contributions (#339, #341)
has_versionin HealthDCAT schema (#336)requirements.txtanddev-requirements.txt) have been kept in place, so allexisting installation workflows should keep working.
v2.2.0Compare Source
documentation for all details. Thanks to folks at Health-RI for the contribution
(#326)
dcat:Datasetlevel in all DCAT base profiles (97ca441)dcatandstructured_dataplugins (#329)v2.1.0Compare Source
New base profile for the DCAT US v3 specification.
All mandatory properties and most of the recommended and optional ones are supported. During the
implementation of this work a few adjustments have been done to the base DCAT profile (#314) :
Multilingual support in DCAT profiles. Multilingual support is provided via integration
with ckanext-fluent. Check the documentation for full details (#318)
At the serialization level, a new triple will be added for each of the defined languages
Support for multiple agents when parsing (#317)
Improve serialization of statements, using RDFS.label in line with the DCAT 3 spec recommendation (#313)
Store UIDs from contact clases (#312)
Fix input issues for access_rights field (#309)
Add
has_versionto the full DCAT AP schema (#306)Add pyproject.toml file (#304)
Decouple extension from ckanext-scheming (#303)
Add support for dct:creator in base DCAT profiles (#302)
Fix DCAT date validator on empty values (#297)
Add support for hydra collection type PartialCollectionView (#299)
v2.0.0Compare Source
New profile for DCAT-AP v3,
euro_dcat_ap_3, which is nowthe default. Existing sites willing to stick with DCAT-AP v2.x can specify the profile in the configuration if they
are not doing so yet (
ckan.dcat.rdf.profiles = euro_dcat_ap_2). The neweuro_dcat_ap_3profile relies onckanext-scheming metadata schemas (see below).
Support for standard CKAN ckanext-scheming schemas.
The DCAT profiles now seamlessly integrate with fields defined via the YAML or JSON scheming files.
Sites willing to migrate to a scheming based metadata schema can do
so by adding the
euro_dcat_ap_schemingprofile at the end of their profile chain (e.g.ckanext.dcat.rdf.profiles = euro_dcat_ap_2 euro_dcat_ap_scheming), which will modify the existing profileoutputs to the expected format by the scheming validators. Sample schemas are provided
in the
ckanext/dcat/schemasfolder. See the documentationfor all details. Some highlights of the new scheming based profiles (#281):
dct:languagedcat:ContactPoint,dct:spatialordct:temporalxsd:gYear,xsd:gYearMonth,xsd:dateandxsd:dateTimeSHACL validation for DCAT-AP 2.1.1 profile (scheming and legacy).
SHACL validation made surface the following issues in the existing profiles, which are now fixed (#288):
dcat:byteSizeanddcat:spatialResolutionInMetersas Decimal, not floatdcat:spatialResolutionInMetersanddcat:temporalResolutionlocn:geometry,dcat:bboxanddcat:centroid. Sites that for some reasonrequire GeoJSON (or both) can use the
ckanext.dcat.output_spatial_formatconfig optionto choose which format to use
euro_dcat_ap_2profile, don't output temporal extent namespacedboth with
schemaanddcat, just with the latter (dcat:startDateanddcat:endDate)CKAN 2.11 support and requirements updates (#270)
New
ckan dcat consumeandckan dcat produceCLI commands (#279)Revamped documentation, now hosted at https://docs.ckan.org/projects/ckanext-dcat (#296)
Parse dcat:spatialResolutionInMeters as float (#285)
Split profile classes into their own separate files (#282)
Catch Not Authorized in View (#280)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.