From 0bcaaf92f7a5e783144d4f8a29d6b7e33e4e9398 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 27 Jul 2023 17:34:50 +0200 Subject: [PATCH] Adapt to sass changes --- owncloud/README.md | 4 ++++ owncloud/indico_owncloud/client/style.scss | 2 +- owncloud/setup.cfg | 4 ++-- themes_legacy/README.md | 4 ++++ themes_legacy/indico_themes_legacy/themes/compact.scss | 2 +- themes_legacy/setup.cfg | 4 ++-- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/owncloud/README.md b/owncloud/README.md index 6d5fac83b..fe4924280 100644 --- a/owncloud/README.md +++ b/owncloud/README.md @@ -22,6 +22,10 @@ it. ## Changelog +### 3.3 + +- Adapt to changes in Indico 3.3 + ### 3.2.2 - Support Python 3.11 diff --git a/owncloud/indico_owncloud/client/style.scss b/owncloud/indico_owncloud/client/style.scss index fd679f799..33c37f4d9 100644 --- a/owncloud/indico_owncloud/client/style.scss +++ b/owncloud/indico_owncloud/client/style.scss @@ -5,7 +5,7 @@ // them and/or modify them under the terms of the MIT License; // see the LICENSE file for more details. -@import 'base/palette'; +@use 'base/palette' as *; form#attachment-owncloudfilepicker-form.full-width .owncloudfilepicker { width: 770px; diff --git a/owncloud/setup.cfg b/owncloud/setup.cfg index d27d68a1c..30cf7d847 100644 --- a/owncloud/setup.cfg +++ b/owncloud/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-owncloud -version = 3.2.2 +version = 3.3-dev description = Integrates ownCloud storage as a source for materials long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -22,7 +22,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.12 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/themes_legacy/README.md b/themes_legacy/README.md index a9957f3f0..a0d2529cd 100644 --- a/themes_legacy/README.md +++ b/themes_legacy/README.md @@ -15,6 +15,10 @@ using it when an instance is upgraded to 3.0. ## Changelog +### 3.3 + +- Adapt to changes in Indico 3.3 + ### 3.2.1 - Support Python 3.11 diff --git a/themes_legacy/indico_themes_legacy/themes/compact.scss b/themes_legacy/indico_themes_legacy/themes/compact.scss index 8aed2d6bb..2cff3ef0a 100644 --- a/themes_legacy/indico_themes_legacy/themes/compact.scss +++ b/themes_legacy/indico_themes_legacy/themes/compact.scss @@ -1,4 +1,4 @@ -@import 'base/palette'; +@use 'base/palette' as *; div.main { color: #000; diff --git a/themes_legacy/setup.cfg b/themes_legacy/setup.cfg index 6c3f9c881..08f99ebaf 100644 --- a/themes_legacy/setup.cfg +++ b/themes_legacy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-themes-legacy -version = 3.2.1 +version = 3.3-dev description = Legacy themes for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -22,7 +22,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.12 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins =