Bump plugin versions for Python 3.11 support

This commit is contained in:
Adrian Moennich 2023-07-11 14:52:09 +02:00
parent 5a1f663b41
commit cca1cbba51
32 changed files with 76 additions and 16 deletions

View File

@ -8,6 +8,7 @@ to provide advanced search functionality using an Elasticsearch backend.
### 3.2.2 ### 3.2.2
- Adapt to Indico 3.2.6 changes - Adapt to Indico 3.2.6 changes
- Support Python 3.11
### 3.2.1 ### 3.2.1

View File

@ -19,6 +19,10 @@ When using hCaptcha the keys can be created on the [hCaptcha dashboard][hcaptcha
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Initial release for Indico 3.2 - Initial release for Indico 3.2

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-cloud-captchas name = indico-plugin-cloud-captchas
version = 3.2 version = 3.2.1
description = Google reCAPTCHA plugin for Indico description = Google reCAPTCHA plugin for Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -8,6 +8,7 @@ external services, typically to provide advanced search functionality.
### 3.2.1 ### 3.2.1
- Adapt to Indico 3.2.6 changes - Adapt to Indico 3.2.6 changes
- Support Python 3.11
### 3.2 ### 3.2

View File

@ -8,6 +8,10 @@ plugins via the `indico-plugins` meta package.
## Changelog ## Changelog
### 3.2
- Support Python 3.11
### 3.0 ### 3.0
- Initial release for Indico 3.0 - Initial release for Indico 3.0

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-livesync-debug name = indico-plugin-livesync-debug
version = 3.0 version = 3.2
description = Debug target for the Indico LiveSync plugin description = Debug target for the Indico LiveSync plugin
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -22,6 +22,10 @@ it.
## Changelog ## Changelog
### 3.2.2
- Support Python 3.11
## 3.2.1 ## 3.2.1
- Disable the confirmation button in the 'add files' dialog if the File-picker - Disable the confirmation button in the 'add files' dialog if the File-picker

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-owncloud name = indico-plugin-owncloud
version = 3.2.1 version = 3.2.2
description = Integrates ownCloud storage as a source for materials description = Integrates ownCloud storage as a source for materials
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -8,6 +8,10 @@ integration with Indico.
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Update translations - Update translations

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-payment-manual 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 description = Payment plugin for Indico that can be used for custom payment information/links
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -10,6 +10,10 @@ payment has been made and processed by PayPal.
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Update translations - Update translations

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-payment-paypal name = indico-plugin-payment-paypal
version = 3.2 version = 3.2.1
description = PayPal payments for Indico event registration fees description = PayPal payments for Indico event registration fees
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -8,6 +8,10 @@ they are automatically sent back to Indico.
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Update translations - Update translations

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-payment-sixpay name = indico-plugin-payment-sixpay
version = 3.2 version = 3.2.1
description = SIXPay/Saferpay payments for Indico event registration fees description = SIXPay/Saferpay payments for Indico event registration fees
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -5,6 +5,10 @@ gather statistics about the users accessing Indico or specific Indico events.
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Update translations - Update translations

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-piwik name = indico-plugin-piwik
version = 3.2 version = 3.2.1
description = Piwik integration for global and event-specific statistics in Indico description = Piwik integration for global and event-specific statistics in Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -17,6 +17,10 @@ The following languages are supported:
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Declare compatibility with Python 3.10 - Declare compatibility with Python 3.10

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-previewer-code name = indico-plugin-previewer-code
version = 3.2 version = 3.2.1
description = Syntax highlighter for code attachments in Indico description = Syntax highlighter for code attachments in Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -5,6 +5,10 @@ material to an Indico event.
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Replace MathJax with Katex for auto math rendering - Replace MathJax with Katex for auto math rendering

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-previewer-jupyter name = indico-plugin-previewer-jupyter
version = 3.2 version = 3.2.1
description = Jupyter notebook rendering for attachments in Indico description = Jupyter notebook rendering for attachments in Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -27,6 +27,11 @@ If you're doing development you may want to add this under `scrape_configs`:
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
- Use latest prometheus-client library
### 3.2 ### 3.2
- Initial release for Indico 3.2 - Initial release for Indico 3.2

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-prometheus name = indico-plugin-prometheus
version = 3.2 version = 3.2.1
description = Prometheus metrics in Indico servers description = Prometheus metrics in Indico servers
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM 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 python_requires = >=3.9.0, <3.12
install_requires = install_requires =
indico>=3.2 indico>=3.2
prometheus-client==0.16.0 prometheus-client==0.17.1
[options.entry_points] [options.entry_points]
indico.plugins = indico.plugins =

View File

@ -15,6 +15,10 @@ to local storage (but it would of course be possible to write a script for this)
## Changelog ## Changelog
### 3.2.2
- Support Python 3.11
### 3.2.1 ### 3.2.1
- Stop using deprecated URL utils from werkzeug - Stop using deprecated URL utils from werkzeug

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-storage-s3 name = indico-plugin-storage-s3
version = 3.2.1 version = 3.2.2
description = S3 storage backend for Indico description = S3 storage backend for Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -15,6 +15,10 @@ using it when an instance is upgraded to 3.0.
## Changelog ## Changelog
### 3.2.1
- Support Python 3.11
### 3.2 ### 3.2
- Update translations - Update translations

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-themes-legacy name = indico-plugin-themes-legacy
version = 3.2 version = 3.2.1
description = Legacy themes for Indico description = Legacy themes for Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -13,6 +13,10 @@ human-friendly shortcuts pointing to an event (such as `https://indico.example.c
## Changelog ## Changelog
### 3.2.2
- Support Python 3.11
### 3.2.1 ### 3.2.1
- Stop using deprecated URL utils from werkzeug - Stop using deprecated URL utils from werkzeug

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-ursh name = indico-plugin-ursh
version = 3.2.1 version = 3.2.2
description = URL shortening service for Indico description = URL shortening service for Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -9,6 +9,10 @@ plugins via the `indico-plugins` meta package.
## Changelog ## Changelog
### 3.2
- Support Python 3.11
### 3.1 ### 3.1
- Adapt to Indico 3.1 changes - Adapt to Indico 3.1 changes

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-vc-dummy name = indico-plugin-vc-dummy
version = 3.1 version = 3.2
description = Dummy/example video-conferencing plugin for Indico description = Dummy/example video-conferencing plugin for Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM

View File

@ -14,6 +14,7 @@
### 3.2.4 ### 3.2.4
- Adapt to Indico 3.2.6 changes - Adapt to Indico 3.2.6 changes
- Support Python 3.11
### 3.2.3 ### 3.2.3

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = indico-plugin-vc-zoom name = indico-plugin-vc-zoom
version = 3.2.3 version = 3.2.4
description = Zoom video-conferencing plugin for Indico description = Zoom video-conferencing plugin for Indico
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM long_description_content_type = text/markdown; charset=UTF-8; variant=GFM