diff --git a/citadel/README.md b/citadel/README.md index b3c65b4..617c7cd 100644 --- a/citadel/README.md +++ b/citadel/README.md @@ -8,6 +8,7 @@ to provide advanced search functionality using an Elasticsearch backend. ### 3.2.2 - Adapt to Indico 3.2.6 changes +- Support Python 3.11 ### 3.2.1 diff --git a/cloud_captchas/README.md b/cloud_captchas/README.md index e6856f3..ce55655 100644 --- a/cloud_captchas/README.md +++ b/cloud_captchas/README.md @@ -19,6 +19,10 @@ When using hCaptcha the keys can be created on the [hCaptcha dashboard][hcaptcha ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Initial release for Indico 3.2 diff --git a/cloud_captchas/setup.cfg b/cloud_captchas/setup.cfg index 8958e68..dfc05c4 100644 --- a/cloud_captchas/setup.cfg +++ b/cloud_captchas/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-cloud-captchas -version = 3.2 +version = 3.2.1 description = Google reCAPTCHA plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/livesync/README.md b/livesync/README.md index 8f6b84a..06a0456 100644 --- a/livesync/README.md +++ b/livesync/README.md @@ -8,6 +8,7 @@ external services, typically to provide advanced search functionality. ### 3.2.1 - Adapt to Indico 3.2.6 changes +- Support Python 3.11 ### 3.2 diff --git a/livesync_debug/README.md b/livesync_debug/README.md index 48f6d39..019b953 100644 --- a/livesync_debug/README.md +++ b/livesync_debug/README.md @@ -8,6 +8,10 @@ plugins via the `indico-plugins` meta package. ## Changelog +### 3.2 + +- Support Python 3.11 + ### 3.0 - Initial release for Indico 3.0 diff --git a/livesync_debug/setup.cfg b/livesync_debug/setup.cfg index 7338537..5e37622 100644 --- a/livesync_debug/setup.cfg +++ b/livesync_debug/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync-debug -version = 3.0 +version = 3.2 description = Debug target for the Indico LiveSync plugin long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/owncloud/README.md b/owncloud/README.md index 81b680c..6d5fac8 100644 --- a/owncloud/README.md +++ b/owncloud/README.md @@ -22,6 +22,10 @@ it. ## Changelog +### 3.2.2 + +- Support Python 3.11 + ## 3.2.1 - Disable the confirmation button in the 'add files' dialog if the File-picker diff --git a/owncloud/setup.cfg b/owncloud/setup.cfg index b0b67a9..d27d68a 100644 --- a/owncloud/setup.cfg +++ b/owncloud/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-owncloud -version = 3.2.1 +version = 3.2.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 diff --git a/payment_manual/README.md b/payment_manual/README.md index 1225b3d..02e2f53 100644 --- a/payment_manual/README.md +++ b/payment_manual/README.md @@ -8,6 +8,10 @@ integration with Indico. ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Update translations diff --git a/payment_manual/setup.cfg b/payment_manual/setup.cfg index 4863082..4427666 100644 --- a/payment_manual/setup.cfg +++ b/payment_manual/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-manual -version = 3.2 +version = 3.2.1 description = Payment plugin for Indico that can be used for custom payment information/links long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/payment_paypal/README.md b/payment_paypal/README.md index 5df2633..7a0d301 100644 --- a/payment_paypal/README.md +++ b/payment_paypal/README.md @@ -10,6 +10,10 @@ payment has been made and processed by PayPal. ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Update translations diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index 631dfa1..5bce127 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-paypal -version = 3.2 +version = 3.2.1 description = PayPal payments for Indico event registration fees long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/payment_sixpay/README.md b/payment_sixpay/README.md index f8e4a4e..e63d7e3 100644 --- a/payment_sixpay/README.md +++ b/payment_sixpay/README.md @@ -8,6 +8,10 @@ they are automatically sent back to Indico. ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Update translations diff --git a/payment_sixpay/setup.cfg b/payment_sixpay/setup.cfg index fef3f97..6ff90c1 100644 --- a/payment_sixpay/setup.cfg +++ b/payment_sixpay/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-sixpay -version = 3.2 +version = 3.2.1 description = SIXPay/Saferpay payments for Indico event registration fees long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/piwik/README.md b/piwik/README.md index bfb8477..c95d96e 100644 --- a/piwik/README.md +++ b/piwik/README.md @@ -5,6 +5,10 @@ gather statistics about the users accessing Indico or specific Indico events. ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Update translations diff --git a/piwik/setup.cfg b/piwik/setup.cfg index 2cab444..0eb72ef 100644 --- a/piwik/setup.cfg +++ b/piwik/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-piwik -version = 3.2 +version = 3.2.1 description = Piwik integration for global and event-specific statistics in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/previewer_code/README.md b/previewer_code/README.md index 22659e5..5efc011 100644 --- a/previewer_code/README.md +++ b/previewer_code/README.md @@ -17,6 +17,10 @@ The following languages are supported: ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Declare compatibility with Python 3.10 diff --git a/previewer_code/setup.cfg b/previewer_code/setup.cfg index 91f9412..1b9cba5 100644 --- a/previewer_code/setup.cfg +++ b/previewer_code/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-code -version = 3.2 +version = 3.2.1 description = Syntax highlighter for code attachments in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/previewer_jupyter/README.md b/previewer_jupyter/README.md index b1d6949..844fb63 100644 --- a/previewer_jupyter/README.md +++ b/previewer_jupyter/README.md @@ -5,6 +5,10 @@ material to an Indico event. ## Changelog +### 3.2.1 + +- Support Python 3.11 + ### 3.2 - Replace MathJax with Katex for auto math rendering diff --git a/previewer_jupyter/setup.cfg b/previewer_jupyter/setup.cfg index 10c428a..4444633 100644 --- a/previewer_jupyter/setup.cfg +++ b/previewer_jupyter/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-jupyter -version = 3.2 +version = 3.2.1 description = Jupyter notebook rendering for attachments in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/prometheus/README.md b/prometheus/README.md index 7313471..2c1644b 100644 --- a/prometheus/README.md +++ b/prometheus/README.md @@ -27,6 +27,11 @@ If you're doing development you may want to add this under `scrape_configs`: ## Changelog +### 3.2.1 + +- Support Python 3.11 +- Use latest prometheus-client library + ### 3.2 - Initial release for Indico 3.2 diff --git a/prometheus/setup.cfg b/prometheus/setup.cfg index f55decc..35fed47 100644 --- a/prometheus/setup.cfg +++ b/prometheus/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-prometheus -version = 3.2 +version = 3.2.1 description = Prometheus metrics in Indico servers long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ include_package_data = true python_requires = >=3.9.0, <3.12 install_requires = indico>=3.2 - prometheus-client==0.16.0 + prometheus-client==0.17.1 [options.entry_points] indico.plugins = diff --git a/storage_s3/README.md b/storage_s3/README.md index cb47e69..5952c3d 100644 --- a/storage_s3/README.md +++ b/storage_s3/README.md @@ -15,6 +15,10 @@ to local storage (but it would of course be possible to write a script for this) ## Changelog +### 3.2.2 + +- Support Python 3.11 + ### 3.2.1 - Stop using deprecated URL utils from werkzeug diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index fc2a844..3d3a1bb 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-storage-s3 -version = 3.2.1 +version = 3.2.2 description = S3 storage backend for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/themes_legacy/README.md b/themes_legacy/README.md index 023f6fa..a9957f3 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.2.1 + +- Support Python 3.11 + ### 3.2 - Update translations diff --git a/themes_legacy/setup.cfg b/themes_legacy/setup.cfg index 77b0e48..6c3f9c8 100644 --- a/themes_legacy/setup.cfg +++ b/themes_legacy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-themes-legacy -version = 3.2 +version = 3.2.1 description = Legacy themes for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/ursh/README.md b/ursh/README.md index b61e9bc..9eeee25 100644 --- a/ursh/README.md +++ b/ursh/README.md @@ -13,6 +13,10 @@ human-friendly shortcuts pointing to an event (such as `https://indico.example.c ## Changelog +### 3.2.2 + +- Support Python 3.11 + ### 3.2.1 - Stop using deprecated URL utils from werkzeug diff --git a/ursh/setup.cfg b/ursh/setup.cfg index ce0f126..0eb93a8 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-ursh -version = 3.2.1 +version = 3.2.2 description = URL shortening service for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/vc_dummy/README.md b/vc_dummy/README.md index 80ef22c..a9982d3 100644 --- a/vc_dummy/README.md +++ b/vc_dummy/README.md @@ -9,6 +9,10 @@ plugins via the `indico-plugins` meta package. ## Changelog +### 3.2 + +- Support Python 3.11 + ### 3.1 - Adapt to Indico 3.1 changes diff --git a/vc_dummy/setup.cfg b/vc_dummy/setup.cfg index 8db79e4..d21d919 100644 --- a/vc_dummy/setup.cfg +++ b/vc_dummy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-dummy -version = 3.1 +version = 3.2 description = Dummy/example video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM diff --git a/vc_zoom/README.md b/vc_zoom/README.md index 02d79b6..8b8be84 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -14,6 +14,7 @@ ### 3.2.4 - Adapt to Indico 3.2.6 changes +- Support Python 3.11 ### 3.2.3 diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index 1e1ee38..bf70880 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.2.3 +version = 3.2.4 description = Zoom video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM