mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Release v3.3
This commit is contained in:
parent
09a8797879
commit
5a6ce8be67
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugins
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
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
|
||||
@ -19,23 +19,23 @@ zip_safe = false
|
||||
python_requires = >=3.12.2, <3.13
|
||||
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
# 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.
|
||||
# BEGIN GENERATED REQUIREMENTS
|
||||
indico-plugin-citadel>=3.2.2,<3.3.dev0
|
||||
indico-plugin-cloud-captchas>=3.2.1,<3.3.dev0
|
||||
indico-plugin-livesync>=3.2.1,<3.3.dev0
|
||||
indico-plugin-owncloud>=3.2.2,<3.3.dev0
|
||||
indico-plugin-payment-manual>=3.2.1,<3.3.dev0
|
||||
indico-plugin-payment-paypal>=3.2.1,<3.3.dev0
|
||||
indico-plugin-payment-sixpay>=3.2.1,<3.3.dev0
|
||||
indico-plugin-piwik>=3.2.1,<3.3.dev0
|
||||
indico-plugin-previewer-code>=3.2.1,<3.3.dev0
|
||||
indico-plugin-previewer-jupyter>=3.2.1,<3.3.dev0
|
||||
indico-plugin-prometheus>=3.2.1,<3.3.dev0
|
||||
indico-plugin-storage-s3>=3.2.2,<3.3.dev0
|
||||
indico-plugin-ursh>=3.2.2,<3.3.dev0
|
||||
indico-plugin-vc-zoom>=3.2.4,<3.3.dev0
|
||||
indico-plugin-citadel>=3.3,<3.4.dev0
|
||||
indico-plugin-cloud-captchas>=3.3,<3.4.dev0
|
||||
indico-plugin-livesync>=3.3,<3.4.dev0
|
||||
indico-plugin-owncloud>=3.3,<3.4.dev0
|
||||
indico-plugin-payment-manual>=3.3,<3.4.dev0
|
||||
indico-plugin-payment-paypal>=3.3,<3.4.dev0
|
||||
indico-plugin-payment-sixpay>=3.3,<3.4.dev0
|
||||
indico-plugin-piwik>=3.3,<3.4.dev0
|
||||
indico-plugin-previewer-code>=3.3,<3.4.dev0
|
||||
indico-plugin-previewer-jupyter>=3.3,<3.4.dev0
|
||||
indico-plugin-prometheus>=3.3,<3.4.dev0
|
||||
indico-plugin-storage-s3>=3.3,<3.4.dev0
|
||||
indico-plugin-ursh>=3.3,<3.4.dev0
|
||||
indico-plugin-vc-zoom>=3.3,<3.4.dev0
|
||||
# END GENERATED REQUIREMENTS
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-citadel
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Indico search+livesync backend using Citadel+ElasticSearch
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
indico-plugin-livesync>=3.3.dev0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-cloud-captchas
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Google reCAPTCHA plugin for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-livesync
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
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
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-livesync-debug
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Debug target for the Indico LiveSync plugin
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
indico-plugin-livesync>=3.3.dev0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-owncloud
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
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
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-payment-manual
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
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
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-payment-paypal
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = PayPal payments for Indico event registration fees
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-payment-sixpay
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
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
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
iso4217==1.6.20180829
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-piwik
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
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
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-previewer-code
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Syntax highlighter for code attachments in Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
Pygments>=2.7.2,<3
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-previewer-jupyter
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Jupyter notebook rendering for attachments in Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
nbconvert==6.5.0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-prometheus
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Prometheus metrics in Indico servers
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
prometheus-client==0.17.1
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-storage-s3
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = S3 storage backend for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
boto3>=1.20.51,<2.0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-themes-legacy
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Legacy themes for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-ursh
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = URL shortening service for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-vc-dummy
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Dummy/example video-conferencing plugin for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-vc-zoom
|
||||
version = 3.3-dev
|
||||
version = 3.3
|
||||
description = Zoom video-conferencing plugin for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.12.2, <3.13
|
||||
install_requires =
|
||||
indico>=3.3.dev0
|
||||
indico>=3.3
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user