mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Bump plugin versions for Python 3.11 support
This commit is contained in:
parent
5a1f663b41
commit
cca1cbba51
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -8,6 +8,10 @@ integration with Indico.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2.1
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
@ -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
|
||||
|
||||
@ -10,6 +10,10 @@ payment has been made and processed by PayPal.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2.1
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
@ -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
|
||||
|
||||
@ -8,6 +8,10 @@ they are automatically sent back to Indico.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2.1
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
### 3.2.4
|
||||
|
||||
- Adapt to Indico 3.2.6 changes
|
||||
- Support Python 3.11
|
||||
|
||||
### 3.2.3
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user