invenio-app-ils 5.0.0__py2.py3-none-any.whl → 5.0.2__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.
@@ -7,6 +7,6 @@
7
7
 
8
8
  """invenio-app-ils."""
9
9
 
10
- __version__ = "5.0.0"
10
+ __version__ = "5.0.2"
11
11
 
12
12
  __all__ = ("__version__",)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-ils
3
- Version: 5.0.0
3
+ Version: 5.0.2
4
4
  Summary: Invenio Integrated Library System.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-ils
6
6
  Author: CERN
@@ -103,6 +103,14 @@ https://invenioils.docs.cern.ch
103
103
  Changes
104
104
  =======
105
105
 
106
+ Version 5.0.2 (released 2025-08-20)
107
+
108
+ - fix: ensure the invenio_app_ils configuration is loaded before cds_ils
109
+
110
+ Version 5.0.1 (released 2025-08-13)
111
+
112
+ - (fix) installation: remove phased out invenio-admin entry point
113
+
106
114
  Version 5.0.0 (released 2025-08-12)
107
115
 
108
116
  - breaking changes: upgrade to flask 3
@@ -1,4 +1,4 @@
1
- invenio_app_ils/__init__.py,sha256=raaSY4KuYq8e-KVoiwMq0ecYXxXxEgO9_XWwwkY-dRE,285
1
+ invenio_app_ils/__init__.py,sha256=6gHFRMur9nfCL7guxf7nC4dMyfL6iLl_ebLPXhOoL1A,285
2
2
  invenio_app_ils/cli.py,sha256=onpLy_J9KcHSf4M8M3uQRsoizEX-3Qdt7a5TFjxGUjU,58166
3
3
  invenio_app_ils/config.py,sha256=eegvumgMz68WIiiPpmftC3Wq5zvNou5dL3Wqf8i84GY,41035
4
4
  invenio_app_ils/errors.py,sha256=HB_iWj-aYxzTzzO6hWb66mUPZdqpWYHgmr2H2t3j3wU,13293
@@ -445,10 +445,10 @@ invenio_app_ils/vocabularies/sources/__init__.py,sha256=EMLoLQGiq9_qoZ4lKqO_J0u2
445
445
  invenio_app_ils/vocabularies/sources/base.py,sha256=kmNg85cjrxqc8VErFP2SUtlyo1PnmzOBQgfoSpfTPh4,1418
446
446
  invenio_app_ils/vocabularies/sources/json.py,sha256=KGLTJ4AX8zEDdkpi3v92oHGs-h2dUzHbNPSg99-j8o0,1021
447
447
  invenio_app_ils/vocabularies/sources/opendefinition.py,sha256=9zbRXuTr0i5lVLt596oUhsLQPiJVf9jiM9-C7T6zbXA,2151
448
- invenio_app_ils-5.0.0.dist-info/licenses/AUTHORS.rst,sha256=BaXCGzdHCmiMOl4qtVlh1qrfy2ROMVOQp6ylzy1m0ww,212
449
- invenio_app_ils-5.0.0.dist-info/licenses/LICENSE,sha256=9OdaPOAO1ZOJcRQ8BrGj7QAdaJc8SRSUgBtdom49MrI,1062
450
- invenio_app_ils-5.0.0.dist-info/METADATA,sha256=ZQuaP8QWhOZmJJAP-LZZyuDlBSNISG4L8LRyIAKkAKk,17200
451
- invenio_app_ils-5.0.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
452
- invenio_app_ils-5.0.0.dist-info/entry_points.txt,sha256=ZEvfljno2NHfHnvsXSV5ddqa70ftZIvk1a3hVxG9ya4,7758
453
- invenio_app_ils-5.0.0.dist-info/top_level.txt,sha256=p-lnzfSHaDER0BHbQvDV6dvUW7_Q0prMDFaqPhBSK50,16
454
- invenio_app_ils-5.0.0.dist-info/RECORD,,
448
+ invenio_app_ils-5.0.2.dist-info/licenses/AUTHORS.rst,sha256=BaXCGzdHCmiMOl4qtVlh1qrfy2ROMVOQp6ylzy1m0ww,212
449
+ invenio_app_ils-5.0.2.dist-info/licenses/LICENSE,sha256=9OdaPOAO1ZOJcRQ8BrGj7QAdaJc8SRSUgBtdom49MrI,1062
450
+ invenio_app_ils-5.0.2.dist-info/METADATA,sha256=T9X4-nlye-b23WGkY3cPaZgkSW0JXl6Vt6i59UmOYuQ,17415
451
+ invenio_app_ils-5.0.2.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
452
+ invenio_app_ils-5.0.2.dist-info/entry_points.txt,sha256=ofIQjvD7FcEFQxrLa-o8sxNxciRO5iEuSqGbZ8D0JyY,7650
453
+ invenio_app_ils-5.0.2.dist-info/top_level.txt,sha256=p-lnzfSHaDER0BHbQvDV6dvUW7_Q0prMDFaqPhBSK50,16
454
+ invenio_app_ils-5.0.2.dist-info/RECORD,,
@@ -12,9 +12,6 @@ vocabulary = invenio_app_ils.vocabularies.cli:vocabulary
12
12
  [invenio_access.actions]
13
13
  backoffice_access_action = invenio_app_ils.permissions:backoffice_access_action
14
14
 
15
- [invenio_admin.views]
16
- ils_notifications_logs_view = invenio_app_ils.notifications.admin:notifications_logs
17
-
18
15
  [invenio_assets.webpack]
19
16
  invenio_app_ils_theme = invenio_app_ils.webpack:theme
20
17
 
@@ -63,8 +60,8 @@ ils_notifications = invenio_app_ils.notifications.tasks
63
60
  ils_notifications_backends = invenio_app_ils.notifications.backends.mail
64
61
 
65
62
  [invenio_config.module]
66
- 00_invenio_app_ils = invenio_app_ils.config
67
- 00_invenio_app_ils_circulation = invenio_app_ils.circulation.config
63
+ zy_invenio_app_ils = invenio_app_ils.config
64
+ zy_invenio_app_ils_circulation = invenio_app_ils.circulation.config
68
65
 
69
66
  [invenio_db.models]
70
67
  ils_notifications_logs = invenio_app_ils.notifications.models