mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Prepare 2.0rc1 release
This commit is contained in:
parent
9e479e5479
commit
bb6606a200
@ -22,28 +22,28 @@ from setuptools import setup
|
|||||||
# Do not modify this block manually - use `update-meta.py` instead!
|
# Do not modify this block manually - use `update-meta.py` instead!
|
||||||
# BEGIN GENERATED REQUIREMENTS
|
# BEGIN GENERATED REQUIREMENTS
|
||||||
plugins_require = [
|
plugins_require = [
|
||||||
'indico-plugin-chat==1.0a1',
|
'indico-plugin-chat==1.0rc1',
|
||||||
'indico-plugin-importer==1.0a1',
|
'indico-plugin-importer==1.0rc1',
|
||||||
'indico-plugin-importer-invenio==1.0a1',
|
'indico-plugin-importer-invenio==1.0rc1',
|
||||||
'indico-plugin-livesync==1.0a1',
|
'indico-plugin-livesync==1.0rc1',
|
||||||
'indico-plugin-livesync-invenio==1.0a1',
|
'indico-plugin-livesync-invenio==1.0rc1',
|
||||||
'indico-plugin-payment-manual==1.0a1',
|
'indico-plugin-payment-manual==1.0rc1',
|
||||||
'indico-plugin-payment-paypal==1.0a1',
|
'indico-plugin-payment-paypal==1.0rc1',
|
||||||
'indico-plugin-piwik==1.0a1',
|
'indico-plugin-piwik==1.0rc1',
|
||||||
'indico-plugin-previewer-code==1.0a1',
|
'indico-plugin-previewer-code==1.0rc1',
|
||||||
'indico-plugin-previewer-jupyter==1.0a1',
|
'indico-plugin-previewer-jupyter==1.0rc1',
|
||||||
'indico-plugin-search==1.0a1',
|
'indico-plugin-search==1.0rc1',
|
||||||
'indico-plugin-vc-vidyo==1.0a1',
|
'indico-plugin-vc-vidyo==1.0rc1',
|
||||||
]
|
]
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'xrootd': ['indico-plugin-storage-xrootd==1.0a1'],
|
'xrootd': ['indico-plugin-storage-xrootd==1.0rc1'],
|
||||||
}
|
}
|
||||||
# END GENERATED REQUIREMENTS
|
# END GENERATED REQUIREMENTS
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugins',
|
name='indico-plugins',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='A meta-package containing the official Indico plugins',
|
description='A meta-package containing the official Indico plugins',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-chat',
|
name='indico-plugin-chat',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='XMPP chat integration for Indico',
|
description='XMPP chat integration for Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-importer',
|
name='indico-plugin-importer',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Framework for importing timetable data from external sources into Indico',
|
description='Framework for importing timetable data from external sources into Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-importer-invenio',
|
name='indico-plugin-importer-invenio',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Invenio data source for the Indico Importer plugin',
|
description='Invenio data source for the Indico Importer plugin',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-livesync',
|
name='indico-plugin-livesync',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Framework for pushing Indico event data to external services',
|
description='Framework for pushing Indico event data to external services',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-livesync-debug',
|
name='indico-plugin-livesync-debug',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Debug target for the Indico LiveSync plugin',
|
description='Debug target for the Indico LiveSync plugin',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-livesync-invenio',
|
name='indico-plugin-livesync-invenio',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Invenio target for the Indico LiveSync plugin',
|
description='Invenio target for the Indico LiveSync plugin',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-payment-manual',
|
name='indico-plugin-payment-manual',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Payment plugin for Indico that can be used for custom payment information/links',
|
description='Payment plugin for Indico that can be used for custom payment information/links',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-payment-paypal',
|
name='indico-plugin-payment-paypal',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='PayPal payments for Indico event registration fees',
|
description='PayPal payments for Indico event registration fees',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-piwik',
|
name='indico-plugin-piwik',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Piwik integration for global and event-specific statistics in Indico',
|
description='Piwik integration for global and event-specific statistics in Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-previewer-code',
|
name='indico-plugin-previewer-code',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Syntax highlighter for code attachments in Indico',
|
description='Syntax highlighter for code attachments in Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-previewer-jupyter',
|
name='indico-plugin-previewer-jupyter',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Jupyter notebook rendering for attachments in Indico',
|
description='Jupyter notebook rendering for attachments in Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-search',
|
name='indico-plugin-search',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Framework for searching content in Indico',
|
description='Framework for searching content in Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-storage-xrootd',
|
name='indico-plugin-storage-xrootd',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='XRootD/EOS storage backend for Indico',
|
description='XRootD/EOS storage backend for Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-vc-dummy',
|
name='indico-plugin-vc-dummy',
|
||||||
version='1.0a1',
|
version='1.0rc1',
|
||||||
description='Dummy/example video-conferencing plugin for Indico',
|
description='Dummy/example video-conferencing plugin for Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='indico-plugin-vc-vidyo',
|
name='indico-plugin-vc-vidyo',
|
||||||
version='1.0a2',
|
version='1.0rc1',
|
||||||
description='Vidyo video-conferencing plugin for Indico',
|
description='Vidyo video-conferencing plugin for Indico',
|
||||||
url='https://github.com/indico/indico-plugins',
|
url='https://github.com/indico/indico-plugins',
|
||||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user