Compare commits

..

7 Commits

Author SHA1 Message Date
6cba9a6d2b Patch: revert static routes from package level to relative 2025-06-06 14:51:59 +01:00
b66f7a75df Version bump 2025-06-06 14:13:54 +01:00
b02b7aca14 Revert "Removed lom to fix py3.13 issues"
This reverts commit 926196b30f.
2025-06-06 14:13:26 +01:00
56d5d223f3 Version bump 2025-06-06 13:56:11 +01:00
c14168c194 Lock bump 2025-06-06 13:55:22 +01:00
5b71404fda removed depedency on i18n 2025-06-06 13:54:32 +01:00
926196b30f Removed lom to fix py3.13 issues 2025-06-06 13:54:14 +01:00
10 changed files with 18 additions and 21 deletions

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.6.6"
__version__ = "2025.6.6.3"

View File

@@ -39,7 +39,7 @@
<title>{{ title }}</title>
{%- endblock head_title %}
{%- block head_links %}
<link rel="shortcut icon" href="{{ url_for('invenio_theme_iform.static', filename='favicon.ico') }}" />
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}" />
{%- if keywords %}<link rel="canonical" href="{{ canonical_url }}" />{% endif %}
{%- block head_links_langs %}
{%- if alternate_urls %}
@@ -58,7 +58,7 @@
<link
rel="apple-touch-icon-precomposed"
sizes="{{ size }}x{{ size }}"
href="{{ url_for('invenio_theme_iform.static', filename=icon_name) }}"
href="{{ url_for('static', filename=icon_name) }}"
/>
{%- endfor %}
{%- endblock head_apple_icons %}

View File

@@ -36,7 +36,7 @@
Log in with
{{ config.SSO_SAML_IDPS[name]['title']|default("SAML", true) }}
<img
src="{{ url_for('invenio_theme_iform.static', filename=config.INVENIO_THEME_IFORM_ICON) }}"
src="{{ url_for('static', filename=config.INVENIO_THEME_IFORM_ICON) }}"
height="20px"
/>
</a>

View File

@@ -47,7 +47,7 @@
>
<span style="font-size: 18px;">Sign up with I-Form</span>
<img
src="{{ url_for('invenio_theme_iform.static', filename=config.INVENIO_THEME_IFORM_ICON) }}"
src="{{ url_for('static', filename=config.INVENIO_THEME_IFORM_ICON) }}"
height="20px"
/>
</a>

View File

@@ -36,7 +36,7 @@
{%- endblock head_title %}
{%- block head_links %}
<link rel="shortcut icon" href="{{ url_for('inveino_theme_iform.static', filename='favicon.ico') }}" />
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}" />
{%- if keywords %}
<link rel="canonical" href="{{ canonical_url }}" />

View File

@@ -132,7 +132,7 @@
title="invenioRDM"
>
<img
src="{{ url_for('invenio_theme_iform.static', filename='images/inveniordm-tail.svg') }}"
src="{{ url_for('static', filename='images/inveniordm-tail.svg') }}"
alt="InvenioRDM logo"
style="display: block; height: 90px; margin-top: 8px;"
/>
@@ -148,7 +148,7 @@
title="Science Foundation Ireland"
>
<img
src="{{ url_for('invenio_theme_iform.static', filename='images/SFI_logo.png') }}"
src="{{ url_for('static', filename='images/SFI_logo.png') }}"
alt="Science Foundation Ireland"
style="display: block; height: auto; margin-top: 15px; width: 230px;"
/>

View File

@@ -15,7 +15,7 @@
<a href="{{ creators.identifiers.orcid|pid_url('orcid') }}" target="_blank"
><img
class="inline-orcid"
src="{{ url_for('invenio_theme_iform.static', filename='extra/orcid.png') }}"
src="{{ url_for('static', filename='extra/orcid.png') }}"
/></a>
{%- endif %}

View File

@@ -33,7 +33,7 @@
<img
width="400px"
alt="Research Results"
src="{{ url_for('invenio_theme_iform.static', filename='images/diamond.svg') }}"
src="{{ url_for('static', filename='images/diamond.svg') }}"
/>
</a>
<div class="ui right floated text">
@@ -48,7 +48,7 @@
<img
width="400px"
alt="Communities"
src="{{ url_for('invenio_theme_iform.static', filename='images/group-discussion.svg') }}"
src="{{ url_for('static', filename='images/group-discussion.svg') }}"
/>
</a>
<div>Overview: Description of Communities</div>
@@ -61,7 +61,7 @@
<img
width="400px"
alt="Requests"
src="{{ url_for('invenio_theme_iform.static', filename='images/umbrella.svg') }}"
src="{{ url_for('static', filename='images/umbrella.svg') }}"
/>
</a>
<div>Overview: Description of Requests</div>
@@ -112,7 +112,7 @@
<img
width="400px"
alt="Research Results"
src="{{ url_for('invenio_theme_iform.static', filename='images/diamond.svg') }}"
src="{{ url_for('static', filename='images/diamond.svg') }}"
/>
</div>
<div class="ui right floated text">
@@ -143,7 +143,7 @@
<img
width="400px"
alt="Open Educational Resources"
src="{{ url_for('invenio_theme_iform.static', filename='images/play.svg') }}"
src="{{ url_for('static', filename='images/play.svg') }}"
/>
</a>
<div>Overview: Description for open educational resources</div>

View File

@@ -24,7 +24,6 @@ classifiers = [
requires-python = ">=3.10,<3.14"
dependencies = [
"invenio-assets>=2.0.0",
"invenio-i18n>=1.3.1",
"invenio-config-iform>=2025.5.20.1",
"invenio_records_global_search>=0.0.1",
"invenio_records_marc21>=0.21.0",

10
uv.lock generated
View File

@@ -2153,7 +2153,7 @@ wheels = [
[[package]]
name = "invenio-records-lom"
version = "0.18.2"
version = "0.18.4"
source = { registry = "https://pypi.org/simple" }
resolution-markers = [
"python_full_version >= '3.12'",
@@ -2164,9 +2164,9 @@ dependencies = [
{ name = "invenio-stats", marker = "python_full_version >= '3.12'" },
{ name = "marshmallow", marker = "python_full_version >= '3.12'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/82/44/c99c74bc4ca3f77540a2cbe3f0a125507be71a58ebafae1b6476a469b159/invenio_records_lom-0.18.2.tar.gz", hash = "sha256:ae0d25e3fb9b34c7bee5515511f03855984eef32796f044e2696c0b5839f4415", size = 180140, upload_time = "2025-05-22T22:21:15.199Z" }
sdist = { url = "https://files.pythonhosted.org/packages/f8/e2/34683c23ce657b7df4aea1ad2be50d8565aa3407dd00f4227e773c7f1948/invenio_records_lom-0.18.4.tar.gz", hash = "sha256:87949eacf32f7917055e46debe39fb46f85b442da11f89435f45a361f694f650", size = 180272, upload_time = "2025-06-06T09:22:37.648Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/4e/44/314094313db0a002e1f781b3a1b93cd88d7379129a192371b364eab12e45/invenio_records_lom-0.18.2-py2.py3-none-any.whl", hash = "sha256:bf3d5e30226980c241fdfcdb32598c89c8d281f565432ffbe43d7ab1f5b6d265", size = 237712, upload_time = "2025-05-22T22:21:13.247Z" },
{ url = "https://files.pythonhosted.org/packages/15/07/3ee50b4c0b48e597615cb6416cae95f5f58f26c89c73a7736d14a104ba8c/invenio_records_lom-0.18.4-py2.py3-none-any.whl", hash = "sha256:eb8922fbde403b8125d8b9c793343931573d05a3c1b5e7a5e401e7d7f788dd55", size = 237734, upload_time = "2025-06-06T09:22:35.957Z" },
]
[[package]]
@@ -2391,11 +2391,10 @@ source = { editable = "." }
dependencies = [
{ name = "invenio-assets" },
{ name = "invenio-config-iform" },
{ name = "invenio-i18n" },
{ name = "invenio-records-global-search", version = "0.2.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
{ name = "invenio-records-global-search", version = "0.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.12'" },
{ name = "invenio-records-lom", version = "0.16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
{ name = "invenio-records-lom", version = "0.18.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.12'" },
{ name = "invenio-records-lom", version = "0.18.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.12'" },
{ name = "invenio-records-marc21", version = "0.22.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
{ name = "invenio-records-marc21", version = "0.24.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.12'" },
]
@@ -2428,7 +2427,6 @@ tests = [
requires-dist = [
{ name = "invenio-assets", specifier = ">=2.0.0" },
{ name = "invenio-config-iform", specifier = ">=2025.5.20.1" },
{ name = "invenio-i18n", specifier = ">=1.3.1" },
{ name = "invenio-records-global-search", specifier = ">=0.0.1" },
{ name = "invenio-records-lom", specifier = ">=0.16.0" },
{ name = "invenio-records-marc21", specifier = ">=0.21.0" },