invenio-vocabularies 7.0.0.dev2__py2.py3-none-any.whl → 7.2.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of invenio-vocabularies might be problematic. Click here for more details.
- invenio_vocabularies/__init__.py +2 -2
- invenio_vocabularies/config.py +3 -3
- invenio_vocabularies/contrib/affiliations/config.py +0 -3
- invenio_vocabularies/contrib/funders/config.py +1 -4
- invenio_vocabularies/contrib/subjects/config.py +3 -3
- invenio_vocabularies/contrib/subjects/datastreams.py +2 -2
- invenio_vocabularies/contrib/subjects/{bodc → nvs}/__init__.py +2 -2
- invenio_vocabularies/contrib/subjects/{bodc → nvs}/datastreams.py +17 -14
- invenio_vocabularies/factories.py +8 -8
- invenio_vocabularies/jobs.py +10 -45
- invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ca/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/cs/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/pt/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/METADATA +18 -2
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/RECORD +64 -64
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/WHEEL +1 -1
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/AUTHORS.rst +0 -0
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/LICENSE +0 -0
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/entry_points.txt +0 -0
- {invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/top_level.txt +0 -0
invenio_vocabularies/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2020-
|
|
3
|
+
# Copyright (C) 2020-2025 CERN.
|
|
4
4
|
# Copyright (C) 2024 Graz University of Technology.
|
|
5
5
|
#
|
|
6
6
|
# Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
|
|
12
12
|
from .ext import InvenioVocabularies
|
|
13
13
|
|
|
14
|
-
__version__ = "7.
|
|
14
|
+
__version__ = "7.2.0"
|
|
15
15
|
|
|
16
16
|
__all__ = ("__version__", "InvenioVocabularies")
|
invenio_vocabularies/config.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2020-
|
|
3
|
+
# Copyright (C) 2020-2025 CERN.
|
|
4
4
|
# Copyright (C) 2021 Northwestern University.
|
|
5
5
|
# Copyright (C) 2024 University of Münster.
|
|
6
6
|
#
|
|
@@ -196,8 +196,8 @@ VOCABULARIES_SUBJECTS_GEMET_FILE_URL = (
|
|
|
196
196
|
)
|
|
197
197
|
"""Subject GEMET file download link."""
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
"""Subject
|
|
199
|
+
VOCABULARIES_SUBJECTS_NVS_FILE_URL = "http://vocab.nerc.ac.uk/collection/P02/current/?_profile=nvs&_mediatype=application/rdf+xml"
|
|
200
|
+
"""Subject NVS-P02 file download link."""
|
|
201
201
|
|
|
202
202
|
VOCABULARIES_AFFILIATIONS_EDMO_COUNTRY_MAPPING = {
|
|
203
203
|
"Cape Verde": "Cabo Verde",
|
|
@@ -42,12 +42,9 @@ class AffiliationsSearchOptions(SearchOptions):
|
|
|
42
42
|
# Aliases can sometimes be shorter, so we boost them a bit.
|
|
43
43
|
"aliases^5",
|
|
44
44
|
localized_title,
|
|
45
|
-
"id^2",
|
|
46
45
|
# Allow to search identifiers directly (e.g. ROR)
|
|
47
46
|
"identifiers.identifier",
|
|
48
|
-
"country",
|
|
49
47
|
"country_name",
|
|
50
|
-
"types",
|
|
51
48
|
],
|
|
52
49
|
)
|
|
53
50
|
|
|
@@ -41,13 +41,10 @@ class FundersSearchOptions(SearchOptions):
|
|
|
41
41
|
# Aliases can sometimes be shorter, so we boost them a bit.
|
|
42
42
|
"aliases^5",
|
|
43
43
|
localized_title,
|
|
44
|
-
"id^2",
|
|
45
44
|
# Allow to search identifiers directly (e.g. ROR)
|
|
46
45
|
"identifiers.identifier",
|
|
47
|
-
"country",
|
|
48
46
|
"country_name",
|
|
49
|
-
|
|
50
|
-
]
|
|
47
|
+
],
|
|
51
48
|
)
|
|
52
49
|
|
|
53
50
|
sort_default = "bestmatch"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2021-
|
|
3
|
+
# Copyright (C) 2021-2025 CERN.
|
|
4
4
|
# Copyright (C) 2021 Northwestern University.
|
|
5
5
|
# Copyright (C) 2024 University of Münster.
|
|
6
6
|
#
|
|
@@ -36,8 +36,8 @@ euroscivoc_file_url = LocalProxy(
|
|
|
36
36
|
lambda: current_app.config["VOCABULARIES_SUBJECTS_EUROSCIVOC_FILE_URL"]
|
|
37
37
|
)
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
lambda: current_app.config["
|
|
39
|
+
nvs_file_url = LocalProxy(
|
|
40
|
+
lambda: current_app.config["VOCABULARIES_SUBJECTS_NVS_FILE_URL"]
|
|
41
41
|
)
|
|
42
42
|
|
|
43
43
|
|
|
@@ -12,10 +12,10 @@ from invenio_access.permissions import system_identity
|
|
|
12
12
|
from invenio_i18n import lazy_gettext as _
|
|
13
13
|
|
|
14
14
|
from ...datastreams.writers import ServiceWriter
|
|
15
|
-
from .bodc import datastreams as bodc_datastreams
|
|
16
15
|
from .euroscivoc import datastreams as euroscivoc_datastreams
|
|
17
16
|
from .gemet import datastreams as gemet_datastreams
|
|
18
17
|
from .mesh import datastreams as mesh_datastreams
|
|
18
|
+
from .nvs import datastreams as nvs_datastreams
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
class SubjectsServiceWriter(ServiceWriter):
|
|
@@ -40,7 +40,7 @@ VOCABULARIES_DATASTREAM_TRANSFORMERS = {
|
|
|
40
40
|
**mesh_datastreams.VOCABULARIES_DATASTREAM_TRANSFORMERS,
|
|
41
41
|
**euroscivoc_datastreams.VOCABULARIES_DATASTREAM_TRANSFORMERS,
|
|
42
42
|
**gemet_datastreams.VOCABULARIES_DATASTREAM_TRANSFORMERS,
|
|
43
|
-
**
|
|
43
|
+
**nvs_datastreams.VOCABULARIES_DATASTREAM_TRANSFORMERS,
|
|
44
44
|
}
|
|
45
45
|
"""Subjects Data Streams transformers."""
|
|
46
46
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2024 CERN.
|
|
3
|
+
# Copyright (C) 2024-2025 CERN.
|
|
4
4
|
#
|
|
5
5
|
# Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
6
6
|
# modify it under the terms of the MIT License; see LICENSE file for more
|
|
7
7
|
# details.
|
|
8
8
|
|
|
9
|
-
"""
|
|
9
|
+
"""NVS Subjects module."""
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2024 CERN.
|
|
3
|
+
# Copyright (C) 2024-2025 CERN.
|
|
4
4
|
#
|
|
5
5
|
# Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
6
6
|
# modify it under the terms of the MIT License; see LICENSE file for more
|
|
7
7
|
# details.
|
|
8
8
|
|
|
9
|
-
"""
|
|
9
|
+
"""NVS subjects datastreams, readers, transformers, and writers."""
|
|
10
10
|
|
|
11
11
|
from invenio_vocabularies.datastreams.errors import TransformerError
|
|
12
12
|
from invenio_vocabularies.datastreams.readers import RDFReader
|
|
13
13
|
from invenio_vocabularies.datastreams.transformers import RDFTransformer
|
|
14
14
|
|
|
15
|
-
from ..config import
|
|
15
|
+
from ..config import nvs_file_url
|
|
16
16
|
|
|
17
17
|
# Available with the "rdf" extra
|
|
18
18
|
try:
|
|
@@ -21,9 +21,9 @@ except ImportError:
|
|
|
21
21
|
rdflib = None
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
class
|
|
24
|
+
class NVSSubjectsTransformer(RDFTransformer):
|
|
25
25
|
"""
|
|
26
|
-
Transformer class to convert
|
|
26
|
+
Transformer class to convert NVS RDF data to a dictionary format.
|
|
27
27
|
|
|
28
28
|
Input:
|
|
29
29
|
- Relevant fields:
|
|
@@ -36,8 +36,8 @@ class BODCPUVSubjectsTransformer(RDFTransformer):
|
|
|
36
36
|
Output:
|
|
37
37
|
- A dictionary with the following structure:
|
|
38
38
|
{
|
|
39
|
-
"id": "SDN:P01::SAGEMSFM", #
|
|
40
|
-
"scheme": "
|
|
39
|
+
"id": "SDN:P01::SAGEMSFM", # NVS-specific parameter ID (skos:notation).
|
|
40
|
+
"scheme": "NVS-P01", # The scheme name indicating this is a collection P01 from NERC Vocabulary Server (NVS).
|
|
41
41
|
"subject": "AMSSedAge", # The alternative label (skos:altLabel), if available, or None.
|
|
42
42
|
"title": {
|
|
43
43
|
"en": "14C age of Foraminiferida" # English preferred label (skos:prefLabel).
|
|
@@ -70,7 +70,7 @@ class BODCPUVSubjectsTransformer(RDFTransformer):
|
|
|
70
70
|
subject_data = self._get_subject_data(rdf_graph, subject)
|
|
71
71
|
deprecated = subject_data.get(str(rdflib.namespace.OWL.deprecated), [False])
|
|
72
72
|
if deprecated and str(deprecated[0]).lower() == "true":
|
|
73
|
-
|
|
73
|
+
raise TransformerError(f"Skipping deprecated subject: {subject_data}")
|
|
74
74
|
|
|
75
75
|
notation = subject_data.get(str(self.skos_core.notation), [])
|
|
76
76
|
if notation:
|
|
@@ -78,13 +78,16 @@ class BODCPUVSubjectsTransformer(RDFTransformer):
|
|
|
78
78
|
else:
|
|
79
79
|
raise TransformerError(f"No id found for: {subject}")
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
pref_labels = [
|
|
82
|
+
obj for obj in subject_data.get(str(self.skos_core.prefLabel), [])
|
|
83
|
+
]
|
|
84
|
+
|
|
85
|
+
subject_text = str(pref_labels[0]) if pref_labels else labels["en"]
|
|
83
86
|
definition = str(subject_data.get(str(self.skos_core.definition), [None])[0])
|
|
84
87
|
|
|
85
88
|
return {
|
|
86
89
|
"id": id,
|
|
87
|
-
"scheme": "
|
|
90
|
+
"scheme": "NVS-P02",
|
|
88
91
|
"subject": subject_text,
|
|
89
92
|
"title": labels,
|
|
90
93
|
"props": {"definition": definition} if definition else {},
|
|
@@ -94,18 +97,18 @@ class BODCPUVSubjectsTransformer(RDFTransformer):
|
|
|
94
97
|
|
|
95
98
|
# Configuration for datastream
|
|
96
99
|
|
|
97
|
-
VOCABULARIES_DATASTREAM_TRANSFORMERS = {"
|
|
100
|
+
VOCABULARIES_DATASTREAM_TRANSFORMERS = {"nvs-transformer": NVSSubjectsTransformer}
|
|
98
101
|
|
|
99
102
|
DATASTREAM_CONFIG = {
|
|
100
103
|
"readers": [
|
|
101
104
|
{
|
|
102
105
|
"type": "http",
|
|
103
106
|
"args": {
|
|
104
|
-
"origin":
|
|
107
|
+
"origin": nvs_file_url,
|
|
105
108
|
},
|
|
106
109
|
},
|
|
107
110
|
{"type": "rdf"},
|
|
108
111
|
],
|
|
109
|
-
"transformers": [{"type": "
|
|
112
|
+
"transformers": [{"type": "nvs-transformer"}],
|
|
110
113
|
"writers": [{"args": {"writer": {"type": "subjects-service"}}, "type": "async"}],
|
|
111
114
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2024 CERN.
|
|
3
|
+
# Copyright (C) 2024-2025 CERN.
|
|
4
4
|
# Copyright (C) 2024 KTH Royal Institute of Technology.
|
|
5
5
|
#
|
|
6
6
|
# Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
@@ -28,12 +28,12 @@ from .contrib.awards.datastreams import (
|
|
|
28
28
|
)
|
|
29
29
|
from .contrib.funders.datastreams import DATASTREAM_CONFIG as funders_ds_config
|
|
30
30
|
from .contrib.names.datastreams import DATASTREAM_CONFIG as names_ds_config
|
|
31
|
-
from .contrib.subjects.bodc.datastreams import DATASTREAM_CONFIG as bodc_ds_config
|
|
32
31
|
from .contrib.subjects.datastreams import DATASTREAM_CONFIG as subjects_ds_config
|
|
33
32
|
from .contrib.subjects.euroscivoc.datastreams import (
|
|
34
33
|
DATASTREAM_CONFIG as euroscivoc_ds_config,
|
|
35
34
|
)
|
|
36
35
|
from .contrib.subjects.gemet.datastreams import DATASTREAM_CONFIG as gemet_ds_config
|
|
36
|
+
from .contrib.subjects.nvs.datastreams import DATASTREAM_CONFIG as nvs_ds_config
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
class VocabularyConfig:
|
|
@@ -164,15 +164,15 @@ class SubjectsGEMETVocabularyConfig(VocabularyConfig):
|
|
|
164
164
|
raise NotImplementedError("Service not implemented for GEMET Subjects")
|
|
165
165
|
|
|
166
166
|
|
|
167
|
-
class
|
|
168
|
-
"""
|
|
167
|
+
class SubjectsNVSVocabularyConfig(VocabularyConfig):
|
|
168
|
+
"""NVS Subjects Vocabulary Config."""
|
|
169
169
|
|
|
170
|
-
config =
|
|
171
|
-
vocabulary_name = "subjects:
|
|
170
|
+
config = nvs_ds_config
|
|
171
|
+
vocabulary_name = "subjects:nvs"
|
|
172
172
|
|
|
173
173
|
def get_service(self):
|
|
174
174
|
"""Get the service for the vocabulary."""
|
|
175
|
-
raise NotImplementedError("Service not implemented for
|
|
175
|
+
raise NotImplementedError("Service not implemented for NVS Subjects")
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
def get_vocabulary_config(vocabulary):
|
|
@@ -187,7 +187,7 @@ def get_vocabulary_config(vocabulary):
|
|
|
187
187
|
"affiliations:edmo": AffiliationsEDMOVocabularyConfig,
|
|
188
188
|
"subjects": SubjectsVocabularyConfig,
|
|
189
189
|
"subjects:gemet": SubjectsGEMETVocabularyConfig,
|
|
190
|
-
"subjects:
|
|
190
|
+
"subjects:nvs": SubjectsNVSVocabularyConfig,
|
|
191
191
|
"subjects:euroscivoc": SubjectsEuroSciVocVocabularyConfig,
|
|
192
192
|
}
|
|
193
193
|
return vocab_config.get(vocabulary, VocabularyConfig)()
|
invenio_vocabularies/jobs.py
CHANGED
|
@@ -9,44 +9,19 @@
|
|
|
9
9
|
"""Jobs module."""
|
|
10
10
|
|
|
11
11
|
import datetime
|
|
12
|
-
from datetime import timezone
|
|
13
12
|
|
|
14
13
|
from invenio_i18n import gettext as _
|
|
15
14
|
from invenio_jobs.jobs import JobType
|
|
16
|
-
from marshmallow import Schema, fields
|
|
17
|
-
from marshmallow_utils.fields import TZDateTime
|
|
18
15
|
|
|
19
16
|
from invenio_vocabularies.services.tasks import process_datastream
|
|
20
17
|
|
|
21
18
|
from .contrib.names.datastreams import ORCID_PRESET_DATASTREAM_CONFIG
|
|
22
19
|
|
|
23
20
|
|
|
24
|
-
class ArgsSchema(Schema):
|
|
25
|
-
"""Schema of task input arguments."""
|
|
26
|
-
|
|
27
|
-
since = TZDateTime(
|
|
28
|
-
timezone=timezone.utc,
|
|
29
|
-
format="iso",
|
|
30
|
-
metadata={
|
|
31
|
-
"description": _(
|
|
32
|
-
"YYYY-MM-DD HH:mm format. "
|
|
33
|
-
"Leave field empty if it should continue since last successful run."
|
|
34
|
-
)
|
|
35
|
-
},
|
|
36
|
-
)
|
|
37
|
-
job_arg_schema = fields.String(
|
|
38
|
-
metadata={"type": "hidden"},
|
|
39
|
-
dump_default="ArgsSchema",
|
|
40
|
-
load_default="ArgsSchema",
|
|
41
|
-
)
|
|
42
|
-
|
|
43
|
-
|
|
44
21
|
class ProcessDataStreamJob(JobType):
|
|
45
22
|
"""Generic process data stream job type."""
|
|
46
23
|
|
|
47
|
-
arguments_schema = ArgsSchema
|
|
48
24
|
task = process_datastream
|
|
49
|
-
id = None
|
|
50
25
|
|
|
51
26
|
|
|
52
27
|
class ProcessRORAffiliationsJob(ProcessDataStreamJob):
|
|
@@ -57,13 +32,8 @@ class ProcessRORAffiliationsJob(ProcessDataStreamJob):
|
|
|
57
32
|
id = "process_ror_affiliations"
|
|
58
33
|
|
|
59
34
|
@classmethod
|
|
60
|
-
def
|
|
61
|
-
"""
|
|
62
|
-
if since is None and job_obj.last_runs["success"]:
|
|
63
|
-
since = job_obj.last_runs["success"].started_at
|
|
64
|
-
else:
|
|
65
|
-
since = since or datetime.datetime.now()
|
|
66
|
-
|
|
35
|
+
def build_task_arguments(cls, job_obj, since=None, **kwargs):
|
|
36
|
+
"""Process ROR affiliations."""
|
|
67
37
|
# NOTE: Update is set to False for now given we don't have the logic to re-index dependent records yet.
|
|
68
38
|
# Since jobs support custom args, update true can be passed via that.
|
|
69
39
|
return {
|
|
@@ -100,13 +70,8 @@ class ProcessRORFundersJob(ProcessDataStreamJob):
|
|
|
100
70
|
id = "process_ror_funders"
|
|
101
71
|
|
|
102
72
|
@classmethod
|
|
103
|
-
def
|
|
104
|
-
"""
|
|
105
|
-
if since is None and job_obj.last_runs["success"]:
|
|
106
|
-
since = job_obj.last_runs["success"].started_at
|
|
107
|
-
else:
|
|
108
|
-
since = since or datetime.datetime.now()
|
|
109
|
-
|
|
73
|
+
def build_task_arguments(cls, job_obj, since=None, **kwargs):
|
|
74
|
+
"""Process ROR funders."""
|
|
110
75
|
# NOTE: Update is set to False for now given we don't have the logic to re-index dependent records yet.
|
|
111
76
|
# Since jobs support custom args, update true can be passed via that.
|
|
112
77
|
return {
|
|
@@ -143,8 +108,8 @@ class ImportAwardsOpenAIREJob(ProcessDataStreamJob):
|
|
|
143
108
|
id = "import_awards_openaire"
|
|
144
109
|
|
|
145
110
|
@classmethod
|
|
146
|
-
def
|
|
147
|
-
"""
|
|
111
|
+
def build_task_arguments(cls, job_obj, since=None, **kwargs):
|
|
112
|
+
"""Process awards OpenAIRE."""
|
|
148
113
|
return {
|
|
149
114
|
"config": {
|
|
150
115
|
"readers": [
|
|
@@ -178,8 +143,8 @@ class UpdateAwardsCordisJob(ProcessDataStreamJob):
|
|
|
178
143
|
id = "update_awards_cordis"
|
|
179
144
|
|
|
180
145
|
@classmethod
|
|
181
|
-
def
|
|
182
|
-
"""
|
|
146
|
+
def build_task_arguments(cls, job_obj, since=None, **kwargs):
|
|
147
|
+
"""Process awards Cordis."""
|
|
183
148
|
return {
|
|
184
149
|
"config": {
|
|
185
150
|
"readers": [
|
|
@@ -206,6 +171,6 @@ class ImportORCIDJob(ProcessDataStreamJob):
|
|
|
206
171
|
id = "import_orcid"
|
|
207
172
|
|
|
208
173
|
@classmethod
|
|
209
|
-
def
|
|
210
|
-
"""
|
|
174
|
+
def build_task_arguments(cls, job_obj, since=None, **kwargs):
|
|
175
|
+
"""Process ORCID data."""
|
|
211
176
|
return {"config": {**ORCID_PRESET_DATASTREAM_CONFIG}}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: invenio-vocabularies
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.2.0
|
|
4
4
|
Summary: Invenio module for managing vocabularies.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-vocabularies
|
|
6
6
|
Author: CERN
|
|
@@ -15,7 +15,7 @@ License-File: AUTHORS.rst
|
|
|
15
15
|
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
|
|
16
16
|
Requires-Dist: invenio-records-resources<8.0.0,>=7.0.0
|
|
17
17
|
Requires-Dist: invenio-administration<4.0.0,>=3.0.0
|
|
18
|
-
Requires-Dist: invenio-jobs<4.0.0,>=3.0.0
|
|
18
|
+
Requires-Dist: invenio-jobs<4.0.0,>=3.0.0
|
|
19
19
|
Requires-Dist: lxml>=4.5.0
|
|
20
20
|
Requires-Dist: pycountry<23.0.0,>=22.3.5
|
|
21
21
|
Requires-Dist: PyYAML>=5.4.1
|
|
@@ -91,6 +91,22 @@ https://invenio-vocabularies.readthedocs.io/
|
|
|
91
91
|
Changes
|
|
92
92
|
=======
|
|
93
93
|
|
|
94
|
+
Version v7.2.0 (released 2025-03-10)
|
|
95
|
+
|
|
96
|
+
- search: fix too many clauses on affiliation search
|
|
97
|
+
- search: remove redundant fields from affiliation and funders search
|
|
98
|
+
- nvs subjects: fix deprecated subjects skipping (raise skipped)
|
|
99
|
+
|
|
100
|
+
Version v7.1.0 (released 2025-02-20)
|
|
101
|
+
|
|
102
|
+
- subjects: renamed bodc to nvs
|
|
103
|
+
- bodc: updated file uri & subject label
|
|
104
|
+
|
|
105
|
+
Version v7.0.0 (released 2025-02-13)
|
|
106
|
+
|
|
107
|
+
- Promote to stable release
|
|
108
|
+
- jobs: apply code upgrades
|
|
109
|
+
|
|
94
110
|
Version v7.0.0.dev2 (released 2025-01-23)
|
|
95
111
|
|
|
96
112
|
Version v7.0.0.dev1 (released 2024-12-12)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
invenio_vocabularies/__init__.py,sha256=
|
|
1
|
+
invenio_vocabularies/__init__.py,sha256=pSBx69wwYxkJc2fKyISdcYUgSDw4RB8psS7oN0z1aFc,429
|
|
2
2
|
invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
|
|
3
|
-
invenio_vocabularies/config.py,sha256=
|
|
3
|
+
invenio_vocabularies/config.py,sha256=HCX670_PXw-fA1aaTto93N4579dr4M3xRxnA4nHZn18,6967
|
|
4
4
|
invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
|
|
5
|
-
invenio_vocabularies/factories.py,sha256=
|
|
5
|
+
invenio_vocabularies/factories.py,sha256=DM4jRUYu-so1jHRzhbNoNTnWKpYTZeRJhSP273giYws,6400
|
|
6
6
|
invenio_vocabularies/fixtures.py,sha256=iEPkWf_ZjdP2D9r2sLdIlPoR8Rq2m5cnoFwywUGHneg,1696
|
|
7
|
-
invenio_vocabularies/jobs.py,sha256=
|
|
7
|
+
invenio_vocabularies/jobs.py,sha256=cbiZnJ3D6Q-j4NvijjqeCoD90TSTMyYul8l4BmBIxPw,5776
|
|
8
8
|
invenio_vocabularies/proxies.py,sha256=k7cTUgWfnCoYIuNqAj_VFi1zBN33KNNclRSVnBkObEM,711
|
|
9
9
|
invenio_vocabularies/views.py,sha256=PNJ5nvc3O7ASwNe56xmqy5YaU9n3UYF3W2JwvtE_kYs,1561
|
|
10
10
|
invenio_vocabularies/webpack.py,sha256=hzTM0qx6iiRHkmjti53yuZ5ebfPMR5mpO9uNewBat74,1891
|
|
@@ -48,7 +48,7 @@ invenio_vocabularies/contrib/__init__.py,sha256=C5eDia6tAVBCrbb5hd_KnxmczyBoF87N
|
|
|
48
48
|
invenio_vocabularies/contrib/affiliations/__init__.py,sha256=rV8YAzBRoSKsBYcVjCNJh6j7ITuPRfurwj9HJHRjkN8,565
|
|
49
49
|
invenio_vocabularies/contrib/affiliations/affiliations.py,sha256=zqFwrAuYhZw7dTfm7dE8bUDxmyPqydUEjKTMPwWSjHk,2096
|
|
50
50
|
invenio_vocabularies/contrib/affiliations/api.py,sha256=5nIOvpfcseuAAg2XgblHc8jb7TAdfU79XOBRpL-p398,326
|
|
51
|
-
invenio_vocabularies/contrib/affiliations/config.py,sha256=
|
|
51
|
+
invenio_vocabularies/contrib/affiliations/config.py,sha256=FFODJwfj6w-yejNQuP0GFVlc42jHtd47nu6lkN9mcVM,2281
|
|
52
52
|
invenio_vocabularies/contrib/affiliations/datastreams.py,sha256=sMvkt9XOBTV7Q0wexMmwWXY5k9kbetcWBNqfS-vx6Mg,9598
|
|
53
53
|
invenio_vocabularies/contrib/affiliations/facets.py,sha256=w316MGvtdyTpRCPOpCEmMxxLraRkbFFb1VvLkFlEc9o,1229
|
|
54
54
|
invenio_vocabularies/contrib/affiliations/models.py,sha256=JUcj-1ydc2Cw2Rsc24JwXE3TFBJ_6fivhUYhGq4rT8A,329
|
|
@@ -92,7 +92,7 @@ invenio_vocabularies/contrib/common/ror/__init__.py,sha256=3u2-fre1SQ-4nz3Ay0nxj
|
|
|
92
92
|
invenio_vocabularies/contrib/common/ror/datastreams.py,sha256=wHpJy5mRKgJ4nQ7IniLyjxoxjTCZKHaEKKKr_OKrqFM,8139
|
|
93
93
|
invenio_vocabularies/contrib/funders/__init__.py,sha256=YxFXBDnT7NM8rFwxT_Ge3xXR2n17EM0alknQq7r_Bt8,478
|
|
94
94
|
invenio_vocabularies/contrib/funders/api.py,sha256=QKGGeSnPHSoBfucvpaVruXT_txYidofZ080G3IxFkIo,306
|
|
95
|
-
invenio_vocabularies/contrib/funders/config.py,sha256=
|
|
95
|
+
invenio_vocabularies/contrib/funders/config.py,sha256=OAP7NB7oF3cmrLBlP9dubrAAtanPWvrQO1XZaImBf98,2242
|
|
96
96
|
invenio_vocabularies/contrib/funders/datastreams.py,sha256=3tOwcN1mK5AVqtdU6KdguouGSUurPTO-FDWTKzK1eRo,2481
|
|
97
97
|
invenio_vocabularies/contrib/funders/facets.py,sha256=a068TVtt74Ncu0latb177LFK8EdnpbMOWecAKozA04M,1245
|
|
98
98
|
invenio_vocabularies/contrib/funders/funders.py,sha256=j4V7lz0fR5rp5XBL3cwmQQElwpopIpv4v37xfi1rU0o,2357
|
|
@@ -137,16 +137,14 @@ invenio_vocabularies/contrib/names/mappings/v7/__init__.py,sha256=qLGB8C0kPI3xub
|
|
|
137
137
|
invenio_vocabularies/contrib/names/mappings/v7/names/name-v1.0.0.json,sha256=5Ybcq3fUMYx3u1MNKmHh-CWBtATS9MYpdEcwAM8EQ80,1943
|
|
138
138
|
invenio_vocabularies/contrib/subjects/__init__.py,sha256=GtXZKA6VWG1oA1fUX2Wh92nd-1i7RnnQF6RprGhxkD4,591
|
|
139
139
|
invenio_vocabularies/contrib/subjects/api.py,sha256=QH8mxoLsa8qjJT1i1Tj6rRnpbH23plo2IMOJ56rnvbU,347
|
|
140
|
-
invenio_vocabularies/contrib/subjects/config.py,sha256=
|
|
141
|
-
invenio_vocabularies/contrib/subjects/datastreams.py,sha256=
|
|
140
|
+
invenio_vocabularies/contrib/subjects/config.py,sha256=sdgFNCyXslb5Sac2yZ3xC9SumrKV8fZRdiuxdtmIPEA,2159
|
|
141
|
+
invenio_vocabularies/contrib/subjects/datastreams.py,sha256=s6o5_A-0I3TMx77IbwmLHJpSuDWx8xClW9ocnP2JYfw,1885
|
|
142
142
|
invenio_vocabularies/contrib/subjects/facets.py,sha256=qQ7_rppFBzsmrlZu4-MvOIdUcjeOmDA9gOHAcs0lWwI,695
|
|
143
143
|
invenio_vocabularies/contrib/subjects/models.py,sha256=8XgbVRxDDvhWPjMWsoCriNlOKdmV_113a14yLRtlvM4,363
|
|
144
144
|
invenio_vocabularies/contrib/subjects/resources.py,sha256=0KRfUMizwgIziZybk4HnIjiSsXbrCv_XmguNPwnxoo8,506
|
|
145
145
|
invenio_vocabularies/contrib/subjects/schema.py,sha256=VOW8a9Ob5M-mKrict2bApdFyTpHBwCTJZSxrm93Puv0,3516
|
|
146
146
|
invenio_vocabularies/contrib/subjects/services.py,sha256=s1U6HMmpjuz7rrgR0DtT9C28TC6sZEeDTsa4Jh1TXQk,864
|
|
147
147
|
invenio_vocabularies/contrib/subjects/subjects.py,sha256=NwZycExLyV8l7ikGStH4GOecVuDSxFT70KoNv6qC78I,1877
|
|
148
|
-
invenio_vocabularies/contrib/subjects/bodc/__init__.py,sha256=RlJVmWpbRgDcpx61ITjco3IqHkwZwIypeo2Dt2_AWRc,241
|
|
149
|
-
invenio_vocabularies/contrib/subjects/bodc/datastreams.py,sha256=RgFJTrr-eMyKrS2MuGK4QHhOkPseMwpmsKKpEqE_tgs,4220
|
|
150
148
|
invenio_vocabularies/contrib/subjects/euroscivoc/__init__.py,sha256=e5L9E4l5JHqVzijAX8tn2DIa2n01vJ5wOAZdN62RnIo,247
|
|
151
149
|
invenio_vocabularies/contrib/subjects/euroscivoc/datastreams.py,sha256=Vs4mpIn321KZ94lzTxpYnQTATle1QdKg0yegmDMptw4,3565
|
|
152
150
|
invenio_vocabularies/contrib/subjects/gemet/__init__.py,sha256=OlRWH2gumZZ1Djc_N3ZGPHyt2wOcIwlDDYO6uOfaZfI,242
|
|
@@ -162,6 +160,8 @@ invenio_vocabularies/contrib/subjects/mappings/v7/__init__.py,sha256=QK__a1749g2
|
|
|
162
160
|
invenio_vocabularies/contrib/subjects/mappings/v7/subjects/subject-v1.0.0.json,sha256=WNNWVsaf-pNxqV6p_IR2uIcwIBh30WJeP4IDIxzqutI,1810
|
|
163
161
|
invenio_vocabularies/contrib/subjects/mesh/__init__.py,sha256=P44hmgVNNTN5O_EmWgaeYJ91yqkGNoeKYo0wfif_wE4,241
|
|
164
162
|
invenio_vocabularies/contrib/subjects/mesh/datastreams.py,sha256=6W6bgQ7P_31kf3enkAqCBTFBqgrQ2BlV625vn0N9ibQ,1544
|
|
163
|
+
invenio_vocabularies/contrib/subjects/nvs/__init__.py,sha256=H7joYEPU0lzGN_p72i9FElSRoaQTYHM7PvOn-ZPHyzM,245
|
|
164
|
+
invenio_vocabularies/contrib/subjects/nvs/datastreams.py,sha256=PQsHKat9kAeZYAT_gEkVHLcZJLCwlc6TTwfMxewgVek,4273
|
|
165
165
|
invenio_vocabularies/datastreams/__init__.py,sha256=VPefh6k4Q3eYxKIW8I5zXUGucntp7VHxaOR5Vhgkfmg,412
|
|
166
166
|
invenio_vocabularies/datastreams/datastreams.py,sha256=mAi_xUDmDWpc3NyhU1TMOhqVRbwYu_meJ9UY6-wgBKQ,6169
|
|
167
167
|
invenio_vocabularies/datastreams/errors.py,sha256=IDUZ3gNtYGrhcOgApHCms1gNNJTyJzoMPmG5JtIeYNU,678
|
|
@@ -211,104 +211,104 @@ invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/subjects.html,sh
|
|
|
211
211
|
invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabularies-list.html,sha256=-gDwRctqIkSzh9ial8zfbA4o41ARM-Mq-THkcJ87U00,359
|
|
212
212
|
invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabulary-details.html,sha256=2dfQzRFl5RwUwle245sxWGnObwJQXr-e_bBzpe_PkkA,2684
|
|
213
213
|
invenio_vocabularies/translations/messages.pot,sha256=kyRQs0jzNzypK2rKpCCDyPbuTbMcblPCZzKr6xdnRiQ,5173
|
|
214
|
-
invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo,sha256=
|
|
214
|
+
invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo,sha256=ilStH4uh6crX8Rh64QHeDIhSGIDdNmML3cfZ6_OR9MM,523
|
|
215
215
|
invenio_vocabularies/translations/af/LC_MESSAGES/messages.po,sha256=XXoiqCtGELaxl6hxRj31D3DCdgBUrz0oD3MYJUpcklM,3976
|
|
216
|
-
invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo,sha256=
|
|
216
|
+
invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo,sha256=A_F348oSg28aUb8ZFxdTe_RVdHWCfHGIrywEaF0K6zo,2470
|
|
217
217
|
invenio_vocabularies/translations/ar/LC_MESSAGES/messages.po,sha256=aNg5ViJnWh9MpEMQfM2dbuBF-BSS2UKKvMtgHoAk5RQ,5183
|
|
218
|
-
invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo,sha256=
|
|
218
|
+
invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo,sha256=Wo96h2Ymfb0OvPCylOGOvlaYUCMZlzY-2pMrtZILmZE,604
|
|
219
219
|
invenio_vocabularies/translations/bg/LC_MESSAGES/messages.po,sha256=aJpHvwOkbJ0rwKvjvHqxgXANJBMLJCGI_f22KIOVWMc,4119
|
|
220
|
-
invenio_vocabularies/translations/ca/LC_MESSAGES/messages.mo,sha256=
|
|
220
|
+
invenio_vocabularies/translations/ca/LC_MESSAGES/messages.mo,sha256=I0WPOjpaocfW_kk5W-0-8p866Ve7cNxLLq4MaatIni8,613
|
|
221
221
|
invenio_vocabularies/translations/ca/LC_MESSAGES/messages.po,sha256=Vrqa2vsWXCnzyLcseM9DJW5cKZ_0XEFGEn2JlWlF35I,4107
|
|
222
|
-
invenio_vocabularies/translations/cs/LC_MESSAGES/messages.mo,sha256=
|
|
222
|
+
invenio_vocabularies/translations/cs/LC_MESSAGES/messages.mo,sha256=76-k1c7RGNRl3veif3KSKlWt1GsfG39wx_UCmxUUAv4,694
|
|
223
223
|
invenio_vocabularies/translations/cs/LC_MESSAGES/messages.po,sha256=McS70wI2bxVrM7Qz7BHXHNgK9xFGZCFwsSqNz1dE6FA,4188
|
|
224
|
-
invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo,sha256=
|
|
224
|
+
invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo,sha256=eYoPo2fS4iu5DbWWXBlUtSCWCpFl5OHz-pI07TFXngA,520
|
|
225
225
|
invenio_vocabularies/translations/da/LC_MESSAGES/messages.po,sha256=QeezPCuKh9M3fJavKdVVP2NSbPzRWgmwGID41CfAC7M,3973
|
|
226
|
-
invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo,sha256=
|
|
226
|
+
invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo,sha256=s4jZ5y7aA9MhXwCT3Bn8FqSBG3yH8CpYd9EXe6OBIyI,1760
|
|
227
227
|
invenio_vocabularies/translations/de/LC_MESSAGES/messages.po,sha256=h_ZmJ_WpJHrs0cdJiT6N-PqbVyt6oDCP9uqTRdhiQWE,4820
|
|
228
|
-
invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo,sha256=
|
|
228
|
+
invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo,sha256=4P4BvetpSU6LOQRl5eVJaMxPwSCRxfBllcTjpFBZFBA,536
|
|
229
229
|
invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.po,sha256=ylaRwzVqDO6KglpJSo3qI2_PtmmpDiY4WmjHCbmAxMs,3989
|
|
230
|
-
invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo,sha256=
|
|
230
|
+
invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo,sha256=TCdDLpq2tc6xbts15H851iu9Q4Wc2kcDZzaQ5xpkpeM,536
|
|
231
231
|
invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.po,sha256=kXsjtk8pn2_Qlfy45r58wrQdtxVmQb04oJuQZTwy35k,3989
|
|
232
|
-
invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo,sha256=
|
|
232
|
+
invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo,sha256=rOVbgGCcORUxZC9EkPBYOBy6N0QHV2ZxMvaIay7qnH8,624
|
|
233
233
|
invenio_vocabularies/translations/el/LC_MESSAGES/messages.po,sha256=5X06NA8dg5b-XuhR_7FtYSWftp4oRfe4VSD04RRMSEI,4118
|
|
234
|
-
invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo,sha256=
|
|
234
|
+
invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo,sha256=oK6bMO8xq_t3SLZRwR8Zw8gb0gTjv_AnKugCX42a-Jo,467
|
|
235
235
|
invenio_vocabularies/translations/en/LC_MESSAGES/messages.po,sha256=OLbQwEoqXSAGuXrYazkgoNtTp2gUgcbmoLlLK8BrZQs,1616
|
|
236
|
-
invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo,sha256=
|
|
236
|
+
invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo,sha256=55YeJbK1tL_2OKMA_RGhMtxh_rXtDKH7NTDYJSf_Q-g,537
|
|
237
237
|
invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.po,sha256=AZGLT5-sARb8b_7aDrY4RYJW6HG1SkFBgc7X242BIWM,3990
|
|
238
|
-
invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo,sha256=
|
|
238
|
+
invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo,sha256=ZhuV6nVXId7VM0RTnd8UQy-Ez_zL8ChY8pcEeUg652A,494
|
|
239
239
|
invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.po,sha256=_d6Ks5SnPdrr1Kw7V3LoD6ClUrt8Ny8rvJqq6Ep2oQo,3990
|
|
240
|
-
invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo,sha256=
|
|
240
|
+
invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo,sha256=4xIqlivr6L6X-31576ANvO4uxWfEymcQ5NzNFpN61Ec,2189
|
|
241
241
|
invenio_vocabularies/translations/es/LC_MESSAGES/messages.po,sha256=SWHq9lzwUXjujYuokrJ59q-VB1FG78M-o9AcBY-ehds,4898
|
|
242
|
-
invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo,sha256=
|
|
242
|
+
invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo,sha256=FpZZpWJHoXNBs7KjHHcpMofLmW1sBQV6PjsYZG6TUUU,573
|
|
243
243
|
invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.po,sha256=ik6vOP-Fh0RCOMGEroDr8IM7gJ-aG5E1eS66uBy1wpw,4026
|
|
244
|
-
invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo,sha256=
|
|
244
|
+
invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo,sha256=zShEpJrip81eblvsBypnd8dC8cJ3zG-Ai7dmA2ciKO4,575
|
|
245
245
|
invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.po,sha256=3iNp0vZnPc1IfRmq2WK1__5LEJRz7yo1XsieGw6kAfs,4028
|
|
246
|
-
invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo,sha256=
|
|
246
|
+
invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo,sha256=EAEIOZ4WbOlBSE7abIvLcGpRPTwPgXU7mMw9X5Pr0gw,1990
|
|
247
247
|
invenio_vocabularies/translations/et/LC_MESSAGES/messages.po,sha256=OYFppzn31T8w1_XwJqPqiypJJe42E_cuWxeyGv039pU,4628
|
|
248
|
-
invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo,sha256=
|
|
248
|
+
invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo,sha256=WuwuCuultFp2ElOmpG6EVxc1WpwxBrllCrL9ZNrJ2vM,538
|
|
249
249
|
invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.po,sha256=DRXergYlj3rsX8DXTC3kmTwxPT3GAO7GTUBUvucQKYI,3991
|
|
250
|
-
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
|
250
|
+
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo,sha256=oCQrChMgerqqVyfDNJzQHQI4Dyo6iEI1n-uGQBTk0Kg,595
|
|
251
251
|
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.po,sha256=ItSGf3ECumdoAEQl6L7VKfMFSVhIFfThfSzZ66aapPE,4110
|
|
252
|
-
invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=
|
|
252
|
+
invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=CQqjr4KWSWaYCVw63zsCoEqbQRpUvgkkIYXh9LAxTao,533
|
|
253
253
|
invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.po,sha256=sqQJeNvjpVQm16jPwQRpm5jI6ZDhLv7me0_8qVKbSOU,3986
|
|
254
|
-
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo,sha256=
|
|
254
|
+
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo,sha256=ie6G21pdQK5frd6tjNQo-W-NWX2sQjEGzM6fMzo8X2Y,662
|
|
255
255
|
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.po,sha256=l0xWw1uf4JhAJxfyG1ypwOmYncmZkJdsc44X76yND9Q,4200
|
|
256
|
-
invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=
|
|
256
|
+
invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=Kmlgthgcg3n19haldSJ65v_dYUfWUAv0E92ckkwOmtw,594
|
|
257
257
|
invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.po,sha256=HV5SiBCunaVD0hTVxvZC2dazwouTl-TPDzqrcYIx4wk,4047
|
|
258
|
-
invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=
|
|
258
|
+
invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=gt6tQIErg5typaY9wEADRHhPpsGSfy8zkW3PjBAikFw,586
|
|
259
259
|
invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.po,sha256=ziB-xADWfC89PPNhbVtjaBEhl0UYiFC5KYc7ZZt7M5w,4039
|
|
260
|
-
invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo,sha256=
|
|
260
|
+
invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo,sha256=lG1ZOWnW-bOSQXMxIQrfEKZlfqLJjy1ox-P9FlzItGc,522
|
|
261
261
|
invenio_vocabularies/translations/gl/LC_MESSAGES/messages.po,sha256=cOyVErQJJwScqsbD_rCXRsYOd4uoEATA9qocC0-K8kM,3975
|
|
262
|
-
invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=
|
|
262
|
+
invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=9wg1tCNLh6KUBhxCXm9oXsp_tR60SgZTauC2OHFPmv0,533
|
|
263
263
|
invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.po,sha256=n-OYjVPSd-P8u4mKxX0I5fCRyapgSE6BiEIC5qPRmu4,3986
|
|
264
|
-
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo,sha256=
|
|
264
|
+
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo,sha256=qgl2V63zU-ChMy-47498FzRRvh7PYZGg4cfbpgfKyGY,662
|
|
265
265
|
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.po,sha256=Ye-5_Z5TFH9xxtid9naKo86yt5_-WmKYVT1G-uup9vo,4177
|
|
266
|
-
invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo,sha256=
|
|
266
|
+
invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo,sha256=jKU7ML_dOBM8MUGZ_8lZMjoalvZ88E-tPI2wXrrf1kg,2095
|
|
267
267
|
invenio_vocabularies/translations/hu/LC_MESSAGES/messages.po,sha256=D9I9AE_HnTrg9hb2ok44cRTYLd8JkOi8e_nQlHj8-TU,4690
|
|
268
|
-
invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=
|
|
268
|
+
invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=wmjbZ1VGJNfjeQjl1zYMtOyfdRQdHWLvGZZSmb8Naa0,539
|
|
269
269
|
invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.po,sha256=_jorg7x43IAMVzrsaQYZpRysKu9j84dtmxBqqW7RrpI,3992
|
|
270
|
-
invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo,sha256=
|
|
270
|
+
invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo,sha256=ezylmAH3RoCbuDeGCDD4iHvEQULI25T83xBAi6Urn1w,670
|
|
271
271
|
invenio_vocabularies/translations/it/LC_MESSAGES/messages.po,sha256=dUb7fx9KsDqlPfVbw9dWoPG1HwV8NU4kmCyAS1oZ_RA,4222
|
|
272
|
-
invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo,sha256=
|
|
272
|
+
invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo,sha256=QQL-A7i3ieJJgfmXRJuHIEM3QSinJfSxIPFAdBIB-8c,592
|
|
273
273
|
invenio_vocabularies/translations/ja/LC_MESSAGES/messages.po,sha256=C6I7nyPhnCF2fL1YxhK2w02nQvARM7QVs4b5qo8_9I4,4107
|
|
274
|
-
invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo,sha256=
|
|
274
|
+
invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo,sha256=uI7Ta0l8jdLXxiUahi1U_yxxCtYkZTEStN9ihMpkqVI,654
|
|
275
275
|
invenio_vocabularies/translations/ka/LC_MESSAGES/messages.po,sha256=j8ZPewJC1oB5nZgpgf9bPlcgNkQ7tULnx_fV--IPHng,4148
|
|
276
|
-
invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo,sha256=
|
|
276
|
+
invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo,sha256=LyOiZjr1g9Mgmj6s7fmzOcuGlfSrwSm_TDZhigfHHvo,760
|
|
277
277
|
invenio_vocabularies/translations/lt/LC_MESSAGES/messages.po,sha256=9aF8nMUPtP3xK2BirfwNOHVhYeR90mpGQkAiWYjurgo,4254
|
|
278
|
-
invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo,sha256=
|
|
278
|
+
invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo,sha256=x8oWT-7Ak7cv2ihBdRc889yqvxShdb06qNeNyegJoGw,520
|
|
279
279
|
invenio_vocabularies/translations/ne/LC_MESSAGES/messages.po,sha256=GjzkKRLhkhCFxxb_Lcg3NPbyYdLc_yXYh18l6GSdwp8,3973
|
|
280
|
-
invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo,sha256=
|
|
280
|
+
invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo,sha256=pAJUPQdkAOj4KXb3h_krgwO4-nF1hUiAqO1Yjv3Li08,592
|
|
281
281
|
invenio_vocabularies/translations/no/LC_MESSAGES/messages.po,sha256=h4c-86uMKBzf-tFSwcIj05xnuNTErbpkSykWcwjaS9s,4107
|
|
282
|
-
invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo,sha256=
|
|
282
|
+
invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo,sha256=VTmdW4f8ZGbAsAx_jlTbJCVuEgbv_U6QgueNdNdrwCA,736
|
|
283
283
|
invenio_vocabularies/translations/pl/LC_MESSAGES/messages.po,sha256=ZjJ5MqxvHui3pKI2MHGjwI8feC0Sp1uAkEFu35F51ak,4251
|
|
284
|
-
invenio_vocabularies/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
|
284
|
+
invenio_vocabularies/translations/pt/LC_MESSAGES/messages.mo,sha256=c-faVbvqUYlVN6bTZ3uGUqFwnoOj3TUvleuXFYAWVpo,645
|
|
285
285
|
invenio_vocabularies/translations/pt/LC_MESSAGES/messages.po,sha256=QcIXktYDZ9PL-VPfpkzsSk-OsOLnOJKiKgcqUfcpNNM,4160
|
|
286
|
-
invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo,sha256=
|
|
286
|
+
invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo,sha256=omcKGaD56ihLWSIy1FYGeDRwHtdAIih3VL9Pw8t8M1E,631
|
|
287
287
|
invenio_vocabularies/translations/ro/LC_MESSAGES/messages.po,sha256=_WJtM7YEVv_R6WujNtlMIq7otc10zVqmIql2P69cjno,4146
|
|
288
|
-
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
|
288
|
+
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo,sha256=HVGVTN9k3P8rtenSYP0a7FKo1DArNUzS8jRHTRcvbtw,740
|
|
289
289
|
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.po,sha256=ur3fZ_LChAF30PbohmJmSrTi6oP_BYXwGzvVDvgJeqE,4255
|
|
290
|
-
invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo,sha256=
|
|
290
|
+
invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo,sha256=HLRv3clKpg8ax1KHyhOKJPONHQ9kV-YVdjaKJo8dlRo,525
|
|
291
291
|
invenio_vocabularies/translations/rw/LC_MESSAGES/messages.po,sha256=ETsMPjzcL0B3KkJF3V34q8iXHbAyA_9SvqLHTCUh0MI,3978
|
|
292
|
-
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo,sha256=
|
|
292
|
+
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo,sha256=yR57kLcC7wAyy23Q48fO2vfC1iv940daIdmsZRBUVOM,664
|
|
293
293
|
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.po,sha256=_694ORmQV_KkDUhKDKUigT0VoxL58I7wymOevCGTgbQ,4179
|
|
294
|
-
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=
|
|
294
|
+
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=0gFVX8EpgMnNAuKkxhc0blzH7LLG5UHIxICz6wlcWFo,2001
|
|
295
295
|
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.po,sha256=jKV1UwmA1DQdUV-WB_4pvw0TCQA06LEvXOIqfWF697w,4642
|
|
296
|
-
invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=
|
|
296
|
+
invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=yF3ZV6V4MS43SUtFjTxX8RievM5ZwX8Ke6ZeymXGVHg,536
|
|
297
297
|
invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.po,sha256=pb4wo66W2jg0pssRfwLeUUG4qDPSL-XKD45bKUvc5Jo,3989
|
|
298
|
-
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo,sha256=
|
|
298
|
+
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo,sha256=665tFgeO-zRn05W2WsxEvTMWR-pM1BUyOEBWH1MqKuI,946
|
|
299
299
|
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.po,sha256=S1uBEdS5z4u7V2iLDwCREoYnlqp-qM_UmXfIOT3WXGQ,4280
|
|
300
|
-
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo,sha256=
|
|
300
|
+
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo,sha256=13_ynDiAbdZRvshyb9lH2lhpVW7YhaRXqiSg4m2fnxM,1169
|
|
301
301
|
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.po,sha256=mERndelTrdxz5m_UaNhcMgU8K5b641h5pD_67Tp8VpM,4461
|
|
302
|
-
invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=
|
|
302
|
+
invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=03X88ZD_QQuFpa45j2feBgl-hmCJJylTSrcItNpEaH0,761
|
|
303
303
|
invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.po,sha256=zOhuP60Iht7r7STIkud-Bv-H7jjzIOqykmuC1mRKePU,4214
|
|
304
|
-
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=
|
|
304
|
+
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=bpqywk-HnDHyLcIb1LXySQtQY1_Gz4SvbnK85Cy9xUs,1797
|
|
305
305
|
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
|
|
306
|
-
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=
|
|
306
|
+
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=o3nwy64PXTcRaAbRrJpYMICW5aVQ0sCdGIn2Xy4UccU,600
|
|
307
307
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
|
|
308
|
-
invenio_vocabularies-7.
|
|
309
|
-
invenio_vocabularies-7.
|
|
310
|
-
invenio_vocabularies-7.
|
|
311
|
-
invenio_vocabularies-7.
|
|
312
|
-
invenio_vocabularies-7.
|
|
313
|
-
invenio_vocabularies-7.
|
|
314
|
-
invenio_vocabularies-7.
|
|
308
|
+
invenio_vocabularies-7.2.0.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
|
|
309
|
+
invenio_vocabularies-7.2.0.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
|
|
310
|
+
invenio_vocabularies-7.2.0.dist-info/METADATA,sha256=b74JZCv3Wt2ICL2A5jvsZ5FlCp7OyXaLrKyl1IDu2UE,13270
|
|
311
|
+
invenio_vocabularies-7.2.0.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
|
|
312
|
+
invenio_vocabularies-7.2.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
|
|
313
|
+
invenio_vocabularies-7.2.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
|
|
314
|
+
invenio_vocabularies-7.2.0.dist-info/RECORD,,
|
{invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/AUTHORS.rst
RENAMED
|
File without changes
|
|
File without changes
|
{invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{invenio_vocabularies-7.0.0.dev2.dist-info → invenio_vocabularies-7.2.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|