invenio-vocabularies 2.2.0__py2.py3-none-any.whl → 2.2.2__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/alembic/55a700f897b6_add_names_and_afiliations_pid_column.py +1 -1
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js +1 -0
- invenio_vocabularies/contrib/affiliations/facets.py +3 -3
- invenio_vocabularies/contrib/funders/facets.py +3 -3
- invenio_vocabularies/services/facets.py +40 -61
- 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-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/METADATA +12 -2
- {invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/RECORD +60 -60
- {invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/AUTHORS.rst +0 -0
- {invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/LICENSE +0 -0
- {invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/WHEEL +0 -0
- {invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/entry_points.txt +0 -0
- {invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.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-2023 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
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
from .ext import InvenioVocabularies
|
|
12
12
|
|
|
13
|
-
__version__ = "2.2.
|
|
13
|
+
__version__ = "2.2.2"
|
|
14
14
|
|
|
15
15
|
__all__ = ("__version__", "InvenioVocabularies")
|
|
@@ -72,6 +72,7 @@ function CustomAwardForm({ deserializeFunder, selectedFunding }) {
|
|
|
72
72
|
selectOnNavigation={false}
|
|
73
73
|
required
|
|
74
74
|
search={(options) => options}
|
|
75
|
+
isFocused
|
|
75
76
|
onValueChange={({ formikProps }, selectedFundersArray) => {
|
|
76
77
|
if (selectedFundersArray.length === 1) {
|
|
77
78
|
const selectedFunder = selectedFundersArray[0];
|
|
@@ -14,20 +14,20 @@ from ...services.facets import VocabularyLabels, lazy_get_label
|
|
|
14
14
|
class AffiliationsLabels(VocabularyLabels):
|
|
15
15
|
"""Fetching of vocabulary labels for facets."""
|
|
16
16
|
|
|
17
|
-
def __init__(self, vocabulary, cache=True, cache_ttl=3600,
|
|
17
|
+
def __init__(self, vocabulary, cache=True, cache_ttl=3600, service_id=None):
|
|
18
18
|
"""Initialize the labels.
|
|
19
19
|
|
|
20
20
|
:param vocabulary: the name of the vocabulary type.
|
|
21
21
|
:param cache: use simple process in-memory cache when True.
|
|
22
22
|
:param cache_ttl: cache expiration in seconds.
|
|
23
|
-
:param
|
|
23
|
+
:param service_id: the id of the registered service to be used
|
|
24
24
|
when fetching values for the vocabulary.
|
|
25
25
|
"""
|
|
26
26
|
super().__init__(
|
|
27
27
|
vocabulary,
|
|
28
28
|
cache=cache,
|
|
29
29
|
cache_ttl=cache_ttl,
|
|
30
|
-
|
|
30
|
+
service_id="affiliations",
|
|
31
31
|
)
|
|
32
32
|
self.fields = ("id", "title") # not configurable
|
|
33
33
|
|
|
@@ -14,20 +14,20 @@ from ...services.facets import VocabularyLabels, lazy_get_label
|
|
|
14
14
|
class FundersLabels(VocabularyLabels):
|
|
15
15
|
"""Fetching of vocabulary labels for facets."""
|
|
16
16
|
|
|
17
|
-
def __init__(self, vocabulary, cache=True, cache_ttl=3600,
|
|
17
|
+
def __init__(self, vocabulary, cache=True, cache_ttl=3600, service_id=None):
|
|
18
18
|
"""Initialize the labels.
|
|
19
19
|
|
|
20
20
|
:param vocabulary: the name of the vocabulary type.
|
|
21
21
|
:param cache: use simple process in-memory cache when True.
|
|
22
22
|
:param cache_ttl: cache expiration in seconds.
|
|
23
|
-
:param
|
|
23
|
+
:param service_id: the id of the registered service to be used
|
|
24
24
|
when fetching values for the vocabulary.
|
|
25
25
|
"""
|
|
26
26
|
super().__init__(
|
|
27
27
|
vocabulary,
|
|
28
28
|
cache=cache,
|
|
29
29
|
cache_ttl=cache_ttl,
|
|
30
|
-
|
|
30
|
+
service_id="funders",
|
|
31
31
|
)
|
|
32
32
|
self.fields = ("id", "title", "country") # not configurable
|
|
33
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2021-
|
|
3
|
+
# Copyright (C) 2021-2023 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
|
|
@@ -8,10 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
"""Vocabulary facets."""
|
|
10
10
|
|
|
11
|
-
import time
|
|
12
|
-
from functools import lru_cache
|
|
13
|
-
|
|
14
11
|
from flask_principal import AnonymousIdentity
|
|
12
|
+
from invenio_cache.decorators import cached_with_expiration
|
|
15
13
|
from invenio_i18n.ext import current_i18n
|
|
16
14
|
from invenio_records_resources.proxies import current_service_registry
|
|
17
15
|
from invenio_records_resources.services.errors import FacetNotFoundError
|
|
@@ -22,47 +20,29 @@ from sqlalchemy.exc import NoResultFound
|
|
|
22
20
|
from ..proxies import current_service
|
|
23
21
|
|
|
24
22
|
|
|
25
|
-
def get_service(
|
|
23
|
+
def get_service(service_id):
|
|
26
24
|
"""Get the service object by name.
|
|
27
25
|
|
|
28
|
-
It is required to access the registry lazily, to avoid out of
|
|
29
|
-
application context errors.
|
|
26
|
+
It is required to access the registry lazily, to avoid "out of
|
|
27
|
+
application context" errors.
|
|
30
28
|
"""
|
|
31
|
-
return (
|
|
32
|
-
current_service_registry.get(service_name) if service_name else current_service
|
|
33
|
-
)
|
|
29
|
+
return current_service_registry.get(service_id) if service_id else current_service
|
|
34
30
|
|
|
35
31
|
|
|
36
|
-
def get_vocabs(
|
|
32
|
+
def get_vocabs(service_id, type, fields, ids):
|
|
37
33
|
"""Fetch vocabulary values by ids, using the service."""
|
|
38
|
-
service = get_service(
|
|
39
|
-
vocabs = service.read_many(
|
|
34
|
+
service = get_service(service_id)
|
|
35
|
+
vocabs = service.read_many(
|
|
36
|
+
AnonymousIdentity(), type=type, ids=list(ids), fields=list(fields)
|
|
37
|
+
)
|
|
40
38
|
return list(vocabs.hits) # the service returns a generator
|
|
41
39
|
|
|
42
40
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
@lru_cache(maxsize=32)
|
|
49
|
-
def cached_vocabs(service_name, type, ids, fields, ttl_hash=None):
|
|
50
|
-
"""Cache vocabulary values by type with a simple process in-memory cache.
|
|
51
|
-
|
|
52
|
-
This cache is meant to greatly optimize performance when getting the title of
|
|
53
|
-
each facet, during searches, and to avoid accessing DB/Search each time.
|
|
54
|
-
This cache suffer of a slower warm up at the first cache miss when each process is
|
|
55
|
-
restarted. A data store cache could be also used as mitigation, with the drawback
|
|
56
|
-
of the added network latency.
|
|
57
|
-
|
|
58
|
-
`@lru_cache` is threadsafe. `maxsize` is set to 32, assuming that there are not more
|
|
59
|
-
than 32 (multiple of 2 for optimization) different vocabularies types defined
|
|
60
|
-
in the instance.
|
|
61
|
-
|
|
62
|
-
The ttl_hash kwarg is necessary to make the cache expiring, by changing the hash key
|
|
63
|
-
after the defined time.
|
|
64
|
-
"""
|
|
65
|
-
return get_vocabs(service_name, type=type, ids=list(ids), fields=list(fields))
|
|
41
|
+
@cached_with_expiration
|
|
42
|
+
def get_cached_vocab(service_id, type, fields, id_):
|
|
43
|
+
"""Cache vocabulary values by type in-memory."""
|
|
44
|
+
vocabs = get_vocabs(service_id, type, fields, [id_])
|
|
45
|
+
return vocabs[0] if vocabs else None
|
|
66
46
|
|
|
67
47
|
|
|
68
48
|
def lazy_get_label(vocab_item):
|
|
@@ -76,14 +56,14 @@ class VocabularyLabels:
|
|
|
76
56
|
"""Fetching of vocabulary labels for facets."""
|
|
77
57
|
|
|
78
58
|
def __init__(
|
|
79
|
-
self, vocabulary, cache=True, cache_ttl=3600,
|
|
59
|
+
self, vocabulary, cache=True, cache_ttl=3600, service_id=None, id_field="id"
|
|
80
60
|
):
|
|
81
61
|
"""Initialize the labels.
|
|
82
62
|
|
|
83
63
|
:param vocabulary: the name of the vocabulary type.
|
|
84
64
|
:param cache: use simple process in-memory cache when True.
|
|
85
65
|
:param cache_ttl: cache expiration in seconds.
|
|
86
|
-
:param
|
|
66
|
+
:param service_id: the id of the registered service to be used
|
|
87
67
|
when fetching values for the vocabulary.
|
|
88
68
|
:param id_field: the name of the `id` field.
|
|
89
69
|
"""
|
|
@@ -91,7 +71,7 @@ class VocabularyLabels:
|
|
|
91
71
|
self.cache = cache
|
|
92
72
|
self.cache_ttl = cache_ttl
|
|
93
73
|
self.fields = ("id", "title") # not configurable
|
|
94
|
-
self.
|
|
74
|
+
self.service_id = service_id
|
|
95
75
|
self.id_field = id_field
|
|
96
76
|
|
|
97
77
|
def _vocab_to_label(self, vocab):
|
|
@@ -100,36 +80,35 @@ class VocabularyLabels:
|
|
|
100
80
|
|
|
101
81
|
def __call__(self, ids):
|
|
102
82
|
"""Return the mapping when evaluated."""
|
|
83
|
+
if not ids:
|
|
84
|
+
return {}
|
|
85
|
+
|
|
86
|
+
labels = {}
|
|
103
87
|
try:
|
|
104
88
|
if self.cache:
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
89
|
+
for id_ in ids:
|
|
90
|
+
vocab = get_cached_vocab(
|
|
91
|
+
self.service_id,
|
|
92
|
+
self.vocabulary,
|
|
93
|
+
self.fields,
|
|
94
|
+
id_,
|
|
95
|
+
cache_ttl=self.cache_ttl,
|
|
96
|
+
)
|
|
97
|
+
if not vocab:
|
|
98
|
+
continue
|
|
99
|
+
labels[vocab[self.id_field]] = self._vocab_to_label(vocab)
|
|
112
100
|
else:
|
|
113
101
|
vocab_list = get_vocabs(
|
|
114
|
-
self.
|
|
102
|
+
self.service_id,
|
|
115
103
|
self.vocabulary,
|
|
104
|
+
self.fields,
|
|
116
105
|
ids,
|
|
117
|
-
list(self.fields),
|
|
118
106
|
)
|
|
107
|
+
for vocab in vocab_list:
|
|
108
|
+
id_ = vocab[self.id_field]
|
|
109
|
+
if id_ in ids:
|
|
110
|
+
labels[id_] = self._vocab_to_label(vocab)
|
|
119
111
|
except NoResultFound:
|
|
120
112
|
raise FacetNotFoundError(self.vocabulary)
|
|
121
113
|
|
|
122
|
-
labels = {}
|
|
123
|
-
ids = set(ids)
|
|
124
|
-
seen = set()
|
|
125
|
-
for vocab in vocab_list:
|
|
126
|
-
# cannot loop over ids because vocab id is inside each item
|
|
127
|
-
if len(ids) == len(seen):
|
|
128
|
-
break
|
|
129
|
-
|
|
130
|
-
id_ = vocab[self.id_field]
|
|
131
|
-
if id_ in ids:
|
|
132
|
-
labels[id_] = self._vocab_to_label(vocab)
|
|
133
|
-
seen.add(id_)
|
|
134
|
-
|
|
135
114
|
return labels
|
|
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.1
|
|
2
2
|
Name: invenio-vocabularies
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.2
|
|
4
4
|
Summary: "Invenio module for managing vocabularies."
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-vocabularies
|
|
6
6
|
Author: CERN
|
|
@@ -65,7 +65,7 @@ Further documentation is available on
|
|
|
65
65
|
https://invenio-vocabularies.readthedocs.io/
|
|
66
66
|
|
|
67
67
|
..
|
|
68
|
-
Copyright (C) 2020 CERN.
|
|
68
|
+
Copyright (C) 2020-2023 CERN.
|
|
69
69
|
|
|
70
70
|
Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
71
71
|
modify it under the terms of the MIT License; see LICENSE file for more
|
|
@@ -74,6 +74,16 @@ https://invenio-vocabularies.readthedocs.io/
|
|
|
74
74
|
Changes
|
|
75
75
|
=======
|
|
76
76
|
|
|
77
|
+
Version 2.2.2 (2023-10-06)
|
|
78
|
+
|
|
79
|
+
- alembic rcp: set explicit dependency on pidstore create table
|
|
80
|
+
|
|
81
|
+
Version 2.2.1 (2023-10-02)
|
|
82
|
+
|
|
83
|
+
- facets: change caching strategy by caching each vocabulary by id. Replace
|
|
84
|
+
lru_cache with invenio-cache to ensure that cache expiration uses a TTL that
|
|
85
|
+
is correctly computed.
|
|
86
|
+
|
|
77
87
|
Version 2.2.0 (2023-09-19)
|
|
78
88
|
|
|
79
89
|
- facets: implement in-memory cache
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
invenio_vocabularies/__init__.py,sha256=
|
|
1
|
+
invenio_vocabularies/__init__.py,sha256=DKvpsmPwP7xYh88AaE-_JhU0RIkKZ8sVUwngYbN2pvk,377
|
|
2
2
|
invenio_vocabularies/cli.py,sha256=Ymuy0l846eJXIA4UybunSqq7P9m2N0OdTtj6nEgd1-0,6355
|
|
3
3
|
invenio_vocabularies/config.py,sha256=S6Ra5aIey9_K0Rw7qqGsV6TEi7t8iLzNoVu4R6hKuu4,3739
|
|
4
4
|
invenio_vocabularies/ext.py,sha256=wMJfv3GG4ZOp-c4ePVrNhxi9KyWAb874b9_D23K1orU,3805
|
|
@@ -9,7 +9,7 @@ invenio_vocabularies/webpack.py,sha256=7A1DkwwTw0NRn-aZNvh_rBEx5o_Eyx6NiMXw31y2B
|
|
|
9
9
|
invenio_vocabularies/alembic/17c703ce1eb7_create_names_table.py,sha256=2QGs0Ofi6yd93VzIBqghNi47hrZtuLf0DylKyvVzskI,1572
|
|
10
10
|
invenio_vocabularies/alembic/4a9a4fd235f8_create_vocabulary_schemes.py,sha256=Ywtp8qOFcI3PxUXemHdvy_VwdcUVtMFV1sFgNAmYrms,1054
|
|
11
11
|
invenio_vocabularies/alembic/4f365fced43f_create_vocabularies_tables.py,sha256=jSrr0CLRchYADjkFeod0L-oophq2woXtRwbUU5Vytiw,3039
|
|
12
|
-
invenio_vocabularies/alembic/55a700f897b6_add_names_and_afiliations_pid_column.py,sha256=
|
|
12
|
+
invenio_vocabularies/alembic/55a700f897b6_add_names_and_afiliations_pid_column.py,sha256=w1mmkT7fpTeQJ--YmkIqkwtx7DmaP5cXpKPCJr_0Jko,2381
|
|
13
13
|
invenio_vocabularies/alembic/6312f33645c1_create_affiliations_table.py,sha256=0rg7ODaMG4YoHOiOMXKOgPK7QryyLGfgrdJjtn6JPsY,1600
|
|
14
14
|
invenio_vocabularies/alembic/676dd587542d_create_funders_vocabulary_table.py,sha256=4y0jihIQ1s93k7EoqC4vZFrR-tXvuxa678u9hKcu0z0,1791
|
|
15
15
|
invenio_vocabularies/alembic/8ff82dfb0be8_create_vocabularies_branch.py,sha256=RnyKQ38Pkubf_DU2rH9pRdufoAvABdnaP9b9S4-y4Vw,586
|
|
@@ -23,7 +23,7 @@ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/index.js,sha
|
|
|
23
23
|
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/index.js,sha256=iSx-bdQkKj6XA9NAam31bdcQmFygljQnjLcFjjK3lwU,245
|
|
24
24
|
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/index.js,sha256=7sSg482yJODQHU4jkP-hWJjpBOw7ubFr5nPZl5D_1gQ,262
|
|
25
25
|
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/AwardResults.js,sha256=AgqJg9GEcJvKZR4plZsH0j7cm9C3yjT9YCPI6uvmOyc,3499
|
|
26
|
-
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js,sha256=
|
|
26
|
+
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js,sha256=PRlPCk6oh7Cxb4QlEmyekv5efWihCi5uqVeL_Cdl91Y,3644
|
|
27
27
|
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js,sha256=pPMB9Hirc8z3efquecrO_CKlfXE1ws6OqDB7fB30l5k,2431
|
|
28
28
|
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js,sha256=r8t_6xIM49UdjV38ltuzM5KMJIJ_oOgHc1__KsyvjGE,6555
|
|
29
29
|
invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.test.js,sha256=z_4lWkf3h9Uin8OzSBSKY1wpUxtbnjE2kRUjW80jAhA,35
|
|
@@ -42,7 +42,7 @@ invenio_vocabularies/contrib/affiliations/__init__.py,sha256=rV8YAzBRoSKsBYcVjCN
|
|
|
42
42
|
invenio_vocabularies/contrib/affiliations/affiliations.py,sha256=Ph0z7bT_tudsWDKFaiksCBngsG-eO6Xpbe3KdejfLXI,1591
|
|
43
43
|
invenio_vocabularies/contrib/affiliations/api.py,sha256=-NrA_aYxabvNMofYCnrDZ2bLP15HGDTvvhHTDuXNg-g,322
|
|
44
44
|
invenio_vocabularies/contrib/affiliations/config.py,sha256=ZUVANL9oU0DS4QAObQlh3_ucAkxX-CrJyJI4o0Mt4zc,1683
|
|
45
|
-
invenio_vocabularies/contrib/affiliations/facets.py,sha256=
|
|
45
|
+
invenio_vocabularies/contrib/affiliations/facets.py,sha256=w316MGvtdyTpRCPOpCEmMxxLraRkbFFb1VvLkFlEc9o,1229
|
|
46
46
|
invenio_vocabularies/contrib/affiliations/models.py,sha256=JUcj-1ydc2Cw2Rsc24JwXE3TFBJ_6fivhUYhGq4rT8A,329
|
|
47
47
|
invenio_vocabularies/contrib/affiliations/resources.py,sha256=DBEbRxQmp-o-PeZlgFG588Q4sGcruuwIL8L9O-SzCes,435
|
|
48
48
|
invenio_vocabularies/contrib/affiliations/schema.py,sha256=cUlE_8NehMJnlC9nzQzoN6fyZS8xJ1GfWDMPMr1n2rY,1322
|
|
@@ -79,7 +79,7 @@ invenio_vocabularies/contrib/funders/__init__.py,sha256=YxFXBDnT7NM8rFwxT_Ge3xXR
|
|
|
79
79
|
invenio_vocabularies/contrib/funders/api.py,sha256=QKGGeSnPHSoBfucvpaVruXT_txYidofZ080G3IxFkIo,306
|
|
80
80
|
invenio_vocabularies/contrib/funders/config.py,sha256=sJjnGpUmwhbPQ7fI2EyvzNdDrguBwlJeAORXBSZrILs,1748
|
|
81
81
|
invenio_vocabularies/contrib/funders/datastreams.py,sha256=4DWM5K1CQlS_X61ftnFtIl68QFyspitZHPbvWSRSn7E,3525
|
|
82
|
-
invenio_vocabularies/contrib/funders/facets.py,sha256=
|
|
82
|
+
invenio_vocabularies/contrib/funders/facets.py,sha256=a068TVtt74Ncu0latb177LFK8EdnpbMOWecAKozA04M,1245
|
|
83
83
|
invenio_vocabularies/contrib/funders/funders.py,sha256=nHqUoyRRW9oruN-ghmwzb9QIz_jyBgxNUpk41yvcso8,2292
|
|
84
84
|
invenio_vocabularies/contrib/funders/models.py,sha256=RAU-_YVOUNVCn03_XGJ2czcVwXTaZPk5w7X_bMAgMOk,314
|
|
85
85
|
invenio_vocabularies/contrib/funders/resources.py,sha256=He4gXd737ovdrHL-HB9dX7AGxp1BVJ9QteIO7JWUVSE,415
|
|
@@ -161,7 +161,7 @@ invenio_vocabularies/resources/schema.py,sha256=B_Y7uOSfVlogUmiDZfRpa3EWx1VJmbrz
|
|
|
161
161
|
invenio_vocabularies/resources/serializer.py,sha256=pwfckLdkMu1MNDkocyMg1XeX6RhbfeuV4fjDO5xKDxo,1190
|
|
162
162
|
invenio_vocabularies/services/__init__.py,sha256=obfLpKP5-qDJZBtXaBzROwVtuF-uqLhuYKtlnrxquGk,385
|
|
163
163
|
invenio_vocabularies/services/components.py,sha256=d9C-24dEDM63gFm75nU-dXrrjS2zZi7Nfkv40BGnHwM,1941
|
|
164
|
-
invenio_vocabularies/services/facets.py,sha256=
|
|
164
|
+
invenio_vocabularies/services/facets.py,sha256=qvdHoGSJJr90dZHSVe0-hlO1r0LtTnFVSjrt9PNuNAg,3872
|
|
165
165
|
invenio_vocabularies/services/permissions.py,sha256=one3NvNFYq-q15e6xxf85OkH1bWZ5OsvJqMnNbm3Qms,696
|
|
166
166
|
invenio_vocabularies/services/querystr.py,sha256=X3JHVF9B0O0iLWrnW3ok_bf_8jA-Cs_oAcYYkGOm3Uw,1829
|
|
167
167
|
invenio_vocabularies/services/schema.py,sha256=ShnnH_ILHZGxE546J6Jsdwdeix6jLubSRomzf472DK8,4307
|
|
@@ -170,104 +170,104 @@ invenio_vocabularies/services/tasks.py,sha256=zTAWdnI5celWBKrF986wQzCmkOTGOwTght
|
|
|
170
170
|
invenio_vocabularies/services/custom_fields/__init__.py,sha256=1emONO3aiE7TanAoyUSkWE6gwZiBwjzzJ5y8jeomOLc,310
|
|
171
171
|
invenio_vocabularies/services/custom_fields/vocabulary.py,sha256=KS7da-GXWuCvlLaZ5ICLJWI9rL24kBG564vAJkmOx4I,2900
|
|
172
172
|
invenio_vocabularies/translations/messages.pot,sha256=IzTTWdWknzmKKtl1UNUxPOwHjfBB_iidm_eeEY2kV-M,3907
|
|
173
|
-
invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo,sha256=
|
|
173
|
+
invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo,sha256=9WyyPhdIuqW2kL4L1FFOtbzDY6B6K1404-eyK_D6WAo,523
|
|
174
174
|
invenio_vocabularies/translations/af/LC_MESSAGES/messages.po,sha256=XXoiqCtGELaxl6hxRj31D3DCdgBUrz0oD3MYJUpcklM,3976
|
|
175
|
-
invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo,sha256=
|
|
175
|
+
invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo,sha256=mA-wMBk5xj3PHTH1gOxRB5BrQCGKGuGnkDlo5qV_Vb8,2470
|
|
176
176
|
invenio_vocabularies/translations/ar/LC_MESSAGES/messages.po,sha256=aNg5ViJnWh9MpEMQfM2dbuBF-BSS2UKKvMtgHoAk5RQ,5183
|
|
177
|
-
invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo,sha256=
|
|
177
|
+
invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo,sha256=OwSPTuDsUhurFpEwb16qqbnx6eraiOgE9RG-9Zwux68,604
|
|
178
178
|
invenio_vocabularies/translations/bg/LC_MESSAGES/messages.po,sha256=aJpHvwOkbJ0rwKvjvHqxgXANJBMLJCGI_f22KIOVWMc,4119
|
|
179
|
-
invenio_vocabularies/translations/ca/LC_MESSAGES/messages.mo,sha256=
|
|
179
|
+
invenio_vocabularies/translations/ca/LC_MESSAGES/messages.mo,sha256=k6ZxN-yxaHhxchrxayjReb38NyQyQMs723Lwite2ftk,613
|
|
180
180
|
invenio_vocabularies/translations/ca/LC_MESSAGES/messages.po,sha256=Vrqa2vsWXCnzyLcseM9DJW5cKZ_0XEFGEn2JlWlF35I,4107
|
|
181
|
-
invenio_vocabularies/translations/cs/LC_MESSAGES/messages.mo,sha256=
|
|
181
|
+
invenio_vocabularies/translations/cs/LC_MESSAGES/messages.mo,sha256=fr8t-zvbo12FBjaZzYZ0EUFKwq_oKBbiVEfajWMA7IY,694
|
|
182
182
|
invenio_vocabularies/translations/cs/LC_MESSAGES/messages.po,sha256=McS70wI2bxVrM7Qz7BHXHNgK9xFGZCFwsSqNz1dE6FA,4188
|
|
183
|
-
invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo,sha256
|
|
183
|
+
invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo,sha256=6XFNP7kaOzDb-p-qDabT0-LaoJ62Y5g2GbhVFNN6xj4,520
|
|
184
184
|
invenio_vocabularies/translations/da/LC_MESSAGES/messages.po,sha256=QeezPCuKh9M3fJavKdVVP2NSbPzRWgmwGID41CfAC7M,3973
|
|
185
|
-
invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo,sha256=
|
|
185
|
+
invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo,sha256=TFQqNz0yyIBJM8dv4KFRYRMD6tIYbhXW2ETw1EiqIyM,1760
|
|
186
186
|
invenio_vocabularies/translations/de/LC_MESSAGES/messages.po,sha256=h_ZmJ_WpJHrs0cdJiT6N-PqbVyt6oDCP9uqTRdhiQWE,4820
|
|
187
|
-
invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo,sha256=
|
|
187
|
+
invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo,sha256=pciDvx-HinFWAtLe8oSXnR2q1OA7rRU7wRvPc4Qq_dE,536
|
|
188
188
|
invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.po,sha256=ylaRwzVqDO6KglpJSo3qI2_PtmmpDiY4WmjHCbmAxMs,3989
|
|
189
|
-
invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo,sha256=
|
|
189
|
+
invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo,sha256=OD67FTlF1eWmNt5s8L8NH2yRYwpvpZjwY-SAm-FAs7g,536
|
|
190
190
|
invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.po,sha256=kXsjtk8pn2_Qlfy45r58wrQdtxVmQb04oJuQZTwy35k,3989
|
|
191
|
-
invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo,sha256=
|
|
191
|
+
invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo,sha256=Ge4zIzdHWTd_-hEDe754RfnWvhmTEg64W_YaRIozcro,624
|
|
192
192
|
invenio_vocabularies/translations/el/LC_MESSAGES/messages.po,sha256=5X06NA8dg5b-XuhR_7FtYSWftp4oRfe4VSD04RRMSEI,4118
|
|
193
|
-
invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo,sha256=
|
|
193
|
+
invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo,sha256=m9s44_FdyP2n69feBSKJ69ovdOmQIMWJeVXIcyeIbfw,467
|
|
194
194
|
invenio_vocabularies/translations/en/LC_MESSAGES/messages.po,sha256=OLbQwEoqXSAGuXrYazkgoNtTp2gUgcbmoLlLK8BrZQs,1616
|
|
195
|
-
invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo,sha256=
|
|
195
|
+
invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo,sha256=rZ-nfQzdXnfPI00Q19VpQ8vouTUUXMcHlsk8tXRxjzc,537
|
|
196
196
|
invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.po,sha256=AZGLT5-sARb8b_7aDrY4RYJW6HG1SkFBgc7X242BIWM,3990
|
|
197
|
-
invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo,sha256=
|
|
197
|
+
invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo,sha256=2-ypa41sWzCR3O0EOfcgRThNtDBV-kY5r4NAywmEl6s,494
|
|
198
198
|
invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.po,sha256=_d6Ks5SnPdrr1Kw7V3LoD6ClUrt8Ny8rvJqq6Ep2oQo,3990
|
|
199
|
-
invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo,sha256=
|
|
199
|
+
invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo,sha256=P_44LpOBzYH8tDe49yFQ4A-9Ji-awDL4wXI4JakISMc,2189
|
|
200
200
|
invenio_vocabularies/translations/es/LC_MESSAGES/messages.po,sha256=SWHq9lzwUXjujYuokrJ59q-VB1FG78M-o9AcBY-ehds,4898
|
|
201
|
-
invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo,sha256=
|
|
201
|
+
invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo,sha256=XZKe3NgVTBvf4VZ9EWjo89iVECd_cseE8qkZIekdMfw,573
|
|
202
202
|
invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.po,sha256=ik6vOP-Fh0RCOMGEroDr8IM7gJ-aG5E1eS66uBy1wpw,4026
|
|
203
|
-
invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo,sha256=
|
|
203
|
+
invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo,sha256=r5yi25XgvjFwRbTl9eG-N1c5v6Guq-ke74RdKMeSySc,575
|
|
204
204
|
invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.po,sha256=3iNp0vZnPc1IfRmq2WK1__5LEJRz7yo1XsieGw6kAfs,4028
|
|
205
|
-
invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo,sha256=
|
|
205
|
+
invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo,sha256=uqyDrpHw1p9pmycxBSPwIK_CRFqT5fH1v8L6W2alHz4,1990
|
|
206
206
|
invenio_vocabularies/translations/et/LC_MESSAGES/messages.po,sha256=OYFppzn31T8w1_XwJqPqiypJJe42E_cuWxeyGv039pU,4628
|
|
207
|
-
invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo,sha256=
|
|
207
|
+
invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo,sha256=qN8LKkmVeFgjVrbAkxhitD-ALWvanGJVEaGWYnGndhs,538
|
|
208
208
|
invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.po,sha256=DRXergYlj3rsX8DXTC3kmTwxPT3GAO7GTUBUvucQKYI,3991
|
|
209
|
-
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
|
209
|
+
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo,sha256=dra3nxtvjSYzka7QrRccPRWvW2ZiRj8AgNQVX1gVBFE,595
|
|
210
210
|
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.po,sha256=ItSGf3ECumdoAEQl6L7VKfMFSVhIFfThfSzZ66aapPE,4110
|
|
211
|
-
invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=
|
|
211
|
+
invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=1hEq6YfFv5oBa9rOt8UIcG2O83ZEJI3BD3DtaO8lMk8,533
|
|
212
212
|
invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.po,sha256=sqQJeNvjpVQm16jPwQRpm5jI6ZDhLv7me0_8qVKbSOU,3986
|
|
213
|
-
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo,sha256=
|
|
213
|
+
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo,sha256=H0YkIWGY9mEzMrNzu9HwgMEIku77a7E9FiJMr_bUns0,662
|
|
214
214
|
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.po,sha256=l0xWw1uf4JhAJxfyG1ypwOmYncmZkJdsc44X76yND9Q,4200
|
|
215
|
-
invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=
|
|
215
|
+
invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=S1Y8MWMZAsCrt5kD-LAjbze4NDCLZwtXxp2odlQSjWg,594
|
|
216
216
|
invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.po,sha256=HV5SiBCunaVD0hTVxvZC2dazwouTl-TPDzqrcYIx4wk,4047
|
|
217
|
-
invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=
|
|
217
|
+
invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=T7R_vDPflLl0cfvi6PoRd1l10sEmQ42ppmM4F78typI,586
|
|
218
218
|
invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.po,sha256=ziB-xADWfC89PPNhbVtjaBEhl0UYiFC5KYc7ZZt7M5w,4039
|
|
219
|
-
invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo,sha256=
|
|
219
|
+
invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo,sha256=PnLxihUmdiOUZ0wCjR_qIp8yD7fzJbRKy-PsYumgOaE,522
|
|
220
220
|
invenio_vocabularies/translations/gl/LC_MESSAGES/messages.po,sha256=cOyVErQJJwScqsbD_rCXRsYOd4uoEATA9qocC0-K8kM,3975
|
|
221
|
-
invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=
|
|
221
|
+
invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=VRrVqpnTwgyEObxy96t603Wli0sR4YhKcxJZbUZUfYg,533
|
|
222
222
|
invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.po,sha256=n-OYjVPSd-P8u4mKxX0I5fCRyapgSE6BiEIC5qPRmu4,3986
|
|
223
|
-
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo,sha256
|
|
223
|
+
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo,sha256=iD57CwmjF8gCj1-D3JPMg4uV3GfXBVBtX9n__timtHE,662
|
|
224
224
|
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.po,sha256=Ye-5_Z5TFH9xxtid9naKo86yt5_-WmKYVT1G-uup9vo,4177
|
|
225
|
-
invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo,sha256=
|
|
225
|
+
invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo,sha256=pzovcDJinsLPCFgnCg0U9WOnpqqERDZdSYHZnWNimrE,2095
|
|
226
226
|
invenio_vocabularies/translations/hu/LC_MESSAGES/messages.po,sha256=D9I9AE_HnTrg9hb2ok44cRTYLd8JkOi8e_nQlHj8-TU,4690
|
|
227
|
-
invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=
|
|
227
|
+
invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=7vC8PUIzx9BE4u3ATOKkEIPec1UH-sM7bCO5XoJGZIg,539
|
|
228
228
|
invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.po,sha256=_jorg7x43IAMVzrsaQYZpRysKu9j84dtmxBqqW7RrpI,3992
|
|
229
|
-
invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo,sha256=
|
|
229
|
+
invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo,sha256=6F-FGjL_ai8y-MV7duv1bZBwzO6ipfzOh5xQ77Dyo8k,670
|
|
230
230
|
invenio_vocabularies/translations/it/LC_MESSAGES/messages.po,sha256=dUb7fx9KsDqlPfVbw9dWoPG1HwV8NU4kmCyAS1oZ_RA,4222
|
|
231
|
-
invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo,sha256=
|
|
231
|
+
invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo,sha256=W_1mugi7j0AM9Zj6ecEHx27DGC2sLrDSJbNAxCowvYE,592
|
|
232
232
|
invenio_vocabularies/translations/ja/LC_MESSAGES/messages.po,sha256=C6I7nyPhnCF2fL1YxhK2w02nQvARM7QVs4b5qo8_9I4,4107
|
|
233
|
-
invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo,sha256=
|
|
233
|
+
invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo,sha256=OzCVHioFYYFcuVlUoiJxvqArG_tncdkH56I-nZlEECU,654
|
|
234
234
|
invenio_vocabularies/translations/ka/LC_MESSAGES/messages.po,sha256=j8ZPewJC1oB5nZgpgf9bPlcgNkQ7tULnx_fV--IPHng,4148
|
|
235
|
-
invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo,sha256=
|
|
235
|
+
invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo,sha256=N72ztfbBg7BJ6P1ZxEughyAcgHcoVAXEXcoQne87neg,760
|
|
236
236
|
invenio_vocabularies/translations/lt/LC_MESSAGES/messages.po,sha256=9aF8nMUPtP3xK2BirfwNOHVhYeR90mpGQkAiWYjurgo,4254
|
|
237
|
-
invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo,sha256=
|
|
237
|
+
invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo,sha256=bfY5XCHzi_lIlzXKiGU05LltKE1sDHMk6gDIWxPFI7Y,520
|
|
238
238
|
invenio_vocabularies/translations/ne/LC_MESSAGES/messages.po,sha256=GjzkKRLhkhCFxxb_Lcg3NPbyYdLc_yXYh18l6GSdwp8,3973
|
|
239
|
-
invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo,sha256=
|
|
239
|
+
invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo,sha256=Jvnc12-c6ukH5dkoiXFldjr3v1qGCmGABJhxke4PT3E,592
|
|
240
240
|
invenio_vocabularies/translations/no/LC_MESSAGES/messages.po,sha256=h4c-86uMKBzf-tFSwcIj05xnuNTErbpkSykWcwjaS9s,4107
|
|
241
|
-
invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo,sha256=
|
|
241
|
+
invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo,sha256=8LiWOKXAP3QoHBGkaKH6jFMFULYb8UCp1elxDlCrePo,736
|
|
242
242
|
invenio_vocabularies/translations/pl/LC_MESSAGES/messages.po,sha256=ZjJ5MqxvHui3pKI2MHGjwI8feC0Sp1uAkEFu35F51ak,4251
|
|
243
|
-
invenio_vocabularies/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
|
243
|
+
invenio_vocabularies/translations/pt/LC_MESSAGES/messages.mo,sha256=lzdUJFMGTFHA6KR4l_DTZbzaE12POUtVBfmWGV02MgY,645
|
|
244
244
|
invenio_vocabularies/translations/pt/LC_MESSAGES/messages.po,sha256=QcIXktYDZ9PL-VPfpkzsSk-OsOLnOJKiKgcqUfcpNNM,4160
|
|
245
|
-
invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo,sha256=
|
|
245
|
+
invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo,sha256=o8B8AeMuFJe5CztXIlLGYzjpcRFcYXMxjliw5mVwjtQ,631
|
|
246
246
|
invenio_vocabularies/translations/ro/LC_MESSAGES/messages.po,sha256=_WJtM7YEVv_R6WujNtlMIq7otc10zVqmIql2P69cjno,4146
|
|
247
|
-
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
|
247
|
+
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo,sha256=dlkpYpVvXoIpOnJlWHhH7aChjHkNF86BAJe4KKFVT14,740
|
|
248
248
|
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.po,sha256=ur3fZ_LChAF30PbohmJmSrTi6oP_BYXwGzvVDvgJeqE,4255
|
|
249
|
-
invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo,sha256=
|
|
249
|
+
invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo,sha256=BBhkN571lhrT-x8wfXEXIIVeXdicr0zS0J4sDu9q5Dk,525
|
|
250
250
|
invenio_vocabularies/translations/rw/LC_MESSAGES/messages.po,sha256=ETsMPjzcL0B3KkJF3V34q8iXHbAyA_9SvqLHTCUh0MI,3978
|
|
251
|
-
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo,sha256=
|
|
251
|
+
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo,sha256=DP2bh1oU-DajP5H6Cw-wVORlAf6F9a7A_sznTIFVoU8,664
|
|
252
252
|
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.po,sha256=_694ORmQV_KkDUhKDKUigT0VoxL58I7wymOevCGTgbQ,4179
|
|
253
|
-
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=
|
|
253
|
+
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=Lo36_suSySR1W83-FLXRq55w5PW74u8-EfpFCosQTwU,2001
|
|
254
254
|
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.po,sha256=jKV1UwmA1DQdUV-WB_4pvw0TCQA06LEvXOIqfWF697w,4642
|
|
255
|
-
invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=
|
|
255
|
+
invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=_-xqdIwZGBl-tIaw9t3zGJB2rrVv4lJM4blv2-ePtZI,536
|
|
256
256
|
invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.po,sha256=pb4wo66W2jg0pssRfwLeUUG4qDPSL-XKD45bKUvc5Jo,3989
|
|
257
|
-
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo,sha256=
|
|
257
|
+
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo,sha256=DcxIU0v9qNRJl5LquofKHXX728HLAkzh4x_4X70zoUI,946
|
|
258
258
|
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.po,sha256=S1uBEdS5z4u7V2iLDwCREoYnlqp-qM_UmXfIOT3WXGQ,4280
|
|
259
|
-
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo,sha256=
|
|
259
|
+
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo,sha256=Qd75ERgvKbiQ4cfCuJ82XM9ISyYPePsQMP1SEl5EPkg,1169
|
|
260
260
|
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.po,sha256=mERndelTrdxz5m_UaNhcMgU8K5b641h5pD_67Tp8VpM,4461
|
|
261
|
-
invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=
|
|
261
|
+
invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=S1zLn8GLrqUrzrKkRn9ijMLdgghEM4dcfhTaBCIIAPg,761
|
|
262
262
|
invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.po,sha256=zOhuP60Iht7r7STIkud-Bv-H7jjzIOqykmuC1mRKePU,4214
|
|
263
|
-
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=
|
|
263
|
+
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=bUkXvewDVxEku7oT7xAoniwXMYS6QI-KO9lPIdM2nMQ,1797
|
|
264
264
|
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
|
|
265
|
-
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=
|
|
265
|
+
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=2v3dPF6a1InglduAUgxtfwGpL-D6Zn0qnsAgTYd_-8s,600
|
|
266
266
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
|
|
267
|
-
invenio_vocabularies-2.2.
|
|
268
|
-
invenio_vocabularies-2.2.
|
|
269
|
-
invenio_vocabularies-2.2.
|
|
270
|
-
invenio_vocabularies-2.2.
|
|
271
|
-
invenio_vocabularies-2.2.
|
|
272
|
-
invenio_vocabularies-2.2.
|
|
273
|
-
invenio_vocabularies-2.2.
|
|
267
|
+
invenio_vocabularies-2.2.2.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
|
|
268
|
+
invenio_vocabularies-2.2.2.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
|
|
269
|
+
invenio_vocabularies-2.2.2.dist-info/METADATA,sha256=3YJIinXm1bYtGSCF24fCTsmlm69R2Fj97MRydO0V-HQ,5277
|
|
270
|
+
invenio_vocabularies-2.2.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
271
|
+
invenio_vocabularies-2.2.2.dist-info/entry_points.txt,sha256=cBazxlQQIn53RNdPI8edCL5v1k-6fE7UU4O0QssUoBE,2309
|
|
272
|
+
invenio_vocabularies-2.2.2.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
|
|
273
|
+
invenio_vocabularies-2.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{invenio_vocabularies-2.2.0.dist-info → invenio_vocabularies-2.2.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|