invenio-app-ils 5.0.0__py2.py3-none-any.whl → 5.0.1__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.1"
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.1
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.1 (released 2025-08-13)
107
+
108
+ - (fix) installation: remove phased out invenio-admin entry point
109
+
106
110
  Version 5.0.0 (released 2025-08-12)
107
111
 
108
112
  - 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=9gdm1mfGX4HMje-18eMnNzl8gO0mKXNRY4Fjj9JU-rk,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.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,,
@@ -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