invenio-vocabularies 8.2.1__py2.py3-none-any.whl → 9.0.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of invenio-vocabularies might be problematic. Click here for more details.

@@ -11,6 +11,6 @@
11
11
 
12
12
  from .ext import InvenioVocabularies
13
13
 
14
- __version__ = "8.2.1"
14
+ __version__ = "9.0.0"
15
15
 
16
16
  __all__ = ("__version__", "InvenioVocabularies")
@@ -45,8 +45,10 @@ class SubjectsSearchOptions(SearchOptions):
45
45
  """Search options."""
46
46
 
47
47
  suggest_parser_cls = CompositeSuggestQueryParser.factory(
48
+ filter_field="scheme",
48
49
  fields=[
49
50
  "subject^100",
51
+ "scheme^20",
50
52
  localized_title,
51
53
  "synonyms^20",
52
54
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-vocabularies
3
- Version: 8.2.1
3
+ Version: 9.0.0
4
4
  Summary: Invenio module for managing vocabularies.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-vocabularies
6
6
  Author: CERN
@@ -15,7 +15,7 @@ License-File: AUTHORS.rst
15
15
  Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
16
16
  Requires-Dist: invenio-records-resources<9.0.0,>=8.0.0
17
17
  Requires-Dist: invenio-administration<5.0.0,>=4.0.0
18
- Requires-Dist: invenio-jobs<5.0.0,>=4.0.0
18
+ Requires-Dist: invenio-jobs<6.0.0,>=5.0.0
19
19
  Requires-Dist: lxml>=4.5.0
20
20
  Requires-Dist: pycountry>=24.0.0
21
21
  Requires-Dist: PyYAML>=5.4.1
@@ -79,7 +79,7 @@ Invenio module for managing vocabularies, based on Invenio-Records and Invenio-R
79
79
  - Helpers for importing vocabularies
80
80
 
81
81
  ..
82
- Copyright (C) 2020-2024 CERN.
82
+ Copyright (C) 2020-2025 CERN.
83
83
  Copyright (C) 2024-2025 Graz University of Technology.
84
84
 
85
85
  Invenio-Vocabularies is free software; you can redistribute it and/or
@@ -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 v9.0.0 (released 2025-09-05)
93
+
94
+ - setup: bump major version of invenio-jobs
95
+
96
+ Version v8.3.0 (released 2025-07-31)
97
+
98
+ - subjects: Add search scheme field configuration to enable composite and filter query support in subject search functionality
99
+
92
100
  Version v8.2.1 (released 2025-07-21)
93
101
 
94
102
  - fix(jobs): remove string casts from since
@@ -1,4 +1,4 @@
1
- invenio_vocabularies/__init__.py,sha256=Y05MOnhzzbvStc0MUVoBGKQddJrsme_nf45hWCmFCvQ,434
1
+ invenio_vocabularies/__init__.py,sha256=SaZR_FgM2gQeKd8dbBxVnBmb-8zKMNzg9uT4T6_cV6g,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
@@ -196,7 +196,7 @@ invenio_vocabularies/contrib/names/mappings/v7/__init__.py,sha256=qLGB8C0kPI3xub
196
196
  invenio_vocabularies/contrib/names/mappings/v7/names/name-v1.0.0.json,sha256=5Ybcq3fUMYx3u1MNKmHh-CWBtATS9MYpdEcwAM8EQ80,1943
197
197
  invenio_vocabularies/contrib/subjects/__init__.py,sha256=GtXZKA6VWG1oA1fUX2Wh92nd-1i7RnnQF6RprGhxkD4,591
198
198
  invenio_vocabularies/contrib/subjects/api.py,sha256=QH8mxoLsa8qjJT1i1Tj6rRnpbH23plo2IMOJ56rnvbU,347
199
- invenio_vocabularies/contrib/subjects/config.py,sha256=CLQT1_5gj4waCFBI6K2jobHHUQjW0RJ7Xk49caWDP14,2378
199
+ invenio_vocabularies/contrib/subjects/config.py,sha256=8_5FKfG5x5xIxw7eqwZNnanjJSH43EDTiaRKVOjatvk,2434
200
200
  invenio_vocabularies/contrib/subjects/datastreams.py,sha256=s6o5_A-0I3TMx77IbwmLHJpSuDWx8xClW9ocnP2JYfw,1885
201
201
  invenio_vocabularies/contrib/subjects/facets.py,sha256=qQ7_rppFBzsmrlZu4-MvOIdUcjeOmDA9gOHAcs0lWwI,695
202
202
  invenio_vocabularies/contrib/subjects/models.py,sha256=8XgbVRxDDvhWPjMWsoCriNlOKdmV_113a14yLRtlvM4,363
@@ -328,10 +328,10 @@ invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=AEoPrwqBX
328
328
  invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=sP0-MvZo4F4wIG4JVLebCAOxh1tFIkfM2bLaKL-B148,8024
329
329
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=p2PFN_PL1m7miZ6qyoHFmBi6UUF3qhuz1sfCqTxm5fY,599
330
330
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=vO8YRTkTqKE6gepSW_N3uNKYp3Me1rqnYaONFQGJOoY,7519
331
- invenio_vocabularies-8.2.1.dist-info/licenses/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
332
- invenio_vocabularies-8.2.1.dist-info/licenses/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
333
- invenio_vocabularies-8.2.1.dist-info/METADATA,sha256=uFo_nJLa9mHDrSXfoAxQvKS-ypuv9lKAabSA728aHUg,14931
334
- invenio_vocabularies-8.2.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
335
- invenio_vocabularies-8.2.1.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
336
- invenio_vocabularies-8.2.1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
337
- invenio_vocabularies-8.2.1.dist-info/RECORD,,
331
+ invenio_vocabularies-9.0.0.dist-info/licenses/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
332
+ invenio_vocabularies-9.0.0.dist-info/licenses/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
333
+ invenio_vocabularies-9.0.0.dist-info/METADATA,sha256=GehY1RJ6qpXMG-uJe-auQUbfCFsb1SakoN5Cj00rATM,15180
334
+ invenio_vocabularies-9.0.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
335
+ invenio_vocabularies-9.0.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
336
+ invenio_vocabularies-9.0.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
337
+ invenio_vocabularies-9.0.0.dist-info/RECORD,,