Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • infrablue/python-bigbluebutton2
  • dss/python-bigbluebutton2
  • 3mulmulMexbe/python-bigbluebutton2
  • 7ilraWbrunse/python-bigbluebutton2
  • 1carceinwo/python-bigbluebutton2
5 results
Show changes
Commits on Source (8)
......@@ -8,6 +8,7 @@ from . import settings, util
class BigbluebuttonConfig(AppConfig):
name = "bigbluebutton.django"
verbose_name = _("BigBlueButton Django integration")
label = "bigbluebutton"
def ready(self):
"""Extend the User model with attribute shortcuts."""
......
......@@ -203,7 +203,7 @@ class Meeting(models.Model):
("join_as_moderator", _("Can join this meeting with moderator role")),
("grant_attendee", _("Can grant attendee privileges to others")),
("grant_moderator", _("Can grant moderator privileges to others")),
("add_urls", _("Can add new URLs for this meeting"))),
("add_urls", _("Can add new URLs for this meeting")),
]
class APIToken(models.Model):
......
......@@ -404,7 +404,7 @@ description = "A port of Ruby on Rails inflector to Python"
name = "inflection"
optional = false
python-versions = ">=3.5"
version = "0.4.0"
version = "0.5.0"
[[package]]
category = "dev"
......@@ -870,11 +870,14 @@ description = "Read the Docs theme for Sphinx"
name = "sphinx-rtd-theme"
optional = false
python-versions = "*"
version = "0.4.3"
version = "0.5.0"
[package.dependencies]
sphinx = "*"
[package.extras]
dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version"]
[[package]]
category = "dev"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
......@@ -1097,7 +1100,7 @@ django = ["dicttoxml", "django"]
sysstat = ["sadf"]
[metadata]
content-hash = "8ecbaaac1de0745c540d1264e7954bd7ead86ea66f1cec73d00f4bd6a9b81e79"
content-hash = "beca6d8e515ae0c467be57cc036201401148a8b4b85c84bbb09f5f39d3fbade0"
python-versions = "^3.6"
[metadata.files]
......@@ -1263,8 +1266,8 @@ importlib-metadata = [
{file = "importlib_metadata-1.6.1.tar.gz", hash = "sha256:0505dd08068cfec00f53a74a0ad927676d7757da81b7436a6eefe4c7cf75c545"},
]
inflection = [
{file = "inflection-0.4.0-py2.py3-none-any.whl", hash = "sha256:9a15d3598f01220e93f2207c432cfede50daff53137ce660fb8be838ef1ca6cc"},
{file = "inflection-0.4.0.tar.gz", hash = "sha256:32a5c3341d9583ec319548b9015b7fbdf8c429cbcb575d326c33ae3a0e90d52c"},
{file = "inflection-0.5.0-py2.py3-none-any.whl", hash = "sha256:88b101b2668a1d81d6d72d4c2018e53bc6c7fc544c987849da1c7f77545c3bc9"},
{file = "inflection-0.5.0.tar.gz", hash = "sha256:f576e85132d34f5bf7df5183c2c6f94cfb32e528f53065345cf71329ba0b8924"},
]
isort = [
{file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"},
......@@ -1484,6 +1487,7 @@ regex = [
{file = "regex-2020.5.14.tar.gz", hash = "sha256:ce450ffbfec93821ab1fea94779a8440e10cf63819be6e176eb1973a6017aff5"},
]
requests = [
{file = "requests-2.23.0-py2.7.egg", hash = "sha256:5d2d0ffbb515f39417009a46c14256291061ac01ba8f875b90cad137de83beb4"},
{file = "requests-2.23.0-py2.py3-none-any.whl", hash = "sha256:43999036bfa82904b6af1d99e4882b560e5e2c68e5c4b0aa03b655f3d7d73fee"},
{file = "requests-2.23.0.tar.gz", hash = "sha256:b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6"},
]
......@@ -1553,8 +1557,8 @@ sphinx-click = [
{file = "sphinx_click-2.3.2-py2.py3-none-any.whl", hash = "sha256:06952d5de6cbe2cb7d6dc656bc471652d2b484cf1e1b2d65edb7f4f2e867c7f6"},
]
sphinx-rtd-theme = [
{file = "sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl", hash = "sha256:00cf895504a7895ee433807c62094cf1e95f065843bf3acd17037c3e9a2becd4"},
{file = "sphinx_rtd_theme-0.4.3.tar.gz", hash = "sha256:728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a"},
{file = "sphinx_rtd_theme-0.5.0-py2.py3-none-any.whl", hash = "sha256:373413d0f82425aaa28fb288009bf0d0964711d347763af2f1b65cafcb028c82"},
{file = "sphinx_rtd_theme-0.5.0.tar.gz", hash = "sha256:22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d"},
]
sphinxcontrib-applehelp = [
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
......
......@@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
xmltodict = "^0.12.0"
inflection = "^0.4.0"
inflection = "^0.5.0"
click = {version = "^7.1.1", optional = true}
toml = {version = "^0.10.0", optional = true}
tabulate = {version = "^0.8.7", optional = true}
......@@ -61,7 +61,7 @@ safety = "^1.9.0"
sphinx = "^3.0.4"
sphinx-autodoc-typehints = "^1.10.3"
pytest-django = "^3.9.0"
sphinx_rtd_theme = "^0.4.3"
sphinx_rtd_theme = "^0.5.0"
sphinxcontrib-django = "^0.5.1"
sphinx-click = "^2.3.2"
......