mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Bump plugin versions for Python 3.12 support
This commit is contained in:
parent
78cf47df19
commit
e2a36bb9d9
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -8,6 +8,10 @@ plugins via the `indico-plugins` meta package.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.3
|
||||
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -25,6 +25,7 @@ it.
|
||||
### 3.3
|
||||
|
||||
- Adapt to changes in Indico 3.3
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2.2
|
||||
|
||||
|
||||
@ -8,6 +8,10 @@ integration with Indico.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.3
|
||||
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2.1
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -17,6 +17,10 @@ The following languages are supported:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.3
|
||||
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2.1
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -5,6 +5,10 @@ material to an Indico event.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.3
|
||||
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2.1
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -9,6 +9,10 @@ plugins via the `indico-plugins` meta package.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.3
|
||||
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2
|
||||
|
||||
- Support Python 3.11
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
### 3.3
|
||||
|
||||
- Adapt to Indico 3.3 changes
|
||||
- Support Python 3.12
|
||||
|
||||
### 3.2.5
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user