invenio-vocabularies 7.0.0__py2.py3-none-any.whl → 7.0.0.dev1__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 +1 -1
- invenio_vocabularies/contrib/names/schema.py +1 -13
- invenio_vocabularies/jobs.py +45 -10
- 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.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/METADATA +4 -15
- {invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/RECORD +57 -57
- {invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/WHEEL +1 -1
- {invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/AUTHORS.rst +0 -0
- {invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/LICENSE +0 -0
- {invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/entry_points.txt +0 -0
- {invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/top_level.txt +0 -0
invenio_vocabularies/__init__.py
CHANGED
|
@@ -11,14 +11,7 @@
|
|
|
11
11
|
from functools import partial
|
|
12
12
|
|
|
13
13
|
from invenio_i18n import lazy_gettext as _
|
|
14
|
-
from marshmallow import
|
|
15
|
-
EXCLUDE,
|
|
16
|
-
ValidationError,
|
|
17
|
-
fields,
|
|
18
|
-
post_dump,
|
|
19
|
-
post_load,
|
|
20
|
-
validates_schema,
|
|
21
|
-
)
|
|
14
|
+
from marshmallow import ValidationError, fields, post_dump, post_load, validates_schema
|
|
22
15
|
from marshmallow_utils.fields import IdentifierSet, SanitizedUnicode
|
|
23
16
|
from marshmallow_utils.schemas import IdentifierSchema
|
|
24
17
|
|
|
@@ -34,11 +27,6 @@ class AffiliationRelationSchema(BaseAffiliationRelationSchema):
|
|
|
34
27
|
|
|
35
28
|
acronym = SanitizedUnicode(dump_only=True)
|
|
36
29
|
|
|
37
|
-
class Meta:
|
|
38
|
-
"""Meta class."""
|
|
39
|
-
|
|
40
|
-
unknown = EXCLUDE
|
|
41
|
-
|
|
42
30
|
|
|
43
31
|
class NameSchema(BaseVocabularySchema, ModePIDFieldVocabularyMixin):
|
|
44
32
|
"""Service schema for names.
|
invenio_vocabularies/jobs.py
CHANGED
|
@@ -9,19 +9,44 @@
|
|
|
9
9
|
"""Jobs module."""
|
|
10
10
|
|
|
11
11
|
import datetime
|
|
12
|
+
from datetime import timezone
|
|
12
13
|
|
|
13
14
|
from invenio_i18n import gettext as _
|
|
14
15
|
from invenio_jobs.jobs import JobType
|
|
16
|
+
from marshmallow import Schema, fields
|
|
17
|
+
from marshmallow_utils.fields import TZDateTime
|
|
15
18
|
|
|
16
19
|
from invenio_vocabularies.services.tasks import process_datastream
|
|
17
20
|
|
|
18
21
|
from .contrib.names.datastreams import ORCID_PRESET_DATASTREAM_CONFIG
|
|
19
22
|
|
|
20
23
|
|
|
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
|
+
|
|
21
44
|
class ProcessDataStreamJob(JobType):
|
|
22
45
|
"""Generic process data stream job type."""
|
|
23
46
|
|
|
47
|
+
arguments_schema = ArgsSchema
|
|
24
48
|
task = process_datastream
|
|
49
|
+
id = None
|
|
25
50
|
|
|
26
51
|
|
|
27
52
|
class ProcessRORAffiliationsJob(ProcessDataStreamJob):
|
|
@@ -32,8 +57,13 @@ class ProcessRORAffiliationsJob(ProcessDataStreamJob):
|
|
|
32
57
|
id = "process_ror_affiliations"
|
|
33
58
|
|
|
34
59
|
@classmethod
|
|
35
|
-
def
|
|
36
|
-
"""
|
|
60
|
+
def default_args(cls, job_obj, since=None, **kwargs):
|
|
61
|
+
"""Generate default job arguments here."""
|
|
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
|
+
|
|
37
67
|
# NOTE: Update is set to False for now given we don't have the logic to re-index dependent records yet.
|
|
38
68
|
# Since jobs support custom args, update true can be passed via that.
|
|
39
69
|
return {
|
|
@@ -70,8 +100,13 @@ class ProcessRORFundersJob(ProcessDataStreamJob):
|
|
|
70
100
|
id = "process_ror_funders"
|
|
71
101
|
|
|
72
102
|
@classmethod
|
|
73
|
-
def
|
|
74
|
-
"""
|
|
103
|
+
def default_args(cls, job_obj, since=None, **kwargs):
|
|
104
|
+
"""Generate default job arguments here."""
|
|
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
|
+
|
|
75
110
|
# NOTE: Update is set to False for now given we don't have the logic to re-index dependent records yet.
|
|
76
111
|
# Since jobs support custom args, update true can be passed via that.
|
|
77
112
|
return {
|
|
@@ -108,8 +143,8 @@ class ImportAwardsOpenAIREJob(ProcessDataStreamJob):
|
|
|
108
143
|
id = "import_awards_openaire"
|
|
109
144
|
|
|
110
145
|
@classmethod
|
|
111
|
-
def
|
|
112
|
-
"""
|
|
146
|
+
def default_args(cls, job_obj, **kwargs):
|
|
147
|
+
"""Generate default job arguments."""
|
|
113
148
|
return {
|
|
114
149
|
"config": {
|
|
115
150
|
"readers": [
|
|
@@ -143,8 +178,8 @@ class UpdateAwardsCordisJob(ProcessDataStreamJob):
|
|
|
143
178
|
id = "update_awards_cordis"
|
|
144
179
|
|
|
145
180
|
@classmethod
|
|
146
|
-
def
|
|
147
|
-
"""
|
|
181
|
+
def default_args(cls, job_obj, **kwargs):
|
|
182
|
+
"""Generate default job arguments."""
|
|
148
183
|
return {
|
|
149
184
|
"config": {
|
|
150
185
|
"readers": [
|
|
@@ -171,6 +206,6 @@ class ImportORCIDJob(ProcessDataStreamJob):
|
|
|
171
206
|
id = "import_orcid"
|
|
172
207
|
|
|
173
208
|
@classmethod
|
|
174
|
-
def
|
|
175
|
-
"""
|
|
209
|
+
def default_args(cls, job_obj, **kwargs):
|
|
210
|
+
"""Generate default job arguments."""
|
|
176
211
|
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
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: invenio-vocabularies
|
|
3
|
-
Version: 7.0.0
|
|
3
|
+
Version: 7.0.0.dev1
|
|
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.dev1
|
|
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,23 +91,12 @@ https://invenio-vocabularies.readthedocs.io/
|
|
|
91
91
|
Changes
|
|
92
92
|
=======
|
|
93
93
|
|
|
94
|
-
Version
|
|
95
|
-
|
|
96
|
-
- Promote to stable release
|
|
97
|
-
- jobs: apply code upgrades
|
|
98
|
-
|
|
99
|
-
Version v7.0.0.dev2 (released 2025-01-23)
|
|
100
|
-
|
|
101
|
-
Version v7.0.0.dev1 (released 2024-12-12)
|
|
94
|
+
Version 7.0.0.dev1 (released 2024-12-12)
|
|
102
95
|
|
|
103
96
|
- comp: make compatible to flask-sqlalchemy>=3.1
|
|
104
97
|
- setup: change to reusable workflows
|
|
105
98
|
- setup: bump major dependencies
|
|
106
99
|
|
|
107
|
-
Version v6.11.0 (released 2024-12-13)
|
|
108
|
-
|
|
109
|
-
- names: fix acronym in marshamllow schema
|
|
110
|
-
|
|
111
100
|
Version v6.10.1 (released 2024-12-12)
|
|
112
101
|
|
|
113
102
|
- names: drop unique id on the internal id
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
invenio_vocabularies/__init__.py,sha256=
|
|
1
|
+
invenio_vocabularies/__init__.py,sha256=qi4G2KcqMmOpuS_oGRLTY2icKGs_8ckVvhaCmvmfjjA,434
|
|
2
2
|
invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
|
|
3
3
|
invenio_vocabularies/config.py,sha256=h9Iied753mmZwZZHe5COMqUYvV-zSQtx763EIkUVb1Q,6973
|
|
4
4
|
invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
|
|
5
5
|
invenio_vocabularies/factories.py,sha256=lRHPGPos6GdXf0yAhB1d7iMjVfpOeFDZRL9PPZvuWlY,6408
|
|
6
6
|
invenio_vocabularies/fixtures.py,sha256=iEPkWf_ZjdP2D9r2sLdIlPoR8Rq2m5cnoFwywUGHneg,1696
|
|
7
|
-
invenio_vocabularies/jobs.py,sha256=
|
|
7
|
+
invenio_vocabularies/jobs.py,sha256=0aTukWooBPCvEgvnjJcQAZuMeS2H_m-RGULNIfJ5Gmc,6800
|
|
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
|
|
@@ -122,7 +122,7 @@ invenio_vocabularies/contrib/names/names.py,sha256=jej3gkBgOJpKwp5RmWk1AP678WkMb
|
|
|
122
122
|
invenio_vocabularies/contrib/names/permissions.py,sha256=5xrpYsA3oQUJ5lJpF7wjRAFiW-pM6_yP1k9zllbRwnQ,844
|
|
123
123
|
invenio_vocabularies/contrib/names/resources.py,sha256=Z8XqLKfFKE69zdTTvcTDmpEZ6wqiqjIH5tp0LzXTSwQ,1588
|
|
124
124
|
invenio_vocabularies/contrib/names/s3client.py,sha256=c7B9_NbnXCfE4pE_yMTsT6uQ2hgbcRU-KY6nbWFuFzU,1063
|
|
125
|
-
invenio_vocabularies/contrib/names/schema.py,sha256=
|
|
125
|
+
invenio_vocabularies/contrib/names/schema.py,sha256=TmMel-JswqArUpwmGKFahNFJTx5yqVy_osAxWEgAThY,3665
|
|
126
126
|
invenio_vocabularies/contrib/names/services.py,sha256=ntcGUTM0ZsKnRTxIKvZhKrRuup6Tjv965PATCaJR6Cc,2127
|
|
127
127
|
invenio_vocabularies/contrib/names/jsonschemas/__init__.py,sha256=pdDZdyoxqWbAQ6ngiclhYoDUsGKgRDRPXlIDy0U5Jzg,241
|
|
128
128
|
invenio_vocabularies/contrib/names/jsonschemas/names/name-v1.0.0.json,sha256=WlIroNhE9o6oh1Cd13ymBPXuXDOs0NYfjLGtAH417YI,1574
|
|
@@ -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=vVmpL_mTr5sr8wh_KR3bBZuByRp5ZBIzSiFKsmvCGcM,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=tIQc1A33MpPz4Jo8LDw7PJDeWRKst3ixYB_kU2AnJ34,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=1fDYPGVnatdG8ntzgivYUVGT3zHESY84mOJAgT6Kf9E,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=sMyBCsZHs9gT6RN9pXrXbZdD-a7LTTmj6VFdNUA0mlw,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=ixu3QPsJa349e44bCC-SxCPIM6m_F5nFu_YRbuaxI5U,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=xvMpZKjwn20kQbEYkhrPui2zl2FdKFPGJAhUfscayE4,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=hvFAtnxg_J4mM0ZoQeii5GaMuJqO_MTCl6A-bHjOeqE,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=VLitq-ChGBm2SSJOoHxp8xedQN0HHcBnyZFr3VUDQjo,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=LN1Wba7LosYH-G9yLwVoK3Y0UcxikJ-vyHqdDt-sKco,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=hf-h9VZ5cdUqb8o46D7ddnWZB4-7ERZ0Tp9JDPzcKaQ,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=L_2_x9zkpftQv3fw0iVeceO8I-RbtL0D7fcNw2nyPLc,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=vCoCboPJ6B5SqcmviLrfA-PVNcTBfTimitnkyDuy1gY,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=9qlAlaqM87Vqgmhz3sEzDP16cXP2IPFA2KX-YARBa40,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=98JvqjxeMkMMdSMNMW61wtFyLexrcn09e_1wc_zoOmY,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=ms1_RPD6Q0w4aBC-Ow9kozXeafQsETHtXvJzsfCwctA,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=LAGHWpuZN51qldyz1JDTsUGEPJn_Ago0eQGG_oOi-LM,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=aUc7WzUqG_YFqSQfkFqktLp1AGOkWDKouz1w8VispIw,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=PXkJuKg1G_A0uIrZhBWm2qYw-8IJV4jtrzgDEYOjkSg,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=U219dZeU0h3nnvPZnSC7hcVXfPPVJbgv0zv_0eHyqRk,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=32xaarhUPPRk0l3HLyL12lAz9-jItRyWZz2vwQfmzMg,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=bQOx0w9V4Xp98HLW2HYyS7utXF9K1PggLR61ST5_z60,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=9e0zvaWLx_abykC0A-5IWrL-1NCZTPcoEwrgHfjObfk,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=mC8dS0UUbB0ZmH-Idk3phjTFo22earYaq0HgpkDj81Y,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=A3wF88FYD8wvkElBKGXwtPoMNUNFdudeGdUJ5ZaUk-s,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=0MOYdsrRKO1NolyxUlq6HJS9ylp2L8uJfSRhvoSPhpo,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=skYZa88Y1At7jWcPk9QdKJGRNDsAhaMyN6tc-PS3MhM,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=HN7zp-PO2_LMXwxyLpIHJX2cvJfu5e2JrgppXGSQMTI,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=xdas-Uk7EEKY3uf-E9y72lUAg_VyBRhEC6nKOXWADGE,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=unSp33-amUyk8oXpwepujY4254Rh1CiOAEZSraz-O5k,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=EqzYQ6847GfrPElRU0_JS5g1Aua9nKGN99pEdRARi1s,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=lvE4iEMjJf5hqJHgvzv0idDesQ88pOa3Dd0hYVe75_Q,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=pw39MAkmwwnpIdxGggrY5BJR8xTk-90vUeqiPgmm8Yw,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=9n0RLvPp3fFECkiklYWQnMztNN9-iJm-Vq1T4-0PuG0,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=LIgnqkTIfEciu1d_GKreNerv8Oa68C4WOmyEAKkWM3I,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=bH5k5S3MhV2svZ8WJyg4A5Xd-pScOWPbUUykrCMYAKI,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=399fevo0iOg_DOpnOo3Ct8MJ09JkXYTymH-PlSpQ2nY,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=3wCCOPb8XyX07xOieAgaS9NzE9ZZdRkwmCOugHUYqWk,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=2kFwqrbbmmx5M6M_x9Ua3bmUq5zx9nLg8G4VQDxvb-4,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=Vg2O1zsfsza0CWeHuEXY0Sw96yoWwdL1gAMjsWykJbs,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=tZbtTjZKGtlYyYPTHS39IUTdum3JSk3ySmqNY2FHUvU,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=iW8iY4ZbBR-J6FCW1Wxr3mfuAhOaM0rDsMCMI4PRT54,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=aOnK-A7a5pgwpd05BgVCzPm9uLi5aUoY23hKgVxaujI,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=su2qzJJPlhECOBae0g-B3-E8moAimSgrDoVAFdTubpo,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=CPabvYS-DNSSSfdnJbGN8_gmmRBpKFHmUKrR0rR6YoI,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=QMy-trRBg4yEyZANEEAaWPdglLhnRZdcDiXvUVEIuKQ,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=6j9luPXUVurgD352K0Cvs0rGZm7qFJMjwzYOpsd7GVo,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=NmyVgGfR0Lmqtv34w60tRXjxjNDaBQ4IYJPgi_F8lQk,600
|
|
307
307
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
|
|
308
|
-
invenio_vocabularies-7.0.0.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
|
|
309
|
-
invenio_vocabularies-7.0.0.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
|
|
310
|
-
invenio_vocabularies-7.0.0.dist-info/METADATA,sha256=
|
|
311
|
-
invenio_vocabularies-7.0.0.dist-info/WHEEL,sha256=
|
|
312
|
-
invenio_vocabularies-7.0.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
|
|
313
|
-
invenio_vocabularies-7.0.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
|
|
314
|
-
invenio_vocabularies-7.0.0.dist-info/RECORD,,
|
|
308
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
|
|
309
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
|
|
310
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/METADATA,sha256=xjPcsBou347jEhbi226hp4qQ86FDWDravlqjolF71Eo,12719
|
|
311
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
|
312
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
|
|
313
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
|
|
314
|
+
invenio_vocabularies-7.0.0.dev1.dist-info/RECORD,,
|
{invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/AUTHORS.rst
RENAMED
|
File without changes
|
|
File without changes
|
{invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{invenio_vocabularies-7.0.0.dist-info → invenio_vocabularies-7.0.0.dev1.dist-info}/top_level.txt
RENAMED
|
File without changes
|