invenio-vocabularies 6.4.1__py2.py3-none-any.whl → 6.5.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.

@@ -10,6 +10,6 @@
10
10
 
11
11
  from .ext import InvenioVocabularies
12
12
 
13
- __version__ = "6.4.1"
13
+ __version__ = "6.5.0"
14
14
 
15
15
  __all__ = ("__version__", "InvenioVocabularies")
@@ -172,7 +172,7 @@ VOCABULARIES_TYPES_SEARCH = {
172
172
  }
173
173
  """Vocabulary type search configuration."""
174
174
 
175
- SUBJECTS_EUROSCIVOC_FILE_URL = "https://op.europa.eu/o/opportal-service/euvoc-download-handler?cellarURI=http%3A%2F%2Fpublications.europa.eu%2Fresource%2Fdistribution%2Feuroscivoc%2F20231115-0%2Frdf%2Fskos_ap_eu%2FEuroSciVoc-skos-ap-eu.rdf&fileName=EuroSciVoc-skos-ap-eu.rdf"
175
+ SUBJECTS_EUROSCIVOC_FILE_URL = "https://publications.europa.eu/resource/distribution/euroscivoc/rdf/skos_ap_eu/EuroSciVoc-skos-ap-eu.rdf"
176
176
  """Subject EuroSciVoc file download link."""
177
177
 
178
178
  VOCABULARIES_ORCID_ACCESS_KEY = "TODO"
@@ -14,8 +14,8 @@
14
14
  "type": "custom",
15
15
  "char_filter": ["strip_special_chars"],
16
16
  "filter": [
17
- "lowercase",
18
- "asciifolding",
17
+ "lowercasepreserveoriginal",
18
+ "asciifoldingpreserveoriginal",
19
19
  "edgegrams"
20
20
  ]
21
21
  },
@@ -24,8 +24,8 @@
24
24
  "type": "custom",
25
25
  "char_filter": ["strip_special_chars"],
26
26
  "filter": [
27
- "lowercase",
28
- "asciifolding"
27
+ "lowercasepreserveoriginal",
28
+ "asciifoldingpreserveoriginal"
29
29
  ]
30
30
  }
31
31
  },
@@ -40,11 +40,11 @@
40
40
  }
41
41
  },
42
42
  "filter": {
43
- "lowercase": {
43
+ "lowercasepreserveoriginal": {
44
44
  "type": "lowercase",
45
45
  "preserve_original": true
46
46
  },
47
- "asciifolding": {
47
+ "asciifoldingpreserveoriginal": {
48
48
  "type": "asciifolding",
49
49
  "preserve_original": true
50
50
  },
@@ -14,8 +14,8 @@
14
14
  "type": "custom",
15
15
  "char_filter": ["strip_special_chars"],
16
16
  "filter": [
17
- "lowercase",
18
- "asciifolding",
17
+ "lowercasepreserveoriginal",
18
+ "asciifoldingpreserveoriginal",
19
19
  "edgegrams"
20
20
  ]
21
21
  },
@@ -24,8 +24,8 @@
24
24
  "type": "custom",
25
25
  "char_filter": ["strip_special_chars"],
26
26
  "filter": [
27
- "lowercase",
28
- "asciifolding"
27
+ "lowercasepreserveoriginal",
28
+ "asciifoldingpreserveoriginal"
29
29
  ]
30
30
  }
31
31
  },
@@ -40,11 +40,11 @@
40
40
  }
41
41
  },
42
42
  "filter": {
43
- "lowercase": {
43
+ "lowercasepreserveoriginal": {
44
44
  "type": "lowercase",
45
45
  "preserve_original": true
46
46
  },
47
- "asciifolding": {
47
+ "asciifoldingpreserveoriginal": {
48
48
  "type": "asciifolding",
49
49
  "preserve_original": true
50
50
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: invenio-vocabularies
3
- Version: 6.4.1
3
+ Version: 6.5.0
4
4
  Summary: Invenio module for managing vocabularies.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-vocabularies
6
6
  Author: CERN
@@ -83,6 +83,12 @@ https://invenio-vocabularies.readthedocs.io/
83
83
  Changes
84
84
  =======
85
85
 
86
+ Version v6.5.0 (released 2024-10-31)
87
+
88
+ - subjects: euroscivoc: change default to latest version-less URL
89
+ - Rename patched filters so the normalizer uses the default ones (#409)
90
+ * rename patched filters so the normalizer uses the default ones
91
+
86
92
  Version v6.4.1 (released 2024-10-15)
87
93
 
88
94
  - fix: exclude unknown fields when updating awards with subjects
@@ -1,6 +1,6 @@
1
- invenio_vocabularies/__init__.py,sha256=cnTvl-gNQL8JCB5A30kCWNNoQi84lT9ksWrLQbmr8eY,377
1
+ invenio_vocabularies/__init__.py,sha256=RojgHMHpQAzjFxZhRH31r4GvA4kZAkhfR-T-HZvyrGQ,377
2
2
  invenio_vocabularies/cli.py,sha256=S3lBsLxsSYa83sCDaGZr5mP7TwPvmmwxzzbB13h8VBI,5856
3
- invenio_vocabularies/config.py,sha256=bpNKVgwfb7bgkP5zbmoawnAMD6bHWXIJV-6CpEhi-M8,5752
3
+ invenio_vocabularies/config.py,sha256=l-mKnoZaIO0p-9K2gnlBvExdjzpQw5aU1lFI16ZI4Mk,5614
4
4
  invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
5
5
  invenio_vocabularies/factories.py,sha256=mVg4yGKe58e4uS8rYe0DmIO6oMpmtNTcK3wH9eM5jVU,4380
6
6
  invenio_vocabularies/fixtures.py,sha256=nNWwH04HFASjfj1oy5kMdcQGKmVjzUuA5wSw-ER1QAg,1585
@@ -104,10 +104,10 @@ invenio_vocabularies/contrib/funders/jsonschemas/funders/funder-v1.0.0.json,sha2
104
104
  invenio_vocabularies/contrib/funders/mappings/__init__.py,sha256=aSr-tZd9rsjet6leeS336gdSdZHXwZKdaPStNtVNQVk,244
105
105
  invenio_vocabularies/contrib/funders/mappings/os-v1/__init__.py,sha256=xXEX3tacmXp0I1KFtDw7ohIahozd2oIGp1UN40IhFic,251
106
106
  invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v1.0.0.json,sha256=E7Zp4IHsQGdaxVrksr-SaQtieV7tV0W6-LgGe231G1w,1646
107
- invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v2.0.0.json,sha256=31shkTYZDvx7tSCnOA4OlqRmQ0IEv2qhePJsIStReJo,3385
107
+ invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v2.0.0.json,sha256=gx2CkNWNcTxP94iCU9remCrWxR-AmNqloYTh47gwNHQ,3481
108
108
  invenio_vocabularies/contrib/funders/mappings/os-v2/__init__.py,sha256=YvMRlKYTnEmyTzI9smZp_lO3w-zcK-8IpqT-jGUXEEY,251
109
109
  invenio_vocabularies/contrib/funders/mappings/os-v2/funders/funder-v1.0.0.json,sha256=E7Zp4IHsQGdaxVrksr-SaQtieV7tV0W6-LgGe231G1w,1646
110
- invenio_vocabularies/contrib/funders/mappings/os-v2/funders/funder-v2.0.0.json,sha256=31shkTYZDvx7tSCnOA4OlqRmQ0IEv2qhePJsIStReJo,3385
110
+ invenio_vocabularies/contrib/funders/mappings/os-v2/funders/funder-v2.0.0.json,sha256=gx2CkNWNcTxP94iCU9remCrWxR-AmNqloYTh47gwNHQ,3481
111
111
  invenio_vocabularies/contrib/funders/mappings/v7/__init__.py,sha256=yFHmi3QYD65YKzLU5vMEtwAZn0gwkFYa6Db_tSbHjKE,254
112
112
  invenio_vocabularies/contrib/funders/mappings/v7/funders/funder-v1.0.0.json,sha256=E7Zp4IHsQGdaxVrksr-SaQtieV7tV0W6-LgGe231G1w,1646
113
113
  invenio_vocabularies/contrib/names/__init__.py,sha256=DBfsM7JMETZGaV5QmXEwE7zhCaAXvc2SZN6uXnW_V-c,451
@@ -297,10 +297,10 @@ invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=g1I5aNO8r
297
297
  invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
298
298
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=cqSm8NtMAwrP9O6qbmtkDtRT1e9D93qpsJN5X9_PPVw,600
299
299
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
300
- invenio_vocabularies-6.4.1.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
301
- invenio_vocabularies-6.4.1.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
302
- invenio_vocabularies-6.4.1.dist-info/METADATA,sha256=54qe6nCLmGJy9rNAImi2olrld8Cl2p3BGn2jp6u9ADY,10433
303
- invenio_vocabularies-6.4.1.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
304
- invenio_vocabularies-6.4.1.dist-info/entry_points.txt,sha256=xskfdwhOV074XHL1g8x8BZ6BNsdZ6D7XPVqcU5JqB2g,3118
305
- invenio_vocabularies-6.4.1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
306
- invenio_vocabularies-6.4.1.dist-info/RECORD,,
300
+ invenio_vocabularies-6.5.0.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
301
+ invenio_vocabularies-6.5.0.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
302
+ invenio_vocabularies-6.5.0.dist-info/METADATA,sha256=VRg_aDoS0NrNaNMJTEiX-k-kMCuSMDKo7pQBHgOjP9I,10679
303
+ invenio_vocabularies-6.5.0.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
304
+ invenio_vocabularies-6.5.0.dist-info/entry_points.txt,sha256=xskfdwhOV074XHL1g8x8BZ6BNsdZ6D7XPVqcU5JqB2g,3118
305
+ invenio_vocabularies-6.5.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
306
+ invenio_vocabularies-6.5.0.dist-info/RECORD,,