invenio-app-ils 5.0.1__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.1"
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.1
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,10 @@ 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
+
106
110
  Version 5.0.1 (released 2025-08-13)
107
111
 
108
112
  - (fix) installation: remove phased out invenio-admin entry point
@@ -1,4 +1,4 @@
1
- invenio_app_ils/__init__.py,sha256=9gdm1mfGX4HMje-18eMnNzl8gO0mKXNRY4Fjj9JU-rk,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.1.dist-info/licenses/AUTHORS.rst,sha256=BaXCGzdHCmiMOl4qtVlh1qrfy2ROMVOQp6ylzy1m0ww,212
449
- invenio_app_ils-5.0.1.dist-info/licenses/LICENSE,sha256=9OdaPOAO1ZOJcRQ8BrGj7QAdaJc8SRSUgBtdom49MrI,1062
450
- invenio_app_ils-5.0.1.dist-info/METADATA,sha256=A00hzHMEgAg8eLza6WOAXDdSlyFTjQafbccESbEhE0k,17304
451
- invenio_app_ils-5.0.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
452
- invenio_app_ils-5.0.1.dist-info/entry_points.txt,sha256=aoJ3IExJVusl0Q86TRzlv9xwc4HG0aGH-daQIPiFKLg,7650
453
- invenio_app_ils-5.0.1.dist-info/top_level.txt,sha256=p-lnzfSHaDER0BHbQvDV6dvUW7_Q0prMDFaqPhBSK50,16
454
- invenio_app_ils-5.0.1.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,,
@@ -60,8 +60,8 @@ ils_notifications = invenio_app_ils.notifications.tasks
60
60
  ils_notifications_backends = invenio_app_ils.notifications.backends.mail
61
61
 
62
62
  [invenio_config.module]
63
- 00_invenio_app_ils = invenio_app_ils.config
64
- 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
65
65
 
66
66
  [invenio_db.models]
67
67
  ils_notifications_logs = invenio_app_ils.notifications.models