Release 3.0rc1

This commit is contained in:
Adrian Moennich 2021-06-25 23:17:21 +02:00
parent 7bf6dd8759
commit 79481aed27
14 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugins
version = 3.0-dev
version = 3.0rc1
description = A meta-package containing the official Indico plugins
url = https://github.com/indico/indico-plugins
license = MIT
@ -17,19 +17,19 @@ zip_safe = false
python_requires = ~=3.9
install_requires =
indico>=3.0.dev0
indico>=3.0rc1
# 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.0.dev0,<3.1.dev0
indico-plugin-livesync>=3.0.dev0,<3.1.dev0
indico-plugin-payment-manual>=3.0.dev0,<3.1.dev0
indico-plugin-payment-paypal>=3.0.dev0,<3.1.dev0
indico-plugin-piwik>=3.0.dev0,<3.1.dev0
indico-plugin-previewer-code>=3.0.dev0,<3.1.dev0
indico-plugin-previewer-jupyter>=3.0.dev0,<3.1.dev0
indico-plugin-storage-s3>=3.0.dev0,<3.1.dev0
indico-plugin-ursh>=3.0.dev0,<3.1.dev0
indico-plugin-vc-zoom>=3.0.dev0,<3.1.dev0
indico-plugin-citadel>=3.0rc1,<3.1.dev0
indico-plugin-livesync>=3.0rc1,<3.1.dev0
indico-plugin-payment-manual>=3.0rc1,<3.1.dev0
indico-plugin-payment-paypal>=3.0rc1,<3.1.dev0
indico-plugin-piwik>=3.0rc1,<3.1.dev0
indico-plugin-previewer-code>=3.0rc1,<3.1.dev0
indico-plugin-previewer-jupyter>=3.0rc1,<3.1.dev0
indico-plugin-storage-s3>=3.0rc1,<3.1.dev0
indico-plugin-ursh>=3.0rc1,<3.1.dev0
indico-plugin-vc-zoom>=3.0rc1,<3.1.dev0
# END GENERATED REQUIREMENTS

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-citadel
version = 3.0-dev
version = 3.0rc1
description = Indico search+livesync backend using Citadel+ElasticSearch
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-livesync
version = 3.0-dev
version = 3.0rc1
description = Framework for pushing Indico event data to external services
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-livesync-debug
version = 3.0-dev
version = 3.0rc1
description = Debug target for the Indico LiveSync plugin
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-manual
version = 3.0-dev
version = 3.0rc1
description = Payment plugin for Indico that can be used for custom payment information/links
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-paypal
version = 3.0-dev
version = 3.0rc1
description = PayPal payments for Indico event registration fees
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-piwik
version = 3.0-dev
version = 3.0rc1
description = Piwik integration for global and event-specific statistics in Indico
url = https://github.com/indico/indico-plugins
license = MIT
@ -27,4 +27,4 @@ indico.plugins =
[pydocstyle]
ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213
ignore = D100,D101,D102,D103,D104,D105,D107,D203,D213

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-previewer-code
version = 3.0-dev
version = 3.0rc1
description = Syntax highlighter for code attachments in Indico
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-previewer-jupyter
version = 3.0-dev
version = 3.0rc1
description = Jupyter notebook rendering for attachments in Indico
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-storage-s3
version = 3.0-dev
version = 3.0rc1
description = S3 storage backend for Indico
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-themes-legacy
version = 3.0-dev
version = 3.0rc1
description = Legacy themes for Indico
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-ursh
version = 3.0-dev
version = 3.0rc1
description = URL shortening service for Indico
url = https://github.com/indico/indico-plugins
license = MIT

View File

@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-vc-dummy
version = 3.0-dev
version = 3.0rc1
description = Dummy/example video-conferencing plugin for Indico
url = https://github.com/indico/indico-plugins
license = MIT

View File

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