From 6397e2ea3932ea0aab8b31fc9c5cb8f859e348cf Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Fri, 9 Jul 2021 13:16:54 +0200 Subject: [PATCH] Release 3.0rc2 --- _meta/setup.cfg | 24 ++++++++++++------------ citadel/setup.cfg | 4 ++-- livesync/setup.cfg | 4 ++-- livesync_debug/setup.cfg | 4 ++-- payment_manual/setup.cfg | 4 ++-- payment_paypal/setup.cfg | 4 ++-- piwik/setup.cfg | 4 ++-- previewer_code/setup.cfg | 4 ++-- previewer_jupyter/setup.cfg | 4 ++-- storage_s3/setup.cfg | 4 ++-- themes_legacy/setup.cfg | 4 ++-- ursh/setup.cfg | 4 ++-- vc_dummy/setup.cfg | 4 ++-- vc_zoom/setup.cfg | 4 ++-- 14 files changed, 38 insertions(+), 38 deletions(-) diff --git a/_meta/setup.cfg b/_meta/setup.cfg index 704413b..02df641 100644 --- a/_meta/setup.cfg +++ b/_meta/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugins -version = 3.0rc1 +version = 3.0rc2 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.0rc1 + indico>=3.0rc2 # 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.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 + 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 # END GENERATED REQUIREMENTS diff --git a/citadel/setup.cfg b/citadel/setup.cfg index f595c60..90718ff 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-citadel -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 indico-plugin-livesync>=3.0.dev0 [options.entry_points] diff --git a/livesync/setup.cfg b/livesync/setup.cfg index daf1602..cfbe5d9 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/livesync_debug/setup.cfg b/livesync_debug/setup.cfg index ff579c9..f5b1990 100644 --- a/livesync_debug/setup.cfg +++ b/livesync_debug/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync-debug -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 indico-plugin-livesync>=3.0.dev0 [options.entry_points] diff --git a/payment_manual/setup.cfg b/payment_manual/setup.cfg index 211e711..10e29bf 100644 --- a/payment_manual/setup.cfg +++ b/payment_manual/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-manual -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index bc1c25a..10f5e26 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-paypal -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/piwik/setup.cfg b/piwik/setup.cfg index 711d16a..3280c60 100644 --- a/piwik/setup.cfg +++ b/piwik/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-piwik -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/previewer_code/setup.cfg b/previewer_code/setup.cfg index a910b14..54532b6 100644 --- a/previewer_code/setup.cfg +++ b/previewer_code/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-code -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 Pygments>=2.7.2,<3 [options.entry_points] diff --git a/previewer_jupyter/setup.cfg b/previewer_jupyter/setup.cfg index a4acdc7..aec89e3 100644 --- a/previewer_jupyter/setup.cfg +++ b/previewer_jupyter/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-previewer-jupyter -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 nbconvert==5.6.1 [options.entry_points] diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index 8395bc5..2121b30 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-storage-s3 -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 boto3>=1.14.30,<2.0 [options.entry_points] diff --git a/themes_legacy/setup.cfg b/themes_legacy/setup.cfg index 64dd99c..b5be02d 100644 --- a/themes_legacy/setup.cfg +++ b/themes_legacy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-themes-legacy -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/ursh/setup.cfg b/ursh/setup.cfg index 62e7bb3..76e0853 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-ursh -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/vc_dummy/setup.cfg b/vc_dummy/setup.cfg index d766f79..abb1086 100644 --- a/vc_dummy/setup.cfg +++ b/vc_dummy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-dummy -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 [options.entry_points] indico.plugins = diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index 8c62573..9cfc43a 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.0rc1 +version = 3.0rc2 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.0.dev0 + indico>=3.0rc2 PyJWT>=2.0.0,<3 [options.entry_points]