From cf6f9895026e88dfe913feaf35af86c4cf69c1e0 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 12 Mar 2024 03:36:19 +0000 Subject: [PATCH] Bump and unify on bootstrap 5.3.3 --- allianceauth/theme/bootstrap/apps.py | 2 +- allianceauth/theme/bootstrap/auth_hooks.py | 8 ++++---- allianceauth/theme/darkly/apps.py | 2 +- allianceauth/theme/darkly/auth_hooks.py | 8 ++++---- allianceauth/theme/flatly/apps.py | 2 +- allianceauth/theme/flatly/auth_hooks.py | 8 ++++---- allianceauth/theme/materia/apps.py | 2 +- allianceauth/theme/materia/auth_hooks.py | 8 ++++---- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/allianceauth/theme/bootstrap/apps.py b/allianceauth/theme/bootstrap/apps.py index c25bcb78..770d7f9d 100644 --- a/allianceauth/theme/bootstrap/apps.py +++ b/allianceauth/theme/bootstrap/apps.py @@ -4,7 +4,7 @@ from django.apps import AppConfig class BootstrapThemeConfig(AppConfig): name = "allianceauth.theme.bootstrap" label = "bootstrap" - version = "5.3.0" + version = "5.3.3" verbose_name = f"Bootstrap v{version}" def ready(self): diff --git a/allianceauth/theme/bootstrap/auth_hooks.py b/allianceauth/theme/bootstrap/auth_hooks.py index 4203df9f..7921bb91 100644 --- a/allianceauth/theme/bootstrap/auth_hooks.py +++ b/allianceauth/theme/bootstrap/auth_hooks.py @@ -3,16 +3,16 @@ from allianceauth.theme.hooks import ThemeHook CSS_STATICS = [{ - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css", - "integrity": "sha512-b2QcS5SsA8tZodcDtGRELiGv5SaKSk1vDHDaQRda0htPYWZ6046lr3kJ5bAAQdpV2mmA/4v0wQF9MyU6/pDIAg==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css", + "integrity": "sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg==" }] JS_STATICS = [{ "url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js", "integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ==" }, { - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js", - "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js", + "integrity": "sha512-p6KKvRUjLcXZtvsFd+01s4jcHKu0PNWplQNHeEHmq+27tF5osNRRNkziDu45B5Mo+0+DE/k1qD0ZI29DHEutww==" }] diff --git a/allianceauth/theme/darkly/apps.py b/allianceauth/theme/darkly/apps.py index 59b2e652..df46f2cd 100644 --- a/allianceauth/theme/darkly/apps.py +++ b/allianceauth/theme/darkly/apps.py @@ -4,7 +4,7 @@ from django.apps import AppConfig class DarklyThemeConfig(AppConfig): name = "allianceauth.theme.darkly" label = "darkly" - version = "5.3.0" + version = "5.3.3" verbose_name = f"Bootswatch Darkly v{version}" def ready(self): diff --git a/allianceauth/theme/darkly/auth_hooks.py b/allianceauth/theme/darkly/auth_hooks.py index 9d5a26a1..b6994a4b 100644 --- a/allianceauth/theme/darkly/auth_hooks.py +++ b/allianceauth/theme/darkly/auth_hooks.py @@ -14,15 +14,15 @@ class DarklyThemeHook(ThemeHook): "Darkly", "Flatly in night mode!", css=[{ - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.3/darkly/bootstrap.min.css", - "integrity": "sha512-YRcmztDXzJQCCBk2YUiEAY+r74gu/c9UULMPTeLsAp/Tw5eXiGkYMPC4tc4Kp1jx/V9xjEOCVpBe4r6Lx6n5dA==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.3/darkly/bootstrap.min.css", + "integrity": "sha512-HDszXqSUU0om4Yj5dZOUNmtwXGWDa5ppESlX98yzbBS+z+3HQ8a/7kcdI1dv+jKq+1V5b01eYurE7+yFjw6Rdg==" }], js=[{ "url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js", "integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ==" }, { - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js", - "integrity": "sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js", + "integrity": "sha512-p6KKvRUjLcXZtvsFd+01s4jcHKu0PNWplQNHeEHmq+27tF5osNRRNkziDu45B5Mo+0+DE/k1qD0ZI29DHEutww==" }], header_padding="4.5em" ) diff --git a/allianceauth/theme/flatly/apps.py b/allianceauth/theme/flatly/apps.py index a4f1b5de..1d58ecef 100644 --- a/allianceauth/theme/flatly/apps.py +++ b/allianceauth/theme/flatly/apps.py @@ -4,7 +4,7 @@ from django.apps import AppConfig class FlatlyThemeConfig(AppConfig): name = "allianceauth.theme.flatly" label = "flatly" - version = "5.3.0" + version = "5.3.3" verbose_name = f"Bootswatch Flatly v{version}" def ready(self): diff --git a/allianceauth/theme/flatly/auth_hooks.py b/allianceauth/theme/flatly/auth_hooks.py index d95e9d59..bb71a5a6 100644 --- a/allianceauth/theme/flatly/auth_hooks.py +++ b/allianceauth/theme/flatly/auth_hooks.py @@ -14,15 +14,15 @@ class FlatlyThemeHook(ThemeHook): "Flatly", "Flat and modern!", css=[{ - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/flatly/bootstrap.min.css", - "integrity": "sha512-rx+BMEjKes84XHg1erhvtq7Mqxm/lm6w4WMoCtDAaTMtUzT5iK5hNTu8mc2+yPNSldAX5hheN/ZhtNQjjYy5nA==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.3/flatly/bootstrap.min.css", + "integrity": "sha512-qoT4KwnRpAQ9uczPsw7GunsNmhRnYwSlE2KRCUPRQHSkDuLulCtDXuC2P/P6oqr3M5hoGagUG9pgHDPkD2zCDA==" }], js=[{ "url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js", "integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ==" }, { - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js", - "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js", + "integrity": "sha512-p6KKvRUjLcXZtvsFd+01s4jcHKu0PNWplQNHeEHmq+27tF5osNRRNkziDu45B5Mo+0+DE/k1qD0ZI29DHEutww==" }], header_padding="4.5em" ) diff --git a/allianceauth/theme/materia/apps.py b/allianceauth/theme/materia/apps.py index 7181c2a4..db6b93b4 100644 --- a/allianceauth/theme/materia/apps.py +++ b/allianceauth/theme/materia/apps.py @@ -4,7 +4,7 @@ from django.apps import AppConfig class MateriaThemeConfig(AppConfig): name = "allianceauth.theme.materia" label = "materia" - version = "5.3.0" + version = "5.3.3" verbose_name = f"Bootswatch Materia v{version}" def ready(self): diff --git a/allianceauth/theme/materia/auth_hooks.py b/allianceauth/theme/materia/auth_hooks.py index 896e2116..2c4482af 100644 --- a/allianceauth/theme/materia/auth_hooks.py +++ b/allianceauth/theme/materia/auth_hooks.py @@ -14,15 +14,15 @@ class MateriaThemeHook(ThemeHook): "Materia", "Material is the metaphor", css=[{ - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/materia/bootstrap.min.css", - "integrity": "sha512-4+PCWoNUxEeasuW2ipP8Avsr7X/oS61Kz2CLdwS6ZfHt7jLuzAAcIfPlWLg4aGaDNo0GSmTOmM9biaqnmo6P7g==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.3/materia/bootstrap.min.css", + "integrity": "sha512-2S9Do+uTmZmmJpdmAcOKdUrK/YslcvAuRfIF2ws8+BW9AvZXMRZM+o8Wq+PZrfISD6ZlIaeCWWZAdeprXIoYuQ==" }], js=[{ "url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js", "integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ==" }, { - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js", - "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js", + "integrity": "sha512-p6KKvRUjLcXZtvsFd+01s4jcHKu0PNWplQNHeEHmq+27tF5osNRRNkziDu45B5Mo+0+DE/k1qD0ZI29DHEutww==" }], header_padding="5.25em" )