invenio-subjects-mesh-lite 2025.1.15__tar.gz → 2026.1.27.0__tar.gz

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.
Files changed (19) hide show
  1. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/CHANGES.md +11 -0
  2. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/MANIFEST.in +1 -2
  3. {invenio_subjects_mesh_lite-2025.1.15/invenio_subjects_mesh_lite.egg-info → invenio_subjects_mesh_lite-2026.1.27.0}/PKG-INFO +51 -35
  4. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/README.md +35 -5
  5. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv +30533 -30361
  6. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0/invenio_subjects_mesh_lite.egg-info}/PKG-INFO +51 -35
  7. invenio_subjects_mesh_lite-2026.1.27.0/invenio_subjects_mesh_lite.egg-info/requires.txt +15 -0
  8. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/pyproject.toml +34 -14
  9. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/tests/test_invenio_subjects_mesh_lite.py +3 -5
  10. invenio_subjects_mesh_lite-2025.1.15/invenio_subjects_mesh_lite.egg-info/requires.txt +0 -8
  11. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/LICENSE +0 -0
  12. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite/__init__.py +0 -0
  13. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite/vocabularies/__init__.py +0 -0
  14. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite/vocabularies/vocabularies.yaml +0 -0
  15. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite.egg-info/SOURCES.txt +0 -0
  16. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite.egg-info/dependency_links.txt +0 -0
  17. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite.egg-info/entry_points.txt +0 -0
  18. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/invenio_subjects_mesh_lite.egg-info/top_level.txt +0 -0
  19. {invenio_subjects_mesh_lite-2025.1.15 → invenio_subjects_mesh_lite-2026.1.27.0}/setup.cfg +0 -0
@@ -1,5 +1,16 @@
1
1
  # Changes
2
2
 
3
+ Version 2026.1.27.0 (released 2026-01-28)
4
+
5
+ - MeSH 2026
6
+ - Drop support for Python 3.9
7
+ - Depend on invenio-subjects-mesh-common
8
+
9
+ Version 2025.1.15.2 (released 2025-07-15)
10
+
11
+ - Compatible with InvenioRDM v13
12
+ - Switch versioning pattern
13
+
3
14
  Version 2025.1.15 (released 2025-01-15)
4
15
 
5
16
  - MeSH 2025
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2023 Northwestern University.
3
+ # Copyright (C) 2023-2025 Northwestern University.
4
4
  #
5
5
  # invenio-subjects-mesh-lite is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the MIT License; see LICENSE file for more
@@ -14,5 +14,4 @@
14
14
  # added by check-manifest
15
15
  include *.md
16
16
  recursive-include invenio_subjects_mesh_lite *.yaml
17
- recursive-include invenio_subjects_mesh_lite *.jsonl
18
17
  recursive-include invenio_subjects_mesh_lite *.csv
@@ -1,53 +1,39 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: invenio-subjects-mesh-lite
3
- Version: 2025.1.15
3
+ Version: 2026.1.27.0
4
4
  Summary: MeSH subject terms without qualifiers
5
5
  Author-email: Northwestern University <DL_FSM_GDS@e.northwestern.edu>
6
- License: MIT License
7
-
8
- Copyright (C) 2021-2023 Northwestern University.
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy of
11
- this software and associated documentation files (the "Software"), to deal in
12
- the Software without restriction, including without limitation the rights to
13
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
14
- of the Software, and to permit persons to whom the Software is furnished to do
15
- so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
27
-
6
+ License-Expression: MIT
28
7
  Project-URL: Repository, https://github.com/galterlibrary/invenio-subjects-mesh-lite
29
8
  Keywords: invenio,inveniordm,subjects,MeSH
30
9
  Classifier: Environment :: Web Environment
31
10
  Classifier: Intended Audience :: Developers
32
- Classifier: License :: OSI Approved :: MIT License
33
11
  Classifier: Operating System :: OS Independent
34
12
  Classifier: Programming Language :: Python
35
13
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
36
14
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
37
15
  Classifier: Programming Language :: Python :: 3
38
- Classifier: Programming Language :: Python :: 3.9
39
16
  Classifier: Programming Language :: Python :: 3.11
40
17
  Classifier: Programming Language :: Python :: 3.12
41
- Requires-Python: >=3.9
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
20
+ Requires-Python: >=3.11
42
21
  Description-Content-Type: text/markdown
43
22
  License-File: LICENSE
44
- Requires-Dist: galter-subjects-utils<2.0,>=0.4.2
23
+ Requires-Dist: invenio-subjects-mesh-common<2.0,>=0.2.0
45
24
  Provides-Extra: dev
46
25
  Requires-Dist: check-manifest>=0.49; extra == "dev"
47
- Requires-Dist: invenio-search[opensearch2]<3.0,>=2.1.0; extra == "dev"
26
+ Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "dev"
48
27
  Requires-Dist: invoke<3.0,>=2.2; extra == "dev"
49
28
  Requires-Dist: pyyaml>=5.4.1; extra == "dev"
50
- Requires-Dist: pytest-invenio<3.0.0,>=2.1.1; extra == "dev"
29
+ Requires-Dist: pytest-invenio<5.0.0,>=3.3.0; extra == "dev"
30
+ Provides-Extra: dev-pre
31
+ Requires-Dist: check-manifest>=0.49; extra == "dev-pre"
32
+ Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "dev-pre"
33
+ Requires-Dist: invoke<3.0,>=2.2; extra == "dev-pre"
34
+ Requires-Dist: pyyaml>=5.4.1; extra == "dev-pre"
35
+ Requires-Dist: pytest-invenio<5.0.0,>=3.3.0; extra == "dev-pre"
36
+ Dynamic: license-file
51
37
 
52
38
  # invenio-subjects-mesh-lite
53
39
 
@@ -79,13 +65,32 @@ This will add it to your Pipfile.
79
65
 
80
66
  ## Versions
81
67
 
82
- This repository follows [calendar versioning](https://calver.org/) for year and month:
68
+ **From 2025.1.15.2 onwards**
83
69
 
84
- `2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded MeSH terms.
85
- `18` here is a patch number (not a day).
70
+ This package follows the following format for versions: `YYYY.mm.dd.patch` where
71
+
72
+ - `YYYY.mm.dd` is the date of retrieval of the MeSH terms with `mm` and `dd` NOT being 0-prefixed.
73
+ - `patch` is the patch number (0-indexed) so that multiple releases can be done on the same day (bug/security fixes) and non-subject related releases can be done as well.
74
+
75
+ This follows [calendar versioning](https://calver.org/) (for year, month, and day) and adds a patch number at the end. The package is typically updated on a quarterly basis. The following are illustrative (fictitious) examples of how to understand the versioning of this distribution package:
76
+
77
+ | Last MeSH update included | patch number | version of this project |
78
+ | ------------------------- | ------------ | ----------------------- |
79
+ | 2025-06-31 | 2 | 2025.6.31.2 |
80
+ | 2025-12-01 | 0 | 2025.12.1.0 |
81
+
82
+ **Prior to 2025.1.15.2**
83
+
84
+ This repository follows [calendar versioning](https://calver.org/) for year and month. It does a "best effort" attempt at tracking the MeSH updates in an *up-to-and-including* version date manner. The following are illustrative cases of how to understand the versioning of this distribution package:
85
+
86
+ | Last MeSH update included | version of this project | date of release of this project |
87
+ | ------------------------- | ----------------------- | ------------------------------- |
88
+ | 2024-01-31 | 2024.1.X | any time after 2024-01-31 |
89
+ | 2023-12-31 | 2023.12.X | any time after 2023-12-31 |
86
90
 
87
- So far the package is compatible with InvenioRDM 9.1+'s subjects "ABI". If there is a breaking change, a compatibility
88
- table will be provided to indicate version cross-compatibility.
91
+
92
+ `2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded terms.
93
+ `18` here is a patch number (not a day).
89
94
 
90
95
  ## Usage
91
96
 
@@ -156,6 +161,17 @@ Run tests:
156
161
  pipenv run inv test
157
162
  ```
158
163
 
164
+ Test compatibility with the pre-release version of InvenioRDM (invenio-app-rdm):
165
+
166
+ ```bash
167
+ # Step 1 - install the pre-release dependencies
168
+ (venv) pip install --pre -e .[dev_pre]
169
+ # Step 2 - Run the pre-release tests
170
+ (venv) inv test
171
+ # if using uv run:
172
+ uv run --extra dev_pre --prerelease=allow inv test
173
+ ```
174
+
159
175
  Check manifest:
160
176
 
161
177
  ```bash
@@ -28,13 +28,32 @@ This will add it to your Pipfile.
28
28
 
29
29
  ## Versions
30
30
 
31
- This repository follows [calendar versioning](https://calver.org/) for year and month:
31
+ **From 2025.1.15.2 onwards**
32
32
 
33
- `2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded MeSH terms.
34
- `18` here is a patch number (not a day).
33
+ This package follows the following format for versions: `YYYY.mm.dd.patch` where
34
+
35
+ - `YYYY.mm.dd` is the date of retrieval of the MeSH terms with `mm` and `dd` NOT being 0-prefixed.
36
+ - `patch` is the patch number (0-indexed) so that multiple releases can be done on the same day (bug/security fixes) and non-subject related releases can be done as well.
37
+
38
+ This follows [calendar versioning](https://calver.org/) (for year, month, and day) and adds a patch number at the end. The package is typically updated on a quarterly basis. The following are illustrative (fictitious) examples of how to understand the versioning of this distribution package:
39
+
40
+ | Last MeSH update included | patch number | version of this project |
41
+ | ------------------------- | ------------ | ----------------------- |
42
+ | 2025-06-31 | 2 | 2025.6.31.2 |
43
+ | 2025-12-01 | 0 | 2025.12.1.0 |
44
+
45
+ **Prior to 2025.1.15.2**
46
+
47
+ This repository follows [calendar versioning](https://calver.org/) for year and month. It does a "best effort" attempt at tracking the MeSH updates in an *up-to-and-including* version date manner. The following are illustrative cases of how to understand the versioning of this distribution package:
48
+
49
+ | Last MeSH update included | version of this project | date of release of this project |
50
+ | ------------------------- | ----------------------- | ------------------------------- |
51
+ | 2024-01-31 | 2024.1.X | any time after 2024-01-31 |
52
+ | 2023-12-31 | 2023.12.X | any time after 2023-12-31 |
35
53
 
36
- So far the package is compatible with InvenioRDM 9.1+'s subjects "ABI". If there is a breaking change, a compatibility
37
- table will be provided to indicate version cross-compatibility.
54
+
55
+ `2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded terms.
56
+ `18` here is a patch number (not a day).
38
57
 
39
58
  ## Usage
40
59
 
@@ -105,6 +124,17 @@ Run tests:
105
124
  pipenv run inv test
106
125
  ```
107
126
 
127
+ Test compatibility with the pre-release version of InvenioRDM (invenio-app-rdm):
128
+
129
+ ```bash
130
+ # Step 1 - install the pre-release dependencies
131
+ (venv) pip install --pre -e .[dev_pre]
132
+ # Step 2 - Run the pre-release tests
133
+ (venv) inv test
134
+ # if using uv run:
135
+ uv run --extra dev_pre --prerelease=allow inv test
136
+ ```
137
+
108
138
  Check manifest:
109
139
 
110
140
  ```bash