diff --git a/_meta/setup.cfg b/_meta/setup.cfg index 02df641..f7aafdc 100644 --- a/_meta/setup.cfg +++ b/_meta/setup.cfg @@ -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 diff --git a/citadel/setup.cfg b/citadel/setup.cfg index 90718ff..d53951b 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -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] diff --git a/livesync/setup.cfg b/livesync/setup.cfg index cfbe5d9..fdbdb8a 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -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 = diff --git a/livesync_debug/setup.cfg b/livesync_debug/setup.cfg index f5b1990..2c00076 100644 --- a/livesync_debug/setup.cfg +++ b/livesync_debug/setup.cfg @@ -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] diff --git a/payment_manual/setup.cfg b/payment_manual/setup.cfg index 10e29bf..3cf616a 100644 --- a/payment_manual/setup.cfg +++ b/payment_manual/setup.cfg @@ -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 = diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index 10f5e26..714fcac 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -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 = diff --git a/piwik/setup.cfg b/piwik/setup.cfg index 3280c60..e0f142e 100644 --- a/piwik/setup.cfg +++ b/piwik/setup.cfg @@ -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 = diff --git a/previewer_code/setup.cfg b/previewer_code/setup.cfg index 54532b6..a71c738 100644 --- a/previewer_code/setup.cfg +++ b/previewer_code/setup.cfg @@ -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] diff --git a/previewer_jupyter/setup.cfg b/previewer_jupyter/setup.cfg index aec89e3..0023e58 100644 --- a/previewer_jupyter/setup.cfg +++ b/previewer_jupyter/setup.cfg @@ -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] diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index 2121b30..24063d1 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -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] diff --git a/themes_legacy/setup.cfg b/themes_legacy/setup.cfg index b5be02d..0907c52 100644 --- a/themes_legacy/setup.cfg +++ b/themes_legacy/setup.cfg @@ -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 = diff --git a/ursh/setup.cfg b/ursh/setup.cfg index 76e0853..9fbf45c 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -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 = diff --git a/vc_dummy/setup.cfg b/vc_dummy/setup.cfg index abb1086..bfabd80 100644 --- a/vc_dummy/setup.cfg +++ b/vc_dummy/setup.cfg @@ -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 = diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index 9cfc43a..a5a5b60 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -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]