invenio-app-ils 4.0.0__py2.py3-none-any.whl → 4.1.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.
@@ -61,7 +61,9 @@
61
61
  "type": "date"
62
62
  },
63
63
  "abstract": {
64
- "type": "text"
64
+ "type": "text",
65
+ "analyzer": "custom_analyzer",
66
+ "search_analyzer": "custom_analyzer"
65
67
  },
66
68
  "access_urls": {
67
69
  "type": "object",
@@ -93,7 +95,9 @@
93
95
  "type": "keyword"
94
96
  },
95
97
  "value": {
96
- "type": "text"
98
+ "type": "text",
99
+ "analyzer": "custom_analyzer",
100
+ "search_analyzer": "custom_analyzer"
97
101
  }
98
102
  }
99
103
  },
@@ -103,7 +107,9 @@
103
107
  "type": "keyword"
104
108
  }
105
109
  },
106
- "type": "text"
110
+ "type": "text",
111
+ "analyzer": "custom_analyzer",
112
+ "search_analyzer": "custom_analyzer"
107
113
  },
108
114
  "cover_metadata": {
109
115
  "properties": {},
@@ -121,13 +127,22 @@
121
127
  "type": "object"
122
128
  },
123
129
  "document_type": {
124
- "type": "keyword"
130
+ "type": "keyword",
131
+ "fields": {
132
+ "text": {
133
+ "type": "text",
134
+ "analyzer": "custom_analyzer",
135
+ "search_analyzer": "custom_analyzer"
136
+ }
137
+ }
125
138
  },
126
139
  "edition": {
127
140
  "type": "keyword",
128
141
  "fields": {
129
142
  "text": {
130
- "type": "text"
143
+ "type": "text",
144
+ "analyzer": "custom_analyzer",
145
+ "search_analyzer": "custom_analyzer"
131
146
  }
132
147
  }
133
148
  },
@@ -183,7 +198,9 @@
183
198
  "type": "keyword",
184
199
  "fields": {
185
200
  "text": {
186
- "type": "text"
201
+ "type": "text",
202
+ "analyzer": "custom_analyzer",
203
+ "search_analyzer": "custom_analyzer"
187
204
  }
188
205
  }
189
206
  }
@@ -218,7 +235,7 @@
218
235
  "keywords": {
219
236
  "properties": {
220
237
  "source": { "type": "text" },
221
- "value": { "type": "text" }
238
+ "value": { "type": "text", "analyzer": "custom_analyzer", "search_analyzer": "custom_analyzer" }
222
239
  },
223
240
  "type": "object"
224
241
  },
@@ -235,7 +252,14 @@
235
252
  "type": "keyword"
236
253
  },
237
254
  "publication_year": {
238
- "type": "keyword"
255
+ "type": "keyword",
256
+ "fields": {
257
+ "text": {
258
+ "type": "text",
259
+ "analyzer": "custom_analyzer",
260
+ "search_analyzer": "custom_analyzer"
261
+ }
262
+ }
239
263
  },
240
264
  "publisher": {
241
265
  "fields": {
@@ -243,7 +267,9 @@
243
267
  "type": "keyword"
244
268
  }
245
269
  },
246
- "type": "text"
270
+ "type": "text",
271
+ "analyzer": "custom_analyzer",
272
+ "search_analyzer": "custom_analyzer"
247
273
  },
248
274
  "relation_types": {
249
275
  "type": "keyword"
@@ -337,7 +363,14 @@
337
363
  "type": "text"
338
364
  },
339
365
  "value": {
340
- "type": "keyword"
366
+ "type": "keyword",
367
+ "fields": {
368
+ "text": {
369
+ "type": "text",
370
+ "analyzer": "custom_analyzer",
371
+ "search_analyzer": "custom_analyzer"
372
+ }
373
+ }
341
374
  },
342
375
  "meta": {
343
376
  "type": "text"
@@ -348,7 +381,9 @@
348
381
  "physical_volumes": {
349
382
  "properties": {
350
383
  "description": {
351
- "type": "text"
384
+ "type": "text",
385
+ "analyzer": "custom_analyzer",
386
+ "search_analyzer": "custom_analyzer"
352
387
  },
353
388
  "location": {
354
389
  "type": "text"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: invenio-app-ils
3
- Version: 4.0.0
3
+ Version: 4.1.0
4
4
  Summary: Invenio Integrated Library System.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-ils
6
6
  Author: CERN
@@ -10,65 +10,62 @@ Keywords: invenio-app-ils Invenio
10
10
  Platform: any
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Requires-Python: >=3.8
13
- Requires-Dist: invenio-app <1.4.0,>=1.3.4
14
- Requires-Dist: invenio-base <1.3.0,>=1.2.11
15
- Requires-Dist: invenio-cache <2.0.0,>=1.1.1
16
- Requires-Dist: invenio-celery <1.3.0,>=1.2.4
17
- Requires-Dist: invenio-config <1.1.0,>=1.0.3
18
- Requires-Dist: invenio-i18n <3.0.0,>=2.0.0
19
- Requires-Dist: invenio-admin <1.5.0,>=1.4.0
20
- Requires-Dist: invenio-assets <4.0.0,>=3.0.0
21
- Requires-Dist: invenio-formatter <3.0.0,>=2.0.0
22
- Requires-Dist: invenio-logging[sentry_sdk] <3.0.0,>=2.0.0
23
- Requires-Dist: invenio-mail <3.0.0,>=2.0.0
24
- Requires-Dist: invenio-rest <1.4.0,>=1.3.0
25
- Requires-Dist: invenio-theme <3.0.0,>=2.0.0
26
- Requires-Dist: invenio-access <3.0.0,>=2.0.0
27
- Requires-Dist: invenio-accounts <4.0.0,>=3.0.0
28
- Requires-Dist: invenio-oauth2server <3.0.0,>=2.0.0
29
- Requires-Dist: invenio-oauthclient <4.0.0,>=3.0.0
30
- Requires-Dist: invenio-userprofiles <1.3.0,>=1.2.4
31
- Requires-Dist: invenio-indexer <3.0.0,>=2.2.0
32
- Requires-Dist: invenio-jsonschemas <1.2.0,>=1.1.4
33
- Requires-Dist: invenio-oaiserver <2.3.0,>=2.2.0
34
- Requires-Dist: invenio-pidstore <1.4.0,>=1.3.0
35
- Requires-Dist: invenio-records-rest <3.0.0,>=2.2.0
36
- Requires-Dist: invenio-records <3.0.0,>=2.2.1
37
- Requires-Dist: invenio-files-rest <3.0.0,>=2.0.0
38
- Requires-Dist: invenio-banners <1.1.0,>=1.0.0a1
39
- Requires-Dist: invenio-pages <1.1.0,>=1.0.0a5
40
- Requires-Dist: invenio-circulation <4.0.0,>=3.0.0a1
41
- Requires-Dist: invenio-opendefinition <3.0.0,>=2.0.0a1
42
- Requires-Dist: invenio-pidrelations <1.1.0,>=0.2.0
43
- Requires-Dist: invenio-stats <5.0.0,>=4.0.0
44
- Requires-Dist: Flask-Debugtoolbar <1.0.0,>=0.10.1
45
- Requires-Dist: pycountry <23.0.0,>=20.0.0
46
- Requires-Dist: simplejson <4.0.0,>=3.8.1
47
- Requires-Dist: pluggy <1.0.0,>=0.13.1
48
- Requires-Dist: jsonschema <5.0.0,>=4.3.0
49
- Requires-Dist: itsdangerous <2.1,>=1.1
50
- Requires-Dist: SQLAlchemy <2.0.0,>=1.3.0
51
- Requires-Dist: Flask <2.3.0,>=2.2.0
52
- Requires-Dist: Werkzeug <2.3.0,>=2.2.0
13
+ License-File: LICENSE
14
+ License-File: AUTHORS.rst
15
+ Requires-Dist: invenio-app<1.4.0,>=1.3.4
16
+ Requires-Dist: invenio-db[mysql,postgresql]<2.0.0,>=1.0.14
17
+ Requires-Dist: invenio-base<1.3.0,>=1.2.11
18
+ Requires-Dist: invenio-cache<2.0.0,>=1.1.1
19
+ Requires-Dist: invenio-celery<1.3.0,>=1.2.4
20
+ Requires-Dist: invenio-config<1.1.0,>=1.0.3
21
+ Requires-Dist: invenio-i18n<3.0.0,>=2.0.0
22
+ Requires-Dist: invenio-admin<1.5.0,>=1.4.0
23
+ Requires-Dist: invenio-assets<4.0.0,>=3.0.0
24
+ Requires-Dist: invenio-formatter<3.0.0,>=2.0.0
25
+ Requires-Dist: invenio-logging[sentry_sdk]<3.0.0,>=2.0.0
26
+ Requires-Dist: invenio-mail<3.0.0,>=2.0.0
27
+ Requires-Dist: invenio-rest<1.4.0,>=1.3.0
28
+ Requires-Dist: invenio-theme<3.0.0,>=2.0.0
29
+ Requires-Dist: invenio-access<3.0.0,>=2.0.0
30
+ Requires-Dist: invenio-accounts<4.0.0,>=3.0.0
31
+ Requires-Dist: invenio-oauth2server<3.0.0,>=2.0.0
32
+ Requires-Dist: invenio-oauthclient<4.0.0,>=3.0.0
33
+ Requires-Dist: invenio-userprofiles<1.3.0,>=1.2.4
34
+ Requires-Dist: invenio-indexer<3.0.0,>=2.2.0
35
+ Requires-Dist: invenio-jsonschemas<1.2.0,>=1.1.4
36
+ Requires-Dist: invenio-oaiserver<2.3.0,>=2.2.0
37
+ Requires-Dist: invenio-pidstore<1.4.0,>=1.3.0
38
+ Requires-Dist: invenio-records-rest<3.0.0,>=2.2.0
39
+ Requires-Dist: invenio-records<3.0.0,>=2.2.1
40
+ Requires-Dist: invenio-files-rest<3.0.0,>=2.0.0
41
+ Requires-Dist: invenio-banners<1.1.0,>=1.0.0a1
42
+ Requires-Dist: invenio-pages<1.1.0,>=1.0.0a5
43
+ Requires-Dist: invenio-circulation<4.0.0,>=3.0.0a1
44
+ Requires-Dist: invenio-opendefinition<3.0.0,>=2.0.0a1
45
+ Requires-Dist: invenio-pidrelations<1.1.0,>=0.2.0
46
+ Requires-Dist: invenio-stats<5.0.0,>=4.0.0
47
+ Requires-Dist: Flask-Debugtoolbar<1.0.0,>=0.10.1
48
+ Requires-Dist: pycountry<23.0.0,>=20.0.0
49
+ Requires-Dist: simplejson<4.0.0,>=3.8.1
50
+ Requires-Dist: pluggy<1.0.0,>=0.13.1
51
+ Requires-Dist: jsonschema<5.0.0,>=4.3.0
52
+ Requires-Dist: itsdangerous<2.1,>=1.1
53
+ Requires-Dist: SQLAlchemy<2.0.0,>=1.3.0
54
+ Requires-Dist: Flask<2.3.0,>=2.2.0
55
+ Requires-Dist: Werkzeug<2.3.0,>=2.2.0
53
56
  Provides-Extra: docs
54
57
  Provides-Extra: lorem
55
- Requires-Dist: lorem >=0.1.1 ; extra == 'lorem'
56
- Provides-Extra: mysql
57
- Requires-Dist: invenio-db[mysql,versioning] <2.0.0,>=1.0.14 ; extra == 'mysql'
58
+ Requires-Dist: lorem>=0.1.1; extra == "lorem"
58
59
  Provides-Extra: opensearch2
59
- Requires-Dist: invenio-search[opensearch2] <3.0.0,>=2.0.0 ; extra == 'opensearch2'
60
- Provides-Extra: postgresql
61
- Requires-Dist: invenio-db[postgresql,versioning] <2.0.0,>=1.0.14 ; extra == 'postgresql'
62
- Provides-Extra: sqlite
63
- Requires-Dist: invenio-db[versioning] <2.0.0,>=1.0.14 ; extra == 'sqlite'
60
+ Requires-Dist: invenio-search[opensearch2]<3.0.0,>=2.0.0; extra == "opensearch2"
64
61
  Provides-Extra: tests
65
- Requires-Dist: pytest-black >=0.3.0 ; extra == 'tests'
66
- Requires-Dist: mock >=2.0.0 ; extra == 'tests'
67
- Requires-Dist: pytest-invenio <3.0.0,>=2.0.0 ; extra == 'tests'
68
- Requires-Dist: docker-services-cli >=0.6.0 ; extra == 'tests'
69
- Requires-Dist: pydocstyle ==6.1.1 ; extra == 'tests'
70
- Requires-Dist: pytest-mock >=1.6.0 ; extra == 'tests'
71
- Requires-Dist: sphinx >=5 ; extra == 'tests'
62
+ Requires-Dist: pytest-black>=0.3.0; extra == "tests"
63
+ Requires-Dist: mock>=2.0.0; extra == "tests"
64
+ Requires-Dist: pytest-invenio<3.0.0,>=2.0.0; extra == "tests"
65
+ Requires-Dist: docker-services-cli>=0.6.0; extra == "tests"
66
+ Requires-Dist: pydocstyle==6.1.1; extra == "tests"
67
+ Requires-Dist: pytest-mock>=1.6.0; extra == "tests"
68
+ Requires-Dist: sphinx>=5; extra == "tests"
72
69
 
73
70
  ..
74
71
  Copyright (C) 2018-2020 CERN.
@@ -96,7 +93,7 @@ https://invenioils.docs.cern.ch
96
93
 
97
94
 
98
95
  ..
99
- Copyright (C) 2018-2022 CERN.
96
+ Copyright (C) 2018-2024 CERN.
100
97
 
101
98
  invenio-app-ils is free software; you can redistribute it and/or modify it
102
99
  under the terms of the MIT License; see LICENSE file for more details.
@@ -104,6 +101,12 @@ https://invenioils.docs.cern.ch
104
101
  Changes
105
102
  =======
106
103
 
104
+ Version 4.1.0 (released 2024-10-21)
105
+
106
+ - search: apply the same search analyzers to the fields that needs to be searchable.
107
+ This is required when using cross-field searches.
108
+ Re-create the documents and series indices to take advantage of this change.
109
+
107
110
  Version 4.0.0 (released 2024-08-07)
108
111
 
109
112
  - Initial full release
@@ -1,4 +1,4 @@
1
- invenio_app_ils/__init__.py,sha256=IVlveNLJ8AyGxB2fRMchHMNTCDmVl-uafzff1prh_cE,285
1
+ invenio_app_ils/__init__.py,sha256=PIW53N5-l4TsnmnQRYUWVI9NhFBFLNMxAuVLWTbiZe4,285
2
2
  invenio_app_ils/cli.py,sha256=wD-SSrkbEhsndI7N9E39p-T1MXj8LR8pvsWFH-JHHVA,57478
3
3
  invenio_app_ils/config.py,sha256=b-3nNceV4s93eS-AS3WEj9eMopROa2hEZ7BI5jDnlAg,40857
4
4
  invenio_app_ils/errors.py,sha256=eXG53KxCnoC0KH9xAjHbu-U2zIsJG28GNPn9PwLTEfk,10486
@@ -129,13 +129,13 @@ invenio_app_ils/documents/loaders/jsonschemas/document.py,sha256=RXemA7NAQvd1qpd
129
129
  invenio_app_ils/documents/mappings/__init__.py,sha256=8myTYxQP-EadjBbmAQd3vjZY1-uUGpSQCDv7Sr2cX6A,229
130
130
  invenio_app_ils/documents/mappings/os-v1/__init__.py,sha256=0TRJl_WtkxFUNK3MxyntNg2s-lZILhzB2ZdKMs7qcDI,241
131
131
  invenio_app_ils/documents/mappings/os-v1/documents/document-v1.0.0.json,sha256=o864rRsme4OKA7SwQhpc2ORO5VflH2hpF-58GssfdqA,21646
132
- invenio_app_ils/documents/mappings/os-v1/documents/document-v2.0.0.json,sha256=xP-8MtzJBQ0neHqS_yRYClJiffe_KMub1Layba7WZ2w,23192
132
+ invenio_app_ils/documents/mappings/os-v1/documents/document-v2.0.0.json,sha256=MwIGJS3kQG_RXrq4fDxZT55Gtsj2z16vQipWkBu2-00,25806
133
133
  invenio_app_ils/documents/mappings/os-v2/__init__.py,sha256=0TRJl_WtkxFUNK3MxyntNg2s-lZILhzB2ZdKMs7qcDI,241
134
134
  invenio_app_ils/documents/mappings/os-v2/documents/document-v1.0.0.json,sha256=o864rRsme4OKA7SwQhpc2ORO5VflH2hpF-58GssfdqA,21646
135
- invenio_app_ils/documents/mappings/os-v2/documents/document-v2.0.0.json,sha256=xP-8MtzJBQ0neHqS_yRYClJiffe_KMub1Layba7WZ2w,23192
135
+ invenio_app_ils/documents/mappings/os-v2/documents/document-v2.0.0.json,sha256=MwIGJS3kQG_RXrq4fDxZT55Gtsj2z16vQipWkBu2-00,25806
136
136
  invenio_app_ils/documents/mappings/v7/__init__.py,sha256=0TRJl_WtkxFUNK3MxyntNg2s-lZILhzB2ZdKMs7qcDI,241
137
137
  invenio_app_ils/documents/mappings/v7/documents/document-v1.0.0.json,sha256=o864rRsme4OKA7SwQhpc2ORO5VflH2hpF-58GssfdqA,21646
138
- invenio_app_ils/documents/mappings/v7/documents/document-v2.0.0.json,sha256=xP-8MtzJBQ0neHqS_yRYClJiffe_KMub1Layba7WZ2w,23192
138
+ invenio_app_ils/documents/mappings/v7/documents/document-v2.0.0.json,sha256=MwIGJS3kQG_RXrq4fDxZT55Gtsj2z16vQipWkBu2-00,25806
139
139
  invenio_app_ils/documents/schemas/__init__.py,sha256=ngcwrP0RQpnFmW2WG5ZANoPw3A1AblqFF6eiAPny1iw,234
140
140
  invenio_app_ils/documents/schemas/documents/document-v1.0.0.json,sha256=uhtuj4PxrM4AkZUv-2_8CsXUYd8MMY_Cizbov1QZCp4,18138
141
141
  invenio_app_ils/documents/schemas/documents/document-v2.0.0.json,sha256=uhtuj4PxrM4AkZUv-2_8CsXUYd8MMY_Cizbov1QZCp4,18138
@@ -355,13 +355,13 @@ invenio_app_ils/series/loaders/jsonschemas/series.py,sha256=MVOkGUTK02-6lm26sd21
355
355
  invenio_app_ils/series/mappings/__init__.py,sha256=A7EmmTOx0yXlMkeimLxvL5xTlwBy3ogbNVRXU8E7bF8,236
356
356
  invenio_app_ils/series/mappings/os-v1/__init__.py,sha256=1Fny1TaeM8uc9Rwvw2bf94RvxEY067R5nP5Lz17UEGs,239
357
357
  invenio_app_ils/series/mappings/os-v1/series/series-v1.0.0.json,sha256=YJLsKB5xjk2IIX8V39tp-1W03r3Vq96c7Ubr_fk1AWA,6919
358
- invenio_app_ils/series/mappings/os-v1/series/series-v2.0.0.json,sha256=_adu2g4XAy_lzfSpBfBMxcZDnnUG1NUXcHORI2VvVoo,7801
358
+ invenio_app_ils/series/mappings/os-v1/series/series-v2.0.0.json,sha256=OzuSTg1RkGk2ulRyl2aeAIpZrTnb5AQedMPYih5o8Q0,9082
359
359
  invenio_app_ils/series/mappings/os-v2/__init__.py,sha256=1Fny1TaeM8uc9Rwvw2bf94RvxEY067R5nP5Lz17UEGs,239
360
360
  invenio_app_ils/series/mappings/os-v2/series/series-v1.0.0.json,sha256=YJLsKB5xjk2IIX8V39tp-1W03r3Vq96c7Ubr_fk1AWA,6919
361
- invenio_app_ils/series/mappings/os-v2/series/series-v2.0.0.json,sha256=_adu2g4XAy_lzfSpBfBMxcZDnnUG1NUXcHORI2VvVoo,7801
361
+ invenio_app_ils/series/mappings/os-v2/series/series-v2.0.0.json,sha256=OzuSTg1RkGk2ulRyl2aeAIpZrTnb5AQedMPYih5o8Q0,9082
362
362
  invenio_app_ils/series/mappings/v7/__init__.py,sha256=1Fny1TaeM8uc9Rwvw2bf94RvxEY067R5nP5Lz17UEGs,239
363
363
  invenio_app_ils/series/mappings/v7/series/series-v1.0.0.json,sha256=YJLsKB5xjk2IIX8V39tp-1W03r3Vq96c7Ubr_fk1AWA,6919
364
- invenio_app_ils/series/mappings/v7/series/series-v2.0.0.json,sha256=_adu2g4XAy_lzfSpBfBMxcZDnnUG1NUXcHORI2VvVoo,7801
364
+ invenio_app_ils/series/mappings/v7/series/series-v2.0.0.json,sha256=OzuSTg1RkGk2ulRyl2aeAIpZrTnb5AQedMPYih5o8Q0,9082
365
365
  invenio_app_ils/series/schemas/__init__.py,sha256=eDOGPLGzu3SSD7UyY3kx3XnZNpnBS91-7uktXhJnoYI,232
366
366
  invenio_app_ils/series/schemas/series/series-v1.0.0.json,sha256=QrNqmAeuqZysIHVB4czPKmsmZM7zlbECaub3fEOlvGM,8413
367
367
  invenio_app_ils/series/schemas/series/series-v2.0.0.json,sha256=QrNqmAeuqZysIHVB4czPKmsmZM7zlbECaub3fEOlvGM,8413
@@ -528,10 +528,10 @@ tests/templates/notifications/title_body.html,sha256=W-pa6eSm7glK9JEcTVo4G7yC3Q1
528
528
  tests/templates/notifications/title_body_html.html,sha256=wPDP-DpQ0c2AX3oIfLvJLRp7J_rMoesIc9nLx3apkDc,146
529
529
  tests/templates/notifications/title_body_html_ctx.html,sha256=qqfTZ9zKVXFqyXIcqt5BLHEJptRlUDPBPtLxPfTmNzQ,193
530
530
  tests/templates/notifications/title_only.html,sha256=aoZ0veSleRYdKPXWgN6fdXLaz3r-KAPzdfHSuHPR2Uo,45
531
- invenio_app_ils-4.0.0.dist-info/AUTHORS.rst,sha256=BaXCGzdHCmiMOl4qtVlh1qrfy2ROMVOQp6ylzy1m0ww,212
532
- invenio_app_ils-4.0.0.dist-info/LICENSE,sha256=9OdaPOAO1ZOJcRQ8BrGj7QAdaJc8SRSUgBtdom49MrI,1062
533
- invenio_app_ils-4.0.0.dist-info/METADATA,sha256=B_51BZRG6U1_YO0MgLzCLjCASJb0ebSUdLa_4D0xglI,15850
534
- invenio_app_ils-4.0.0.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
535
- invenio_app_ils-4.0.0.dist-info/entry_points.txt,sha256=JbIlm87pY7dVL-gLh8Hmfav18psVHXLBmHBzA-fQqlY,7607
536
- invenio_app_ils-4.0.0.dist-info/top_level.txt,sha256=MQTU2NrM0if5YAyIsKmQ0k35skJ3IUyQT7eCD2IWiNQ,22
537
- invenio_app_ils-4.0.0.dist-info/RECORD,,
531
+ invenio_app_ils-4.1.0.dist-info/AUTHORS.rst,sha256=BaXCGzdHCmiMOl4qtVlh1qrfy2ROMVOQp6ylzy1m0ww,212
532
+ invenio_app_ils-4.1.0.dist-info/LICENSE,sha256=9OdaPOAO1ZOJcRQ8BrGj7QAdaJc8SRSUgBtdom49MrI,1062
533
+ invenio_app_ils-4.1.0.dist-info/METADATA,sha256=3KTqFuTubExWO-qq4cNMVUWTCo_sHR3duJ-FcHheYr4,15855
534
+ invenio_app_ils-4.1.0.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
535
+ invenio_app_ils-4.1.0.dist-info/entry_points.txt,sha256=JbIlm87pY7dVL-gLh8Hmfav18psVHXLBmHBzA-fQqlY,7607
536
+ invenio_app_ils-4.1.0.dist-info/top_level.txt,sha256=MQTU2NrM0if5YAyIsKmQ0k35skJ3IUyQT7eCD2IWiNQ,22
537
+ invenio_app_ils-4.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any