diff --git a/_meta/setup.cfg b/_meta/setup.cfg index 38d650d..f6bf378 100644 --- a/_meta/setup.cfg +++ b/_meta/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugins -version = 3.1.1 +version = 3.2 description = A meta-package containing the official Indico plugins long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -19,20 +19,22 @@ zip_safe = false python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.1 + indico>=3.2 # Note: The following block must always be right after the indico requirement # of install_requires in [options], and at the very end of that block since # it may also have extras added which are in a separate section. # BEGIN GENERATED REQUIREMENTS - indico-plugin-citadel>=3.1,<3.2.dev0 - indico-plugin-livesync>=3.1,<3.2.dev0 - indico-plugin-payment-manual>=3.0,<3.2.dev0 - indico-plugin-payment-paypal>=3.1,<3.2.dev0 - indico-plugin-payment-sixpay>=3.1,<3.2.dev0 - indico-plugin-piwik>=3.0,<3.2.dev0 - indico-plugin-previewer-code>=3.0,<3.2.dev0 - indico-plugin-previewer-jupyter>=3.0,<3.2.dev0 - indico-plugin-storage-s3>=3.0,<3.2.dev0 - indico-plugin-ursh>=3.1,<3.2.dev0 - indico-plugin-vc-zoom>=3.1.1,<3.2.dev0 + indico-plugin-citadel>=3.2,<3.3.dev0 + indico-plugin-cloud-captchas>=3.2,<3.3.dev0 + indico-plugin-livesync>=3.2,<3.3.dev0 + indico-plugin-owncloud>=3.2,<3.3.dev0 + indico-plugin-payment-manual>=3.2,<3.3.dev0 + indico-plugin-payment-paypal>=3.2,<3.3.dev0 + indico-plugin-payment-sixpay>=3.2,<3.3.dev0 + indico-plugin-piwik>=3.2,<3.3.dev0 + indico-plugin-previewer-code>=3.2,<3.3.dev0 + indico-plugin-previewer-jupyter>=3.2,<3.3.dev0 + indico-plugin-storage-s3>=3.2,<3.3.dev0 + indico-plugin-ursh>=3.2,<3.3.dev0 + indico-plugin-vc-zoom>=3.2,<3.3.dev0 # END GENERATED REQUIREMENTS diff --git a/cloud_captchas/setup.cfg b/cloud_captchas/setup.cfg index 5b80e78..d407b39 100644 --- a/cloud_captchas/setup.cfg +++ b/cloud_captchas/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-cloud-captchas -version = 3.2-dev +version = 3.2 description = Google reCAPTCHA plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2.dev0 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/livesync/README.md b/livesync/README.md index cdc2489..169a490 100644 --- a/livesync/README.md +++ b/livesync/README.md @@ -5,6 +5,10 @@ external services, typically to provide advanced search functionality. ## Changelog +### 3.2 + +- Adapt to Indico 3.2 changes + ### 3.1 - Adapt to Indico 3.1 changes diff --git a/livesync/setup.cfg b/livesync/setup.cfg index 50ee875..46a50c9 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync -version = 3.2-dev +version = 3.2 description = Framework for pushing Indico event data to external services long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2.dev0 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/owncloud/setup.cfg b/owncloud/setup.cfg index 85d0ed8..9e3747c 100644 --- a/owncloud/setup.cfg +++ b/owncloud/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-owncloud -version = 3.2-dev +version = 3.2 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 @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2.dev0 + indico>=3.2 [options.entry_points] indico.plugins = diff --git a/previewer_jupyter/setup.cfg b/previewer_jupyter/setup.cfg index a3572ae..33fb717 100644 --- a/previewer_jupyter/setup.cfg +++ b/previewer_jupyter/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-jupyter -version = 3.2-dev +version = 3.2 description = Jupyter notebook rendering for attachments in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2.dev0 + indico>=3.2 nbconvert==6.5.0 [options.entry_points] diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index c230d80..c6dc020 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.2-dev +version = 3.2 description = Zoom video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -20,7 +20,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.11 install_requires = - indico>=3.2.dev0 + indico>=3.2 PyJWT>=2.0.0,<3 [options.entry_points]