invenio-subjects-mesh-lite 2024.3.4__tar.gz → 2024.3.6__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-2024.3.6/CHANGES.md +17 -0
  2. {invenio-subjects-mesh-lite-2024.3.4/invenio_subjects_mesh_lite.egg-info → invenio_subjects_mesh_lite-2024.3.6}/PKG-INFO +16 -7
  3. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/README.md +10 -2
  4. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6/invenio_subjects_mesh_lite.egg-info}/PKG-INFO +16 -7
  5. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite.egg-info/requires.txt +2 -1
  6. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/pyproject.toml +7 -5
  7. invenio-subjects-mesh-lite-2024.3.4/CHANGES.md +0 -9
  8. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/LICENSE +0 -0
  9. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/MANIFEST.in +0 -0
  10. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite/__init__.py +0 -0
  11. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite/vocabularies/__init__.py +0 -0
  12. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv +0 -0
  13. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite/vocabularies/vocabularies.yaml +0 -0
  14. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite.egg-info/SOURCES.txt +0 -0
  15. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite.egg-info/dependency_links.txt +0 -0
  16. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite.egg-info/entry_points.txt +0 -0
  17. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/invenio_subjects_mesh_lite.egg-info/top_level.txt +0 -0
  18. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/setup.cfg +0 -0
  19. {invenio-subjects-mesh-lite-2024.3.4 → invenio_subjects_mesh_lite-2024.3.6}/tests/test_invenio_subjects_mesh_lite.py +0 -0
@@ -0,0 +1,17 @@
1
+ # Changes
2
+
3
+ Version 2024.3.6 (released 2024-08-09)
4
+
5
+ - make compatible with InvenioRDM v12
6
+
7
+ Version 2024.3.5 (released 2024-05-22)
8
+
9
+ - patch fix from galter-subjects-utils
10
+
11
+ Version 2023.1.4 (released 2023-11-7)
12
+
13
+ - Polished release
14
+
15
+ Version 0.1.0 (released 2023-10-30)
16
+
17
+ - Initial public release.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: invenio-subjects-mesh-lite
3
- Version: 2024.3.4
3
+ Version: 2024.3.6
4
4
  Summary: MeSH subject terms without qualifiers
5
5
  Author-email: Northwestern University <DL_FSM_GDS@e.northwestern.edu>
6
6
  License: MIT License
@@ -35,15 +35,16 @@ Classifier: Programming Language :: Python
35
35
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
36
36
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
37
37
  Classifier: Programming Language :: Python :: 3
38
- Classifier: Programming Language :: Python :: 3.8
39
38
  Classifier: Programming Language :: Python :: 3.9
40
- Classifier: Programming Language :: Python :: 3.10
41
- Requires-Python: >=3.8
39
+ Classifier: Programming Language :: Python :: 3.11
40
+ Classifier: Programming Language :: Python :: 3.12
41
+ Requires-Python: >=3.9
42
42
  Description-Content-Type: text/markdown
43
43
  License-File: LICENSE
44
- Requires-Dist: galter-subjects-utils<2.0,>=0.3.3
44
+ Requires-Dist: galter-subjects-utils<2.0,>=0.4.2
45
45
  Provides-Extra: dev
46
46
  Requires-Dist: check-manifest>=0.49; extra == "dev"
47
+ Requires-Dist: invenio-search[opensearch2]<3.0,>=2.1.0; extra == "dev"
47
48
  Requires-Dist: invoke<3.0,>=2.2; extra == "dev"
48
49
  Requires-Dist: pyyaml>=5.4.1; extra == "dev"
49
50
  Requires-Dist: pytest-invenio<3.0.0,>=2.1.1; extra == "dev"
@@ -110,12 +111,20 @@ In particular, options for `galter_subjects update` allow you to store renamed,
110
111
 
111
112
  When a new list of MeSH term comes out, this package should be updated. Here we show how.
112
113
 
114
+ **Pre-requisite/Context**
115
+
116
+ [Install the distribution package for development](#development) before you do anything.
117
+
118
+ **Commands**
119
+
120
+ Once you have it installed, you can run the following commands in the isolated virtualenv:
121
+
113
122
  ```bash
114
123
  # In this project
115
124
  # Download up-to-date listings
116
- pipenv run invenio galter_subjects mesh download -d /path/to/downloads/storage/ -y YEAR
125
+ (venv) invenio galter_subjects mesh download -d /path/to/downloads/storage/ -y YEAR
117
126
  # Generate file containing initial listing
118
- pipenv run invenio galter_subjects mesh file -d /path/to/downloads/storage/ -y YEAR -f topic -o invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv
127
+ (venv) invenio galter_subjects mesh file -d /path/to/downloads/storage/ -y YEAR -f topic -o invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv
119
128
  ```
120
129
 
121
130
  When you are happy with the list, bump the version in `pyproject.toml` and release it.
@@ -60,12 +60,20 @@ In particular, options for `galter_subjects update` allow you to store renamed,
60
60
 
61
61
  When a new list of MeSH term comes out, this package should be updated. Here we show how.
62
62
 
63
+ **Pre-requisite/Context**
64
+
65
+ [Install the distribution package for development](#development) before you do anything.
66
+
67
+ **Commands**
68
+
69
+ Once you have it installed, you can run the following commands in the isolated virtualenv:
70
+
63
71
  ```bash
64
72
  # In this project
65
73
  # Download up-to-date listings
66
- pipenv run invenio galter_subjects mesh download -d /path/to/downloads/storage/ -y YEAR
74
+ (venv) invenio galter_subjects mesh download -d /path/to/downloads/storage/ -y YEAR
67
75
  # Generate file containing initial listing
68
- pipenv run invenio galter_subjects mesh file -d /path/to/downloads/storage/ -y YEAR -f topic -o invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv
76
+ (venv) invenio galter_subjects mesh file -d /path/to/downloads/storage/ -y YEAR -f topic -o invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv
69
77
  ```
70
78
 
71
79
  When you are happy with the list, bump the version in `pyproject.toml` and release it.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: invenio-subjects-mesh-lite
3
- Version: 2024.3.4
3
+ Version: 2024.3.6
4
4
  Summary: MeSH subject terms without qualifiers
5
5
  Author-email: Northwestern University <DL_FSM_GDS@e.northwestern.edu>
6
6
  License: MIT License
@@ -35,15 +35,16 @@ Classifier: Programming Language :: Python
35
35
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
36
36
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
37
37
  Classifier: Programming Language :: Python :: 3
38
- Classifier: Programming Language :: Python :: 3.8
39
38
  Classifier: Programming Language :: Python :: 3.9
40
- Classifier: Programming Language :: Python :: 3.10
41
- Requires-Python: >=3.8
39
+ Classifier: Programming Language :: Python :: 3.11
40
+ Classifier: Programming Language :: Python :: 3.12
41
+ Requires-Python: >=3.9
42
42
  Description-Content-Type: text/markdown
43
43
  License-File: LICENSE
44
- Requires-Dist: galter-subjects-utils<2.0,>=0.3.3
44
+ Requires-Dist: galter-subjects-utils<2.0,>=0.4.2
45
45
  Provides-Extra: dev
46
46
  Requires-Dist: check-manifest>=0.49; extra == "dev"
47
+ Requires-Dist: invenio-search[opensearch2]<3.0,>=2.1.0; extra == "dev"
47
48
  Requires-Dist: invoke<3.0,>=2.2; extra == "dev"
48
49
  Requires-Dist: pyyaml>=5.4.1; extra == "dev"
49
50
  Requires-Dist: pytest-invenio<3.0.0,>=2.1.1; extra == "dev"
@@ -110,12 +111,20 @@ In particular, options for `galter_subjects update` allow you to store renamed,
110
111
 
111
112
  When a new list of MeSH term comes out, this package should be updated. Here we show how.
112
113
 
114
+ **Pre-requisite/Context**
115
+
116
+ [Install the distribution package for development](#development) before you do anything.
117
+
118
+ **Commands**
119
+
120
+ Once you have it installed, you can run the following commands in the isolated virtualenv:
121
+
113
122
  ```bash
114
123
  # In this project
115
124
  # Download up-to-date listings
116
- pipenv run invenio galter_subjects mesh download -d /path/to/downloads/storage/ -y YEAR
125
+ (venv) invenio galter_subjects mesh download -d /path/to/downloads/storage/ -y YEAR
117
126
  # Generate file containing initial listing
118
- pipenv run invenio galter_subjects mesh file -d /path/to/downloads/storage/ -y YEAR -f topic -o invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv
127
+ (venv) invenio galter_subjects mesh file -d /path/to/downloads/storage/ -y YEAR -f topic -o invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv
119
128
  ```
120
129
 
121
130
  When you are happy with the list, bump the version in `pyproject.toml` and release it.
@@ -1,7 +1,8 @@
1
- galter-subjects-utils<2.0,>=0.3.3
1
+ galter-subjects-utils<2.0,>=0.4.2
2
2
 
3
3
  [dev]
4
4
  check-manifest>=0.49
5
+ invenio-search[opensearch2]<3.0,>=2.1.0
5
6
  invoke<3.0,>=2.2
6
7
  pyyaml>=5.4.1
7
8
  pytest-invenio<3.0.0,>=2.1.1
@@ -15,25 +15,26 @@ classifiers = [
15
15
  "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
16
16
  "Topic :: Software Development :: Libraries :: Python Modules",
17
17
  "Programming Language :: Python :: 3",
18
- "Programming Language :: Python :: 3.8",
19
18
  "Programming Language :: Python :: 3.9",
20
- "Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
21
  ]
22
22
  dependencies = [
23
- "galter-subjects-utils>=0.3.3,<2.0"
23
+ "galter-subjects-utils>=0.4.2,<2.0"
24
24
  ]
25
25
  description = "MeSH subject terms without qualifiers"
26
26
  keywords = ["invenio", "inveniordm", "subjects", "MeSH"]
27
27
  license = {file = "LICENSE"}
28
28
  name = "invenio-subjects-mesh-lite"
29
29
  readme = "README.md"
30
- requires-python = ">=3.8"
30
+ requires-python = ">=3.9"
31
31
  urls = {Repository = "https://github.com/galterlibrary/invenio-subjects-mesh-lite"}
32
- version = "2024.3.4"
32
+ version = "2024.3.6"
33
33
 
34
34
  [project.optional-dependencies]
35
35
  dev = [
36
36
  "check-manifest>=0.49",
37
+ "invenio-search[opensearch2]>=2.1.0,<3.0", # Needs to be specified separately as it's normally up to the instance
37
38
  "invoke>=2.2,<3.0",
38
39
  "pyyaml>=5.4.1",
39
40
  "pytest-invenio>=2.1.1,<3.0.0",
@@ -59,6 +60,7 @@ ignore = [
59
60
 
60
61
  [tool.pytest.ini_options]
61
62
  minversion = "6.0"
63
+ # ATTN: Remove the cov options when using breakpoint() since it interferes
62
64
  addopts = '--isort --pydocstyle --pycodestyle --doctest-glob="*.rst" --doctest-modules --cov=invenio_subjects_mesh_lite --cov-report=term-missing'
63
65
  testpaths = ["tests", "invenio_subjects_mesh_lite"]
64
66
 
@@ -1,9 +0,0 @@
1
- # Changes
2
-
3
- Version 2023.1.4 (released 2023-11-7)
4
-
5
- - Polished release
6
-
7
- Version 0.1.0 (released 2023-10-30)
8
-
9
- - Initial public release.