mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Release 3.2
This commit is contained in:
parent
2440311b74
commit
043128bcd6
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugins
|
||||
version = 3.1.1
|
||||
version = 3.2
|
||||
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,22 @@ zip_safe = false
|
||||
python_requires = >=3.9.0, <3.11
|
||||
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
# 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.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.1,<3.2.dev0
|
||||
indico-plugin-citadel>=3.2,<3.3.dev0
|
||||
indico-plugin-cloud-captchas>=3.2,<3.3.dev0
|
||||
indico-plugin-livesync>=3.2,<3.3.dev0
|
||||
indico-plugin-owncloud>=3.2,<3.3.dev0
|
||||
indico-plugin-payment-manual>=3.2,<3.3.dev0
|
||||
indico-plugin-payment-paypal>=3.2,<3.3.dev0
|
||||
indico-plugin-payment-sixpay>=3.2,<3.3.dev0
|
||||
indico-plugin-piwik>=3.2,<3.3.dev0
|
||||
indico-plugin-previewer-code>=3.2,<3.3.dev0
|
||||
indico-plugin-previewer-jupyter>=3.2,<3.3.dev0
|
||||
indico-plugin-storage-s3>=3.2,<3.3.dev0
|
||||
indico-plugin-ursh>=3.2,<3.3.dev0
|
||||
indico-plugin-vc-zoom>=3.2,<3.3.dev0
|
||||
# END GENERATED REQUIREMENTS
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-cloud-captchas
|
||||
version = 3.2-dev
|
||||
version = 3.2
|
||||
description = Google reCAPTCHA 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, <3.11
|
||||
install_requires =
|
||||
indico>=3.2.dev0
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -5,6 +5,10 @@ external services, typically to provide advanced search functionality.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Adapt to Indico 3.2 changes
|
||||
|
||||
### 3.1
|
||||
|
||||
- Adapt to Indico 3.1 changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-livesync
|
||||
version = 3.2-dev
|
||||
version = 3.2
|
||||
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, <3.11
|
||||
install_requires =
|
||||
indico>=3.2.dev0
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-owncloud
|
||||
version = 3.2-dev
|
||||
version = 3.2
|
||||
description = Integrates ownCloud storage as a source for materials
|
||||
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, <3.11
|
||||
install_requires =
|
||||
indico>=3.2.dev0
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-previewer-jupyter
|
||||
version = 3.2-dev
|
||||
version = 3.2
|
||||
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, <3.11
|
||||
install_requires =
|
||||
indico>=3.2.dev0
|
||||
indico>=3.2
|
||||
nbconvert==6.5.0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-vc-zoom
|
||||
version = 3.2-dev
|
||||
version = 3.2
|
||||
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, <3.11
|
||||
install_requires =
|
||||
indico>=3.2.dev0
|
||||
indico>=3.2
|
||||
PyJWT>=2.0.0,<3
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user