Skip to content

Commit

Permalink
Release v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 30, 2024
1 parent 09a8797 commit 5a6ce8b
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 50 deletions.
32 changes: 16 additions & 16 deletions _meta/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugins
version = 3.3-dev
version = 3.3
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
Expand All @@ -19,23 +19,23 @@ zip_safe = false
python_requires = >=3.12.2, <3.13

install_requires =
indico>=3.3.dev0
indico>=3.3
# 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.2.2,<3.3.dev0
indico-plugin-cloud-captchas>=3.2.1,<3.3.dev0
indico-plugin-livesync>=3.2.1,<3.3.dev0
indico-plugin-owncloud>=3.2.2,<3.3.dev0
indico-plugin-payment-manual>=3.2.1,<3.3.dev0
indico-plugin-payment-paypal>=3.2.1,<3.3.dev0
indico-plugin-payment-sixpay>=3.2.1,<3.3.dev0
indico-plugin-piwik>=3.2.1,<3.3.dev0
indico-plugin-previewer-code>=3.2.1,<3.3.dev0
indico-plugin-previewer-jupyter>=3.2.1,<3.3.dev0
indico-plugin-prometheus>=3.2.1,<3.3.dev0
indico-plugin-storage-s3>=3.2.2,<3.3.dev0
indico-plugin-ursh>=3.2.2,<3.3.dev0
indico-plugin-vc-zoom>=3.2.4,<3.3.dev0
indico-plugin-citadel>=3.3,<3.4.dev0
indico-plugin-cloud-captchas>=3.3,<3.4.dev0
indico-plugin-livesync>=3.3,<3.4.dev0
indico-plugin-owncloud>=3.3,<3.4.dev0
indico-plugin-payment-manual>=3.3,<3.4.dev0
indico-plugin-payment-paypal>=3.3,<3.4.dev0
indico-plugin-payment-sixpay>=3.3,<3.4.dev0
indico-plugin-piwik>=3.3,<3.4.dev0
indico-plugin-previewer-code>=3.3,<3.4.dev0
indico-plugin-previewer-jupyter>=3.3,<3.4.dev0
indico-plugin-prometheus>=3.3,<3.4.dev0
indico-plugin-storage-s3>=3.3,<3.4.dev0
indico-plugin-ursh>=3.3,<3.4.dev0
indico-plugin-vc-zoom>=3.3,<3.4.dev0
# END GENERATED REQUIREMENTS
4 changes: 2 additions & 2 deletions citadel/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-citadel
version = 3.3-dev
version = 3.3
description = Indico search+livesync backend using Citadel+ElasticSearch
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
indico-plugin-livesync>=3.3.dev0

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions cloud_captchas/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-cloud-captchas
version = 3.3-dev
version = 3.3
description = Google reCAPTCHA plugin for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions livesync/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-livesync
version = 3.3-dev
version = 3.3
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
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions livesync_debug/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-livesync-debug
version = 3.3-dev
version = 3.3
description = Debug target for the Indico LiveSync plugin
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
indico-plugin-livesync>=3.3.dev0

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions owncloud/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-owncloud
version = 3.3-dev
version = 3.3
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
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions payment_manual/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-manual
version = 3.3-dev
version = 3.3
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
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions payment_paypal/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-paypal
version = 3.3-dev
version = 3.3
description = PayPal payments for Indico event registration fees
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions payment_sixpay/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-payment-sixpay
version = 3.3-dev
version = 3.3
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
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
iso4217==1.6.20180829

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions piwik/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-piwik
version = 3.3-dev
version = 3.3
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
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions previewer_code/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-previewer-code
version = 3.3-dev
version = 3.3
description = Syntax highlighter for code attachments in Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
Pygments>=2.7.2,<3

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions previewer_jupyter/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-previewer-jupyter
version = 3.3-dev
version = 3.3
description = Jupyter notebook rendering for attachments in Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
nbconvert==6.5.0

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions prometheus/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-prometheus
version = 3.3-dev
version = 3.3
description = Prometheus metrics in Indico servers
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
prometheus-client==0.17.1

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions storage_s3/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-storage-s3
version = 3.3-dev
version = 3.3
description = S3 storage backend for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3
boto3>=1.20.51,<2.0

[options.entry_points]
Expand Down
4 changes: 2 additions & 2 deletions themes_legacy/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-themes-legacy
version = 3.3-dev
version = 3.3
description = Legacy themes for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions ursh/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-ursh
version = 3.3-dev
version = 3.3
description = URL shortening service for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions vc_dummy/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-vc-dummy
version = 3.3-dev
version = 3.3
description = Dummy/example video-conferencing plugin for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down
4 changes: 2 additions & 2 deletions vc_zoom/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = indico-plugin-vc-zoom
version = 3.3-dev
version = 3.3
description = Zoom video-conferencing plugin for Indico
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
Expand All @@ -20,7 +20,7 @@ zip_safe = false
include_package_data = true
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico>=3.3

[options.entry_points]
indico.plugins =
Expand Down

0 comments on commit 5a6ce8b

Please sign in to comment.