Release 3.0

This commit is contained in:
Adrian Moennich 2021-07-16 12:07:36 +02:00
parent 3b9652ba9a
commit cb4a119939
14 changed files with 38 additions and 38 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugins
version = 3.0rc2
version = 3.0
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,19 +19,19 @@ zip_safe = false
python_requires = ~=3.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
# 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.0rc2,<3.1.dev0
indico-plugin-livesync>=3.0rc2,<3.1.dev0
indico-plugin-payment-manual>=3.0rc2,<3.1.dev0
indico-plugin-payment-paypal>=3.0rc2,<3.1.dev0
indico-plugin-piwik>=3.0rc2,<3.1.dev0
indico-plugin-previewer-code>=3.0rc2,<3.1.dev0
indico-plugin-previewer-jupyter>=3.0rc2,<3.1.dev0
indico-plugin-storage-s3>=3.0rc2,<3.1.dev0
indico-plugin-ursh>=3.0rc2,<3.1.dev0
indico-plugin-vc-zoom>=3.0rc2,<3.1.dev0
indico-plugin-citadel>=3.0,<3.1.dev0
indico-plugin-livesync>=3.0,<3.1.dev0
indico-plugin-payment-manual>=3.0,<3.1.dev0
indico-plugin-payment-paypal>=3.0,<3.1.dev0
indico-plugin-piwik>=3.0,<3.1.dev0
indico-plugin-previewer-code>=3.0,<3.1.dev0
indico-plugin-previewer-jupyter>=3.0,<3.1.dev0
indico-plugin-storage-s3>=3.0,<3.1.dev0
indico-plugin-ursh>=3.0,<3.1.dev0
indico-plugin-vc-zoom>=3.0,<3.1.dev0
# END GENERATED REQUIREMENTS

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-citadel
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
indico-plugin-livesync>=3.0.dev0
[options.entry_points]

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-livesync
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-livesync-debug
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
indico-plugin-livesync>=3.0.dev0
[options.entry_points]

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-manual
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-paypal
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-piwik
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-previewer-code
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
Pygments>=2.7.2,<3
[options.entry_points]

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-previewer-jupyter
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
nbconvert==5.6.1
[options.entry_points]

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-storage-s3
version = 3.0rc2
version = 3.0
description = S3 storage backend for Indico
url = https://github.com/indico/indico-plugins
license = MIT
@ -18,7 +18,7 @@ zip_safe = false
include_package_data = true
python_requires = ~=3.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
boto3>=1.14.30,<2.0
[options.entry_points]

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-themes-legacy
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-ursh
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-vc-dummy
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
[options.entry_points]
indico.plugins =

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-vc-zoom
version = 3.0rc2
version = 3.0
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.9.0
install_requires =
indico>=3.0rc2
indico>=3.0
PyJWT>=2.0.0,<3
[options.entry_points]