From e2a36bb9d957044722fac9f76eb78e059a9275a8 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 13 Nov 2023 16:57:28 +0100 Subject: [PATCH] Bump plugin versions for Python 3.12 support --- _meta/README.md | 4 ++++ _meta/setup.cfg | 4 ++-- citadel/README.md | 1 + citadel/setup.cfg | 2 +- cloud_captchas/README.md | 4 ++++ cloud_captchas/setup.cfg | 4 ++-- livesync/README.md | 4 ++++ livesync/setup.cfg | 4 ++-- livesync_debug/README.md | 4 ++++ livesync_debug/setup.cfg | 6 +++--- owncloud/README.md | 1 + payment_manual/README.md | 4 ++++ payment_manual/setup.cfg | 4 ++-- payment_paypal/README.md | 4 ++++ payment_paypal/setup.cfg | 4 ++-- payment_sixpay/README.md | 4 ++++ payment_sixpay/setup.cfg | 4 ++-- piwik/README.md | 4 ++++ piwik/setup.cfg | 4 ++-- previewer_code/README.md | 4 ++++ previewer_code/setup.cfg | 4 ++-- previewer_jupyter/README.md | 4 ++++ previewer_jupyter/setup.cfg | 4 ++-- prometheus/README.md | 4 ++++ prometheus/setup.cfg | 4 ++-- storage_s3/README.md | 4 ++++ storage_s3/setup.cfg | 4 ++-- themes_legacy/README.md | 1 + ursh/README.md | 4 ++++ ursh/setup.cfg | 4 ++-- vc_dummy/README.md | 4 ++++ vc_dummy/setup.cfg | 4 ++-- vc_zoom/README.md | 1 + 33 files changed, 90 insertions(+), 30 deletions(-) diff --git a/_meta/README.md b/_meta/README.md index afef6e5..5e17651 100644 --- a/_meta/README.md +++ b/_meta/README.md @@ -8,6 +8,10 @@ a single package that can be installed and updated easily. ## Changelog +### 3.3 + +- Support Python 3.12 + The major/minor version of this package should match the Indico version you are using. So if you have Indico 3.0.x, then you should install version 3.0.x of the `indico-plugins` package. diff --git a/_meta/setup.cfg b/_meta/setup.cfg index f44b1d6..23c7fa3 100644 --- a/_meta/setup.cfg +++ b/_meta/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugins -version = 3.2.2 +version = 3.3-dev 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 @@ -22,7 +22,7 @@ zip_safe = false python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2.6 + indico>=3.3.dev0 # 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. diff --git a/citadel/README.md b/citadel/README.md index 1bb3550..d4ee838 100644 --- a/citadel/README.md +++ b/citadel/README.md @@ -8,6 +8,7 @@ to provide advanced search functionality using an Elasticsearch backend. ### 3.3 - Adapt to Indico 3.3 changes +- Support Python 3.12 ### 3.2.2 diff --git a/citadel/setup.cfg b/citadel/setup.cfg index 15fdf78..9aae295 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -24,7 +24,7 @@ include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = indico>=3.3.dev0 - indico-plugin-livesync>=3.2.1 + indico-plugin-livesync>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/cloud_captchas/README.md b/cloud_captchas/README.md index ce55655..32b871d 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.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/cloud_captchas/setup.cfg b/cloud_captchas/setup.cfg index 5f6b884..afb2ece 100644 --- a/cloud_captchas/setup.cfg +++ b/cloud_captchas/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-cloud-captchas -version = 3.2.1 +version = 3.3-dev description = Google reCAPTCHA plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/livesync/README.md b/livesync/README.md index 06a0456..23b28e5 100644 --- a/livesync/README.md +++ b/livesync/README.md @@ -5,6 +5,10 @@ external services, typically to provide advanced search functionality. ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2.1 - Adapt to Indico 3.2.6 changes diff --git a/livesync/setup.cfg b/livesync/setup.cfg index caa3e08..fc7807d 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync -version = 3.2.1 +version = 3.3-dev 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 @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2.6 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/livesync_debug/README.md b/livesync_debug/README.md index 019b953..8bf5aef 100644 --- a/livesync_debug/README.md +++ b/livesync_debug/README.md @@ -8,6 +8,10 @@ plugins via the `indico-plugins` meta package. ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2 - Support Python 3.11 diff --git a/livesync_debug/setup.cfg b/livesync_debug/setup.cfg index 76595f7..b2c4517 100644 --- a/livesync_debug/setup.cfg +++ b/livesync_debug/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync-debug -version = 3.2 +version = 3.3-dev description = Debug target for the Indico LiveSync plugin long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,8 +23,8 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.0 - indico-plugin-livesync>=3.0.dev0 + indico>=3.3.dev0 + indico-plugin-livesync>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/owncloud/README.md b/owncloud/README.md index fe49242..fef8c64 100644 --- a/owncloud/README.md +++ b/owncloud/README.md @@ -25,6 +25,7 @@ it. ### 3.3 - Adapt to changes in Indico 3.3 +- Support Python 3.12 ### 3.2.2 diff --git a/payment_manual/README.md b/payment_manual/README.md index 02e2f53..7fd7df5 100644 --- a/payment_manual/README.md +++ b/payment_manual/README.md @@ -8,6 +8,10 @@ integration with Indico. ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/payment_manual/setup.cfg b/payment_manual/setup.cfg index 7f212db..1ec8577 100644 --- a/payment_manual/setup.cfg +++ b/payment_manual/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-manual -version = 3.2.1 +version = 3.3-dev 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 @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/payment_paypal/README.md b/payment_paypal/README.md index 7a0d301..e70085a 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.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index b237a49..21dd873 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-paypal -version = 3.2.1 +version = 3.3-dev description = PayPal payments for Indico event registration fees long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/payment_sixpay/README.md b/payment_sixpay/README.md index e63d7e3..46c5943 100644 --- a/payment_sixpay/README.md +++ b/payment_sixpay/README.md @@ -8,6 +8,10 @@ they are automatically sent back to Indico. ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/payment_sixpay/setup.cfg b/payment_sixpay/setup.cfg index d2d9ac4..3045368 100644 --- a/payment_sixpay/setup.cfg +++ b/payment_sixpay/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-sixpay -version = 3.2.1 +version = 3.3-dev 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 @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 iso4217==1.6.20180829 [options.entry_points] diff --git a/piwik/README.md b/piwik/README.md index c95d96e..f9efc5b 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.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/piwik/setup.cfg b/piwik/setup.cfg index 7056da6..f1d80bd 100644 --- a/piwik/setup.cfg +++ b/piwik/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-piwik -version = 3.2.1 +version = 3.3-dev 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 @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/previewer_code/README.md b/previewer_code/README.md index 5efc011..5042f85 100644 --- a/previewer_code/README.md +++ b/previewer_code/README.md @@ -17,6 +17,10 @@ The following languages are supported: ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/previewer_code/setup.cfg b/previewer_code/setup.cfg index c38da7c..74ba9e7 100644 --- a/previewer_code/setup.cfg +++ b/previewer_code/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-code -version = 3.2.1 +version = 3.3-dev description = Syntax highlighter for code attachments in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 Pygments>=2.7.2,<3 [options.entry_points] diff --git a/previewer_jupyter/README.md b/previewer_jupyter/README.md index 844fb63..44b22f7 100644 --- a/previewer_jupyter/README.md +++ b/previewer_jupyter/README.md @@ -5,6 +5,10 @@ material to an Indico event. ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/previewer_jupyter/setup.cfg b/previewer_jupyter/setup.cfg index 257e363..9c13f95 100644 --- a/previewer_jupyter/setup.cfg +++ b/previewer_jupyter/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-jupyter -version = 3.2.1 +version = 3.3-dev description = Jupyter notebook rendering for attachments in Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 nbconvert==6.5.0 [options.entry_points] diff --git a/prometheus/README.md b/prometheus/README.md index 2c1644b..dc287c1 100644 --- a/prometheus/README.md +++ b/prometheus/README.md @@ -27,6 +27,10 @@ If you're doing development you may want to add this under `scrape_configs`: ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2.1 - Support Python 3.11 diff --git a/prometheus/setup.cfg b/prometheus/setup.cfg index 46b7d2d..77a239e 100644 --- a/prometheus/setup.cfg +++ b/prometheus/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-prometheus -version = 3.2.1 +version = 3.3-dev 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 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 prometheus-client==0.17.1 [options.entry_points] diff --git a/storage_s3/README.md b/storage_s3/README.md index 5952c3d..c5b764c 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.3 + +- Support Python 3.12 + ### 3.2.2 - Support Python 3.11 diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index 773f58f..8ce061d 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-storage-s3 -version = 3.2.2 +version = 3.3-dev description = S3 storage backend for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 boto3>=1.20.51,<2.0 [options.entry_points] diff --git a/themes_legacy/README.md b/themes_legacy/README.md index a0d2529..af2de8a 100644 --- a/themes_legacy/README.md +++ b/themes_legacy/README.md @@ -18,6 +18,7 @@ using it when an instance is upgraded to 3.0. ### 3.3 - Adapt to changes in Indico 3.3 +- Support Python 3.12 ### 3.2.1 diff --git a/ursh/README.md b/ursh/README.md index 9eeee25..e0c1b09 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.3 + +- Support Python 3.12 + ### 3.2.2 - Support Python 3.11 diff --git a/ursh/setup.cfg b/ursh/setup.cfg index 83fe8b1..5e75892 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-ursh -version = 3.2.2 +version = 3.3-dev description = URL shortening service for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.2 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/vc_dummy/README.md b/vc_dummy/README.md index a9982d3..f5c655b 100644 --- a/vc_dummy/README.md +++ b/vc_dummy/README.md @@ -9,6 +9,10 @@ plugins via the `indico-plugins` meta package. ## Changelog +### 3.3 + +- Support Python 3.12 + ### 3.2 - Support Python 3.11 diff --git a/vc_dummy/setup.cfg b/vc_dummy/setup.cfg index 047ad4c..3b0b41c 100644 --- a/vc_dummy/setup.cfg +++ b/vc_dummy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-dummy -version = 3.2 +version = 3.3-dev description = Dummy/example video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM @@ -23,7 +23,7 @@ zip_safe = false include_package_data = true python_requires = >=3.9.0, <3.13 install_requires = - indico>=3.1 + indico>=3.3.dev0 [options.entry_points] indico.plugins = diff --git a/vc_zoom/README.md b/vc_zoom/README.md index dbecc8b..1cf6b0e 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -14,6 +14,7 @@ ### 3.3 - Adapt to Indico 3.3 changes +- Support Python 3.12 ### 3.2.5