Release 3.1

This commit is contained in:
Adrian Moennich 2022-01-11 12:54:30 +01:00
parent b85e4ad826
commit 5b0b37e938
14 changed files with 48 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -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]

View File

@ -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

View File

@ -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 =

View File

@ -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

View File

@ -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 =

View File

@ -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

View File

@ -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]

View File

@ -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

View File

@ -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 =

View File

@ -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

View File

@ -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 =

View File

@ -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]