invenio-vocabularies 2.2.1__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.

Files changed (56) hide show
  1. invenio_vocabularies/__init__.py +1 -1
  2. invenio_vocabularies/alembic/55a700f897b6_add_names_and_afiliations_pid_column.py +1 -1
  3. invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo +0 -0
  4. invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo +0 -0
  5. invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo +0 -0
  6. invenio_vocabularies/translations/ca/LC_MESSAGES/messages.mo +0 -0
  7. invenio_vocabularies/translations/cs/LC_MESSAGES/messages.mo +0 -0
  8. invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo +0 -0
  9. invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo +0 -0
  10. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo +0 -0
  11. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo +0 -0
  12. invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo +0 -0
  13. invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo +0 -0
  14. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo +0 -0
  15. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo +0 -0
  16. invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo +0 -0
  17. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo +0 -0
  18. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo +0 -0
  19. invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo +0 -0
  20. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo +0 -0
  21. invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo +0 -0
  22. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo +0 -0
  23. invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo +0 -0
  24. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo +0 -0
  25. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
  26. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo +0 -0
  27. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
  28. invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo +0 -0
  29. invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo +0 -0
  30. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
  31. invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo +0 -0
  32. invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo +0 -0
  33. invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo +0 -0
  34. invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo +0 -0
  35. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo +0 -0
  36. invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo +0 -0
  37. invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo +0 -0
  38. invenio_vocabularies/translations/pt/LC_MESSAGES/messages.mo +0 -0
  39. invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo +0 -0
  40. invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo +0 -0
  41. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo +0 -0
  42. invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo +0 -0
  43. invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo +0 -0
  44. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
  45. invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo +0 -0
  46. invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo +0 -0
  47. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
  48. invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
  49. invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
  50. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/METADATA +5 -1
  51. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/RECORD +56 -56
  52. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/AUTHORS.rst +0 -0
  53. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/LICENSE +0 -0
  54. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/WHEEL +0 -0
  55. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/entry_points.txt +0 -0
  56. {invenio_vocabularies-2.2.1.dist-info → invenio_vocabularies-2.2.2.dist-info}/top_level.txt +0 -0
@@ -10,6 +10,6 @@
10
10
 
11
11
  from .ext import InvenioVocabularies
12
12
 
13
- __version__ = "2.2.1"
13
+ __version__ = "2.2.2"
14
14
 
15
15
  __all__ = ("__version__", "InvenioVocabularies")
@@ -14,7 +14,7 @@ from alembic import op
14
14
  revision = "55a700f897b6"
15
15
  down_revision = "e1146238edd3"
16
16
  branch_labels = ()
17
- depends_on = None
17
+ depends_on = "999c62899c20"
18
18
 
19
19
 
20
20
  pids_table = sa.sql.table(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: invenio-vocabularies
3
- Version: 2.2.1
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
@@ -74,6 +74,10 @@ 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
+
77
81
  Version 2.2.1 (2023-10-02)
78
82
 
79
83
  - facets: change caching strategy by caching each vocabulary by id. Replace
@@ -1,4 +1,4 @@
1
- invenio_vocabularies/__init__.py,sha256=9qHLzH-13R6QL5PLNT-ki7PsC9umkWITYZZcaA4huUQ,377
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=IKV7IW84R-Rcy_53VFWN51NJlqUIbgHCSp-TQDj3KX4,2371
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
@@ -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=Tq2jiOLpIEsJN7K27mp4qfMU0Uih7fu_glHWMsYifBs,523
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=KCHKw2NbRmaXMi50DPrUgs9MaNRw6N3YzP5qsAbAyT8,2470
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=i8AuIMhdjPtbmWKHgWwMnPFvrVt4l1Wng4KGRCr23fk,604
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=GZLFnwtYVf5OujwYXb1W6mLr5npQ0jGNjQQa54f-mUU,613
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=RT4bP2hawMSOIf5YQTJL5ImPrtmiRIck9NTtOp6hszM,694
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=-4Ofjw-Gqlp8803Rx-D-b6U-YIwZt93l3m9kelJjyuA,520
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=EAVLD3jaJTfClqaW_mHzyJwyB2UBsKUuNXf4WqZGeVE,1760
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=I_a3hIBhBeL9u-A54OIMd4dA1dAoFFUu-GfZdwbbsPk,536
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=XBFe5Wo5z2Q-1l89xSD5njO8js1Ga0Efmh22XT35JU8,536
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=_9_QUN7prcsOd95ajoK3eicHX6_FafFMFmvb2k-Bgjo,624
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=8_IdE2En2LVdFKazTStsT_XUecIARA8YaytxQuA7XGw,467
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=2sXR9vK3Rsm9rLWypO6FR_4f6de2t8dKPzVvQt_omos,537
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=Px7DCiThuhNmLOttjG9Dwo1_AvFoIgvb6GtG4yuUit0,494
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=e2xZmh3PiIXkRhmEwJ1tjABKQl576ZbcXSGkHaWB51w,2189
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=obmNo3lMqy7eJsgjKGbE-2TvgfEzefI3yFsyCLVAdbw,573
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=3ftU4zkCV1hz9X46w1cRHEQowI1ogSdHm-h37J9_v_k,575
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=jG7MGaDxkbLjEQ3WtpjKhPwTQPx7y6ItTXFQvpsU890,1990
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=4GAM10MIMbtVa81cMXwNorBz5lYVwVuszhhw4c10wqI,538
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=v1q4_wQWLLiTAemTWY6bsmpcamnMlFAcUXw4U7me6R0,595
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=0doq9wGJdl2cVpU2tfT4R28z93ncl83pkcUKahas5wY,533
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=Ow4rqGC-lw7R9Po5HryH57yskgDOIbw0ZpDxsFf-pNU,662
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=6oWXALTXquDUPQXnYrMpuENzLQezmRQ0p-ds--z0dSo,594
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=WF4CWCSAAL0LFW3jxQ0LAYxLyeqbKPjlIZbIVQk7cmA,586
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=WvhgEDArGo-CCnbaz7YlbIOg5M7kfNtHKqxBIEKu7gM,522
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=EpUzPek6vKVBM-lIxcyoT_WPu9SQs20um1tRjB2ptkw,533
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=-W_vYzl-X0VAZz1P5KBSzW8y6EBeO1rYHG1Y65oFQAY,662
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=adnmoQIJIXWvoOXXTsRxoLToWwyq9Qm641SsPdtERjo,2095
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=SzHPdwDvx798HNGM9jb6TGVr8dGdJq9nNOFT-jasGzg,539
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=wKFf1j7aCV9V00TfsA4RHc0j3dpLrwt_0NyL6aB2Il0,670
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=_qxdZsEJ5vjCBQY6Q_4-48H2XT_BrBuUw6ER24bSiFw,592
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=aaMxax_hlK145gXhJfFeH_cU2NnUyxrc04q9BRnQ2O0,654
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=xJ_joL8aVOw-LrUhxqfUNz-WkNwmlZn0mJ_HqhZGe3I,760
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=fSFELrqYC5zjAmIVnfqQpAnaryJOGKqbU4OB-OWuN5I,520
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=REfkntFl6FVtaxyLX9iiHk6xsaMAmwIm7riHDjyZUTI,592
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=IpqdKuQDaIJFnibQQSU1mz_-SJGiYyhm0IzIMOr8FG8,736
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=eTbps-JgNC4VnlmI249H-skqbKEoMV3V4jgLoFDahrY,645
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=qx5EbQ3386H5qd2Tph6redWcA-rTskM2J2fE2ZYaBO8,631
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=U6SMXezi2zguLPzBUCsS623Es_NGI79HEijvalcUVa0,740
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=QTcrezVEBrTrGraKHG32qYQjLOR_9Dq5lrgYNHzdhTM,525
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=96BE3ZXNN38fWUfKUu1mCYjVz4qx9c6hBetL_Gv5NVA,664
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=oBJUtFHePWPad5NLPASGCz2465XcLaTxtB5Z9xSHPik,2001
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=lNo8hpdb6wKQ9_0cYcRLiWKnJUje-EVAjjBo2FzFgj4,536
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=CDMfgBSV6LNzS9-fe_x5lOSuPvGpKoyvuzh6kWoHyfQ,946
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=SN8dnYlwb24idxCPYij_udTTnoWYooA9bJm2adVfM9w,1169
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=aAedudaVkL24STaSg0fyr5Qs3mbyaj388tQgBhFIhuM,761
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=B1ysk8DOWiqGqT9fiTLbMnbeUI3-iOnp8x3x6NAoEPg,1797
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=1fiYIHoTDv1OS_Y6_KHQ0tlogc6a4LsuAIWIWISGp58,600
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.1.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
268
- invenio_vocabularies-2.2.1.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
269
- invenio_vocabularies-2.2.1.dist-info/METADATA,sha256=QxUMSSb6NjwvUgOZF-NznhaVl8J94B1ircMtI-N_Agc,5184
270
- invenio_vocabularies-2.2.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
271
- invenio_vocabularies-2.2.1.dist-info/entry_points.txt,sha256=cBazxlQQIn53RNdPI8edCL5v1k-6fE7UU4O0QssUoBE,2309
272
- invenio_vocabularies-2.2.1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
273
- invenio_vocabularies-2.2.1.dist-info/RECORD,,
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,,