From 5b0b37e9387e410e3e272e12b5fd5ff173342453 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 11 Jan 2022 12:54:30 +0100 Subject: [PATCH] Release 3.1 --- _meta/setup.cfg | 26 +++++++++++++------------- citadel/README.md | 1 + citadel/setup.cfg | 4 ++-- livesync/README.md | 4 ++++ livesync/setup.cfg | 4 ++-- payment_paypal/README.md | 4 ++++ payment_paypal/setup.cfg | 4 ++-- payment_sixpay/README.md | 4 ++++ payment_sixpay/setup.cfg | 4 ++-- ursh/README.md | 4 ++++ ursh/setup.cfg | 4 ++-- vc_dummy/README.md | 4 ++++ vc_dummy/setup.cfg | 4 ++-- vc_zoom/setup.cfg | 4 ++-- 14 files changed, 48 insertions(+), 27 deletions(-) diff --git a/_meta/setup.cfg b/_meta/setup.cfg index 443620d..653bfb3 100644 --- a/_meta/setup.cfg +++ b/_meta/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugins -version = 3.0.2 +version = 3.1 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,20 +19,20 @@ zip_safe = false python_requires = ~=3.9.0 install_requires = - indico>=3.0 + indico>=3.1 # 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,<3.1.dev0 - indico-plugin-livesync>=3.0.1,<3.1.dev0 - indico-plugin-payment-manual>=3.0,<3.1.dev0 - indico-plugin-payment-paypal>=3.0,<3.1.dev0 - indico-plugin-payment-sixpay>=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.1,<3.1.dev0 + indico-plugin-citadel>=3.1,<3.2.dev0 + indico-plugin-livesync>=3.1,<3.2.dev0 + indico-plugin-payment-manual>=3.0,<3.2.dev0 + indico-plugin-payment-paypal>=3.1,<3.2.dev0 + indico-plugin-payment-sixpay>=3.1,<3.2.dev0 + indico-plugin-piwik>=3.0,<3.2.dev0 + indico-plugin-previewer-code>=3.0,<3.2.dev0 + indico-plugin-previewer-jupyter>=3.0,<3.2.dev0 + indico-plugin-storage-s3>=3.0,<3.2.dev0 + indico-plugin-ursh>=3.1,<3.2.dev0 + indico-plugin-vc-zoom>=3.1,<3.2.dev0 # END GENERATED REQUIREMENTS diff --git a/citadel/README.md b/citadel/README.md index 1966da0..47a8e84 100644 --- a/citadel/README.md +++ b/citadel/README.md @@ -7,6 +7,7 @@ to provide advanced search functionality using an Elasticsearch backend. ### 3.1 +- Adapt to Indico 3.1 changes - Correctly handle remote groups whose capitalization changed at some point ### 3.0 diff --git a/citadel/setup.cfg b/citadel/setup.cfg index 389df34..3a31811 100644 --- a/citadel/setup.cfg +++ b/citadel/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-citadel -version = 3.1-dev +version = 3.1 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.1.dev0 + indico>=3.1 indico-plugin-livesync>=3.0.dev0 [options.entry_points] diff --git a/livesync/README.md b/livesync/README.md index 3199e53..cdc2489 100644 --- a/livesync/README.md +++ b/livesync/README.md @@ -5,6 +5,10 @@ external services, typically to provide advanced search functionality. ## Changelog +### 3.1 + +- Adapt to Indico 3.1 changes + ### 3.0.1 - Add `indico livesync enqueue` CLI to manually add queue entries diff --git a/livesync/setup.cfg b/livesync/setup.cfg index 08e7246..a01a5f3 100644 --- a/livesync/setup.cfg +++ b/livesync/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-livesync -version = 3.1-dev +version = 3.1 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.1.dev0 + indico>=3.1 [options.entry_points] indico.plugins = diff --git a/payment_paypal/README.md b/payment_paypal/README.md index 401cc5c..0db88ce 100644 --- a/payment_paypal/README.md +++ b/payment_paypal/README.md @@ -10,6 +10,10 @@ payment has been made and processed by PayPal. ## Changelog +### 3.1 + +- Adapt to Indico 3.1 changes + ### 3.0 - Initial release for Indico 3.0 diff --git a/payment_paypal/setup.cfg b/payment_paypal/setup.cfg index fc3983a..2af6c87 100644 --- a/payment_paypal/setup.cfg +++ b/payment_paypal/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-paypal -version = 3.1-dev +version = 3.1 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.1.dev0 + indico>=3.1 [options.entry_points] indico.plugins = diff --git a/payment_sixpay/README.md b/payment_sixpay/README.md index 10703d2..9cfb1dc 100644 --- a/payment_sixpay/README.md +++ b/payment_sixpay/README.md @@ -8,6 +8,10 @@ they are automatically sent back to Indico. ## Changelog +### 3.1 + +- Adapt to Indico 3.1 changes + ### 3.0 - Initial release for Indico 3.0 diff --git a/payment_sixpay/setup.cfg b/payment_sixpay/setup.cfg index 7e79ab7..a2ed86a 100644 --- a/payment_sixpay/setup.cfg +++ b/payment_sixpay/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-payment-sixpay -version = 3.1-dev +version = 3.1 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.9.0 install_requires = - indico>=3.1.dev0 + indico>=3.1 iso4217==1.6.20180829 [options.entry_points] diff --git a/ursh/README.md b/ursh/README.md index 000bac0..efba802 100644 --- a/ursh/README.md +++ b/ursh/README.md @@ -13,6 +13,10 @@ human-friendly shortcuts pointing to an event (such as `https://indico.example.c ## Changelog +### 3.1 + +- Adapt to Indico 3.1 changes + ### 3.0 - Initial release for Indico 3.0 diff --git a/ursh/setup.cfg b/ursh/setup.cfg index af42f60..97548e0 100644 --- a/ursh/setup.cfg +++ b/ursh/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-ursh -version = 3.1-dev +version = 3.1 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.1.dev0 + indico>=3.1 [options.entry_points] indico.plugins = diff --git a/vc_dummy/README.md b/vc_dummy/README.md index de12521..80ef22c 100644 --- a/vc_dummy/README.md +++ b/vc_dummy/README.md @@ -9,6 +9,10 @@ plugins via the `indico-plugins` meta package. ## Changelog +### 3.1 + +- Adapt to Indico 3.1 changes + ### 3.0 - Initial release for Indico 3.0 diff --git a/vc_dummy/setup.cfg b/vc_dummy/setup.cfg index 91034ac..4aaccde 100644 --- a/vc_dummy/setup.cfg +++ b/vc_dummy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-dummy -version = 3.1-dev +version = 3.1 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.1.dev0 + indico>=3.1 [options.entry_points] indico.plugins = diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index b84505e..fa5ff3a 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.1-dev +version = 3.1 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.1.dev0 + indico>=3.1 PyJWT>=2.0.0,<3 [options.entry_points]