invenio-vocabularies 7.5.0__py2.py3-none-any.whl → 8.0.1__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.

@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  #
3
3
  # Copyright (C) 2020-2025 CERN.
4
- # Copyright (C) 2024 Graz University of Technology.
4
+ # Copyright (C) 2024-2025 Graz University of Technology.
5
5
  #
6
6
  # Invenio-Vocabularies is free software; you can redistribute it and/or
7
7
  # modify it under the terms of the MIT License; see LICENSE file for more
@@ -11,6 +11,6 @@
11
11
 
12
12
  from .ext import InvenioVocabularies
13
13
 
14
- __version__ = "7.5.0"
14
+ __version__ = "8.0.1"
15
15
 
16
16
  __all__ = ("__version__", "InvenioVocabularies")
@@ -176,7 +176,7 @@ function FundingFieldForm(props) {
176
176
  />
177
177
  </Overridable>
178
178
 
179
- {fundingError && <FeedbackLabel errorMessage={fundingError} />}
179
+ {fundingError && <FeedbackLabel fieldPath={fieldPath} />}
180
180
  </Form.Field>
181
181
  </DndProvider>
182
182
  );
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-vocabularies
3
- Version: 7.5.0
3
+ Version: 8.0.1
4
4
  Summary: Invenio module for managing vocabularies.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-vocabularies
6
6
  Author: CERN
@@ -13,9 +13,9 @@ Requires-Python: >=3.7
13
13
  License-File: LICENSE
14
14
  License-File: AUTHORS.rst
15
15
  Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
16
- Requires-Dist: invenio-records-resources<8.0.0,>=7.0.0
17
- Requires-Dist: invenio-administration<4.0.0,>=3.0.0
18
- Requires-Dist: invenio-jobs<4.0.0,>=3.0.0
16
+ Requires-Dist: invenio-records-resources<9.0.0,>=8.0.0
17
+ Requires-Dist: invenio-administration<5.0.0,>=4.0.0
18
+ Requires-Dist: invenio-jobs<5.0.0,>=4.0.0
19
19
  Requires-Dist: lxml>=4.5.0
20
20
  Requires-Dist: pycountry<23.0.0,>=22.3.5
21
21
  Requires-Dist: PyYAML>=5.4.1
@@ -80,7 +80,7 @@ Invenio module for managing vocabularies, based on Invenio-Records and Invenio-R
80
80
 
81
81
  ..
82
82
  Copyright (C) 2020-2024 CERN.
83
- Copyright (C) 2024 Graz University of Technology.
83
+ Copyright (C) 2024-2025 Graz University of Technology.
84
84
 
85
85
  Invenio-Vocabularies is free software; you can redistribute it and/or
86
86
  modify it under the terms of the MIT License; see LICENSE file for more
@@ -89,6 +89,14 @@ Invenio module for managing vocabularies, based on Invenio-Records and Invenio-R
89
89
  Changes
90
90
  =======
91
91
 
92
+ Version v8.0.1 (released 2025-06-11)
93
+
94
+ - funding: added fieldpath prop for feedback label
95
+
96
+ Version v8.0.0 (released 2025-06-03)
97
+
98
+ - setup: bump major dependencies
99
+
92
100
  Version v7.5.0 (released 2025-06-03)
93
101
 
94
102
  - jobs: ORCID job update instead of import (insert-only)
@@ -1,4 +1,4 @@
1
- invenio_vocabularies/__init__.py,sha256=Sz2fhKQ5Xh_F1bQq73K0muRdobmymX3NI6OQoWYEx4U,429
1
+ invenio_vocabularies/__init__.py,sha256=l6naHXLWiJdi2Hfux-IKT5UyeHeQGtNX4kFAuVg4lpU,434
2
2
  invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
3
3
  invenio_vocabularies/config.py,sha256=v6fTdeQXfUl0LavI2Xslql7mv3DVuIuGTqe2z3H3S7o,6942
4
4
  invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
@@ -32,7 +32,7 @@ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/form
32
32
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/AwardResults.js,sha256=AgqJg9GEcJvKZR4plZsH0j7cm9C3yjT9YCPI6uvmOyc,3499
33
33
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js,sha256=N4nCbvm6_vTCfuGyhuDnydUdk4cHyum14qYALr6p1WE,4675
34
34
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js,sha256=KOeeopPt1xoxQDmFDOV8nEi9YsH4VZPlc96hEzLxIQY,2432
35
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js,sha256=L1IqUDkU8VIpos7Cv75A-ZkG2ZLSP8aP3uKR5F1TL5k,7622
35
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js,sha256=hpm0FHRdeepOqPtR3G7sHXzf-rmIsBd3NP3mlF9XRJk,7616
36
36
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.test.js,sha256=z_4lWkf3h9Uin8OzSBSKY1wpUxtbnjE2kRUjW80jAhA,35
37
37
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingFieldItem.js,sha256=FvxrKFOf9tm3O2Dmnd3B4pt-Tj3OCMUKg22-rGI5qC8,4611
38
38
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingModal.js,sha256=4ZewwPdzYyWt85VcorgLDe9SguJ0RJCJSTdChUcSxsM,7475
@@ -300,10 +300,10 @@ invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=bpqywk-Hn
300
300
  invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
301
301
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=o3nwy64PXTcRaAbRrJpYMICW5aVQ0sCdGIn2Xy4UccU,600
302
302
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
303
- invenio_vocabularies-7.5.0.dist-info/licenses/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
304
- invenio_vocabularies-7.5.0.dist-info/licenses/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
305
- invenio_vocabularies-7.5.0.dist-info/METADATA,sha256=rraEdfXFIB__JTOcWEpYLmXyG85ReahTPhnFVvhuiBI,14030
306
- invenio_vocabularies-7.5.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
307
- invenio_vocabularies-7.5.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
308
- invenio_vocabularies-7.5.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
309
- invenio_vocabularies-7.5.0.dist-info/RECORD,,
303
+ invenio_vocabularies-8.0.1.dist-info/licenses/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
304
+ invenio_vocabularies-8.0.1.dist-info/licenses/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
305
+ invenio_vocabularies-8.0.1.dist-info/METADATA,sha256=m4j4eNvIFAUvQ5YOey1R5Ohi5GX95dE5Ak05BwQ5hLM,14197
306
+ invenio_vocabularies-8.0.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
307
+ invenio_vocabularies-8.0.1.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
308
+ invenio_vocabularies-8.0.1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
309
+ invenio_vocabularies-8.0.1.dist-info/RECORD,,