invenio-banners 5.1.1__tar.gz → 5.2.0__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.
Potentially problematic release.
This version of invenio-banners might be problematic. Click here for more details.
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/CHANGES.rst +5 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/PKG-INFO +6 -1
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/__init__.py +1 -1
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/records/models.py +7 -7
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/resources/config.py +3 -1
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/schemas.py +1 -1
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/service.py +26 -12
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/PKG-INFO +6 -1
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/.dockerignore +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/.editorconfig +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/.git-blame-ignore-revs +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/AUTHORS.rst +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/CONTRIBUTING.rst +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/INSTALL.rst +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/LICENSE +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/MANIFEST.in +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/README.rst +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/babel.ini +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/administration/__init__.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/administration/banners.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/alembic/5e02314da32e_create_invenio_banners_db_table.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/alembic/e40d93d99040_create_invenio_banners_branch.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/config.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/ext.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/proxies.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/records/__init__.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/resources/__init__.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/resources/errors.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/resources/resource.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/__init__.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/config.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/errors.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/permissions.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/services/results.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/templates/semantic-ui/invenio_banners/banner.html +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ar/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ar/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/bg/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/bg/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ca/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ca/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/cs/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/cs/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/da/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/da/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/de/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/de/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/el/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/el/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/es/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/es/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/et/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/et/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/fa/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/fa/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/fr/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/fr/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/hr/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/hr/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/hu/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/hu/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/it/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/it/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ja/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ja/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ka/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ka/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ko/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ko/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/lt/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/lt/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/messages.pot +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/no/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/no/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/pl/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/pl/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/pt/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/pt/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ro/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ro/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ru/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/ru/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/sk/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/sk/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/sv/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/sv/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/tr/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/tr/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/uk/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/uk/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/zh_CN/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/translations/zh_TW/LC_MESSAGES/messages.po +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/utils.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners/views.py +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/SOURCES.txt +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/dependency_links.txt +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/entry_points.txt +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/not-zip-safe +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/requires.txt +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/top_level.txt +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/pyproject.toml +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/requirements-devel.txt +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/run-tests.sh +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/setup.cfg +0 -0
- {invenio_banners-5.1.1 → invenio_banners-5.2.0}/setup.py +0 -0
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
Changes
|
|
9
9
|
=======
|
|
10
10
|
|
|
11
|
+
Version v5.2.0 (released 2025-08-06)
|
|
12
|
+
|
|
13
|
+
- search: add query params active and url_path for search, add None as default value for filters
|
|
14
|
+
- global: replace deprecated datetime utcnow() with now(timezone.utc)
|
|
15
|
+
|
|
11
16
|
Version v5.1.1 (released 2025-07-22)
|
|
12
17
|
|
|
13
18
|
- fix: mo files not included into build
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-banners
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.2.0
|
|
4
4
|
Summary: Invenio-Banners is a module used to create and show banners with useful messages to users.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-banners
|
|
6
6
|
Author: CERN
|
|
@@ -66,6 +66,11 @@ https://invenio-banners.readthedocs.io/
|
|
|
66
66
|
Changes
|
|
67
67
|
=======
|
|
68
68
|
|
|
69
|
+
Version v5.2.0 (released 2025-08-06)
|
|
70
|
+
|
|
71
|
+
- search: add query params active and url_path for search, add None as default value for filters
|
|
72
|
+
- global: replace deprecated datetime utcnow() with now(timezone.utc)
|
|
73
|
+
|
|
69
74
|
Version v5.1.1 (released 2025-07-22)
|
|
70
75
|
|
|
71
76
|
- fix: mo files not included into build
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
"""Models."""
|
|
10
10
|
|
|
11
|
-
from datetime import datetime
|
|
11
|
+
from datetime import datetime, timezone
|
|
12
12
|
|
|
13
13
|
import sqlalchemy as sa
|
|
14
14
|
from flask import current_app
|
|
@@ -90,7 +90,7 @@ class BannerModel(db.Model, Timestamp):
|
|
|
90
90
|
@classmethod
|
|
91
91
|
def get_active(cls, url_path):
|
|
92
92
|
"""Return active banners."""
|
|
93
|
-
now = datetime.
|
|
93
|
+
now = datetime.now(timezone.utc).replace(tzinfo=None)
|
|
94
94
|
|
|
95
95
|
query = (
|
|
96
96
|
db.session.query(cls)
|
|
@@ -110,12 +110,12 @@ class BannerModel(db.Model, Timestamp):
|
|
|
110
110
|
return active_banners.all()
|
|
111
111
|
|
|
112
112
|
@classmethod
|
|
113
|
-
def search(cls, search_params, filters):
|
|
113
|
+
def search(cls, search_params, filters=None):
|
|
114
114
|
"""Filter banners accordingly to query params."""
|
|
115
|
-
if filters
|
|
116
|
-
filtered = db.session.query(BannerModel).filter()
|
|
117
|
-
else:
|
|
115
|
+
if filters:
|
|
118
116
|
filtered = db.session.query(BannerModel).filter(or_(*filters))
|
|
117
|
+
else:
|
|
118
|
+
filtered = db.session.query(BannerModel).filter()
|
|
119
119
|
|
|
120
120
|
banners = filtered.order_by(
|
|
121
121
|
search_params["sort_direction"](text(",".join(search_params["sort"])))
|
|
@@ -130,7 +130,7 @@ class BannerModel(db.Model, Timestamp):
|
|
|
130
130
|
@classmethod
|
|
131
131
|
def disable_expired(cls):
|
|
132
132
|
"""Disable any old still active messages to keep everything clean."""
|
|
133
|
-
now = datetime.
|
|
133
|
+
now = datetime.now(timezone.utc).replace(tzinfo=None)
|
|
134
134
|
|
|
135
135
|
query = (
|
|
136
136
|
db.session.query(cls)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2022-
|
|
3
|
+
# Copyright (C) 2022-2025 CERN.
|
|
4
4
|
#
|
|
5
5
|
# Invenio-Banners is free software; you can redistribute it and/or modify it
|
|
6
6
|
# under the terms of the MIT License; see LICENSE file for more details.
|
|
@@ -19,6 +19,8 @@ class BannerServerSearchRequestArgsSchema(SearchRequestArgsSchema):
|
|
|
19
19
|
"""Banner request parameters."""
|
|
20
20
|
|
|
21
21
|
sort_direction = ma.fields.Str()
|
|
22
|
+
active = ma.fields.Bool()
|
|
23
|
+
url_path = ma.fields.Str()
|
|
22
24
|
|
|
23
25
|
|
|
24
26
|
class BannerResourceConfig(RecordResourceConfig):
|
|
@@ -22,7 +22,7 @@ class BannerSchema(BaseRecordSchema):
|
|
|
22
22
|
category = fields.String(required=True, metadata={"default": "info"})
|
|
23
23
|
start_datetime = fields.DateTime(
|
|
24
24
|
required=True,
|
|
25
|
-
metadata={"default": datetime.
|
|
25
|
+
metadata={"default": datetime.now(timezone.utc).strftime("%Y-%m-%d %H:%M:%S")},
|
|
26
26
|
)
|
|
27
27
|
end_datetime = fields.DateTime(allow_none=True)
|
|
28
28
|
active = fields.Boolean(required=True, metadata={"default": True})
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2022-
|
|
3
|
+
# Copyright (C) 2022-2025 CERN.
|
|
4
4
|
# Copyright (C) 2024 Graz University of Technology.
|
|
5
5
|
#
|
|
6
6
|
# Invenio-Banners is free software; you can redistribute it and/or modify it
|
|
@@ -15,7 +15,7 @@ from invenio_db.uow import unit_of_work
|
|
|
15
15
|
from invenio_records_resources.services import RecordService
|
|
16
16
|
from invenio_records_resources.services.base import LinksTemplate
|
|
17
17
|
from invenio_records_resources.services.base.utils import map_search_params
|
|
18
|
-
from sqlalchemy import func
|
|
18
|
+
from sqlalchemy import and_, func, literal, or_
|
|
19
19
|
|
|
20
20
|
from ..records.models import BannerModel
|
|
21
21
|
|
|
@@ -37,14 +37,35 @@ class BannerService(RecordService):
|
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
def search(self, identity, params):
|
|
40
|
-
"""Search for banners
|
|
40
|
+
"""Search for banners with multiple filter options.
|
|
41
|
+
|
|
42
|
+
Supports filtering by:
|
|
43
|
+
- active: boolean filter
|
|
44
|
+
- url_path: prefix matching (empty paths match all, specific paths match as prefixes)
|
|
45
|
+
- q: text or date search across multiple fields
|
|
46
|
+
|
|
47
|
+
active and url_path filters are combined with AND logic, while OR is used while combining them with the q filters.
|
|
48
|
+
"""
|
|
41
49
|
self.require_permission(identity, "search")
|
|
42
50
|
|
|
51
|
+
active_filter_param = params.pop("active", None)
|
|
52
|
+
url_path_filter_param = params.pop("url_path", None)
|
|
43
53
|
search_params = map_search_params(self.config.search, params)
|
|
44
54
|
|
|
45
|
-
|
|
46
|
-
|
|
55
|
+
and_filters = []
|
|
56
|
+
if active_filter_param is not None:
|
|
57
|
+
and_filters.append(BannerModel.active.is_(active_filter_param))
|
|
58
|
+
|
|
59
|
+
if url_path_filter_param is not None:
|
|
60
|
+
and_filters.append(
|
|
61
|
+
or_(
|
|
62
|
+
BannerModel.url_path == "",
|
|
63
|
+
literal(url_path_filter_param).like(BannerModel.url_path + "%"),
|
|
64
|
+
)
|
|
65
|
+
)
|
|
47
66
|
|
|
67
|
+
filters = [and_(*and_filters)] if and_filters else []
|
|
68
|
+
query_param = search_params["q"]
|
|
48
69
|
if query_param:
|
|
49
70
|
filters.extend(
|
|
50
71
|
[
|
|
@@ -53,13 +74,6 @@ class BannerService(RecordService):
|
|
|
53
74
|
BannerModel.category.ilike(f"%{query_param}%"),
|
|
54
75
|
]
|
|
55
76
|
)
|
|
56
|
-
bool_value = self._validate_bool(query_param)
|
|
57
|
-
if bool_value is not None:
|
|
58
|
-
filters.extend(
|
|
59
|
-
[
|
|
60
|
-
BannerModel.active.is_(bool_value),
|
|
61
|
-
]
|
|
62
|
-
)
|
|
63
77
|
|
|
64
78
|
datetime_value = self._validate_datetime(query_param)
|
|
65
79
|
if datetime_value is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-banners
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.2.0
|
|
4
4
|
Summary: Invenio-Banners is a module used to create and show banners with useful messages to users.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-banners
|
|
6
6
|
Author: CERN
|
|
@@ -66,6 +66,11 @@ https://invenio-banners.readthedocs.io/
|
|
|
66
66
|
Changes
|
|
67
67
|
=======
|
|
68
68
|
|
|
69
|
+
Version v5.2.0 (released 2025-08-06)
|
|
70
|
+
|
|
71
|
+
- search: add query params active and url_path for search, add None as default value for filters
|
|
72
|
+
- global: replace deprecated datetime utcnow() with now(timezone.utc)
|
|
73
|
+
|
|
69
74
|
Version v5.1.1 (released 2025-07-22)
|
|
70
75
|
|
|
71
76
|
- fix: mo files not included into build
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{invenio_banners-5.1.1 → invenio_banners-5.2.0}/invenio_banners.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|